[LOW:TRACKER 6764:1.0.11] Fix for IE7 - Joomla! Forum - community, help and support
the menu manager, displayed internet explorer 7, shows "menu item" column center aligned. isn't correct, specially if have tree structure submenus.
so here's thel fix:
the file modify is: /administrator/components/com_menu/admin.menus.html.php
the row modify 117.
from:
if ( $row->checked_out && ( $row->checked_out != $my->id ) ) {
to:
if ( $row->checked_out && ( $row->checked_out != $my->id ) ) {
thats all.
so here's thel fix:
the file modify is: /administrator/components/com_menu/admin.menus.html.php
the row modify 117.
from:
if ( $row->checked_out && ( $row->checked_out != $my->id ) ) {
to:
if ( $row->checked_out && ( $row->checked_out != $my->id ) ) {
thats all.
q&t note: status > under review
Comments
Post a Comment