In the ACP when you click "Smilies" and then "Add multiple Smilies" it shows me the category column cut off.
Possible fix :
- Code: Select all
#
#---- [ 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 :
- Code: Select all
#
#---- [ OPEN ] ----
#
root/adm/index.php
#
#---- [ FIND ] ----
#
/**
* Build radio fields in acp pages
*/
#
#---- [ FIND ] ----
#
'</label>';
#
#---- [ REPLACE WITH ] ----
#
'</label> ';
leaving a space at he end