Ignore:
Timestamp:
Oct 4, 2008, 10:43:43 PM (16 years ago)
Author:
patdenice
Message:
  • Correct display bug of quick local synchro in IE7.
  • Translate this button.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/goto/intro.tpl

    r2562 r2658  
    4949
    5050
    51 <form name="QuickSynchro" action="{$U_CAT_UPDATE}" method="post" id="update" style="display: block; text-align:right;">
     51<form name="QuickSynchro" action="{$U_CAT_UPDATE}" method="post" id="QuickSynchro" style="display: block; text-align:right;">
     52<div>
    5253<input type="hidden" name="sync" value="files" checked="checked" />
    5354<input type="hidden" name="display_info" value="1" checked="checked" />
     
    5758<input type="hidden" name="simulate" value="0" />
    5859<input type="hidden" name="subcats-included" value="1" checked="checked"/>
    59 <span class="bigbutton">
    60 <span class="bigtext">{'Quick Local Synchronization'|@translate}</></span>
    61 <input type="submit" value="" name="submit"/>
    62 </span>
     60</div>
     61<div class="bigbutton">
     62<span class="bigtext">{'Quick Local Synchronization'|@translate}</span>
     63<input type="submit" value="" name="submit">
     64</div>
    6365</form>
Note: See TracChangeset for help on using the changeset viewer.