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.

Location:
trunk/admin/themes/default/template
Files:
2 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>
  • trunk/admin/themes/default/template/intro.tpl

    r12887 r13244  
    9999<div class="bigbutton">
    100100<span class="bigtext">{'Quick Local Synchronization'|@translate}</span>
    101 <input type="submit" value="" name="submit">
     101<input type="submit" value="{'Quick Local Synchronization'|@translate}" name="submit">
    102102</div>
    103103</form>
Note: See TracChangeset for help on using the changeset viewer.