Ignore:
Timestamp:
Feb 18, 2012, 11:09:08 PM (12 years ago)
Author:
plg
Message:

change color scheme on submit buttons for clear theme: white text on dark gray
background and orange background on :hover.

On many places, the submit buttons are now left aligned (instead of centered)

On configuration option screens, the "Reset" button was removed: useless and
confusing.

Much simpler "Quick Local Synchronization" button on admin/intro.tpl for admin
theme clear.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/configuration.tpl

    r13087 r13244  
    503503
    504504{if !isset($default)}
    505   <p>
     505  <p class="formButtons">
    506506    <input class="submit" type="submit" name="submit" value="{'Save Settings'|@translate}">
    507     <input class="submit" type="reset" name="reset" value="{'Reset'|@translate}">
    508507  </p>
    509508</form>
Note: See TracChangeset for help on using the changeset viewer.