-
Bug
-
Resolution: Fixed
-
Minor
-
3.0.x
-
None
All the issues I'm posting here are about the ACP and using a 800x600 screen definition, and also depends on the language ( some can have large sentences)
In the ACP when you click "Smilies" and then "Add multiple Smilies" it shows me the category column cut off.
Possible fix :
#
|
#---- [ OPEN ] ----
|
#
|
root/adm/style/overall_header.html
|
#
|
#---- [ FIND ] ----
|
#
|
<div id="main">
|
#
|
#---- [ REPLACE WITH ] ----
|
#
|
<div id="main" style="overflow-y:auto;">
|
Also when using the h_radio() function, and there are ( for example 4 or 5 options ) the returned line is too wide and some options are hidden
Possible fix :
#
|
#---- [ OPEN ] ----
|
#
|
root/adm/index.php
|
#
|
#---- [ FIND ] ----
|
#
|
/**
|
* Build radio fields in acp pages
|
*/
|
#
|
#---- [ FIND ] ----
|
#
|
'</label>';
|
#
|
#---- [ REPLACE WITH ] ----
|
#
|
'</label> ';
|
leaving a space at he end
- duplicates
-
PHPBB-11957 Responsive design for admin control panel
- Unverified Fix
- is duplicated by
-
PHPBB-5926 Unable to edit forum setting in acp
- Closed