Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Modify menu buttons for admin


velvetpixel

Recommended Posts

Posted

I need to modify the admin menu buttons.

 

I have made a new set of css classes for jquery in catalog/ext/jquery/ui/redmond/jquery-ui-1.8.6.css but cannot see where to apply these in markup as in admin/includes/column_left.php there is just a javascript for the admin menu rather that the way the customer side menu is generated.

 

Where can I apply these new classes?

Posted

The admin buttons are defines in your admin/includes/template_top.css file.

 

Look for the following line

 

<link rel="stylesheet" type="text/css" href="<?php echo tep_catalog_href_link('ext/jquery/ui/redmond/jquery-ui-1.8.6.css'); ?>">

 

If you are using the redmond theme for your store front any changes made will also be changes in your store. If you want a different look to your admin change the /redmond/ part of the code.

REMEMBER BACKUP, BACKUP AND BACKUP

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...