Page 1 of 1

Insert new button - Overall Header

PostPosted: Fri Nov 06, 2009 10:44 pm
by mcsee
When I first set up and run the Provista theme, I removed the Rules button from the Overall Header. Now after a spell, I'd like to replace the missing button with one named 'Webmail'. I still have to data on the line of text I deleted and ask if it's possible to rename the button from Rules-->Webmail and just paste it back in.

eg. <li class="nav-webmail"><span><a href="webmail.php"><strong>{L_WEBMAIL}</strong></a></span></li>

Re: Insert new button - Overall Header

PostPosted: Sat Nov 07, 2009 10:17 am
by Helter
yes, but you will also have to change it in proVista/theme/provista.css

Code: Select all
  1. li.nav-rules span,
  2. li.nav-rules span a {
  3.     background: url("{T_IMAGESET_LANG_PATH}/button_rules.gif") 0 0 no-repeat;
  4.     }


Code: Select all
  1. li.nav-rules span   { width: 94px; }


if you change the size of the new button, change it in the second code I pasted.
When your done editing, be sure to refresh the template and theme settings in ACP/Styles/