Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

[Contribution] Breadcrumb for Admin


Recommended Posts

[Contribution] Breadcrumb for Admin

 

This is a breadcrumb for admin copied from the store

 

http://www.oscommerce.com/community/contributions,4093

 

hello

this contrib should really be added in the core files !!

how could i do before it ?

thnaks a lot

 

the only thinks that doesnt seems to work for me is the css use, i copied the css code to my admin css , but it doenst change anything , could you open a forum thread and post the url in contribution here so we can work together on this ?

 

best regards

 

Thanks for the PM, I had trouble with the css myself so I will look at it again and see if I messed something up.

 

You might want to take the css from the store and start fresh.

 

catalog/stylesheet.css {headerNavigation}

 

 

Dave...

 

[Contribution] Breadcrumb for Admin

Edited by user99999999
Link to comment
Share on other sites

Only use the headerNavigation section from catalog/stylesheet.css

 

TR.headerNavigation {
 background: #bbc3d3;
}

TD.headerNavigation {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
 background: #bbc3d3;
 color: #ffffff;
 font-weight : bold;
}

A.headerNavigation { 
 color: #FFFFFF; 
}

A.headerNavigation:hover {
 color: #ffffff;
}

Link to comment
Share on other sites

i dont understand why i don't manage to put in bold the caracters !

 

and in the new version of the contrib, is mistake is written , u have to read stylesheet.css and not stylesheet.php

MS2

Link to comment
Share on other sites

Try the css now it works good and the contrib download is updated.

 

Fixed reference to stylesheet.php, should be stylesheet.css

 

Fixed headerNavigation css. It was missing active/visited and had uneeded tr/td. Copied from menuBoxContentLink.

 

a.headerNavigation:link { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #616060; font-weight: bold; text-decoration: none; }
a.headerNavigation:visited { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #616060; font-weight: bold; text-decoration: none; }
a.headerNavigation:active { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #616060; font-weight: bold; text-decoration: none; }
a.headerNavigation:hover { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #616060; font-weight: bold; text-decoration: underline; }

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...