Changeset 2658 for trunk


Ignore:
Timestamp:
Oct 4, 2008, 10:43:43 PM (15 years ago)
Author:
patdenice
Message:
  • Correct display bug of quick local synchro in IE7.
  • Translate this button.
Location:
trunk
Files:
7 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>
  • trunk/admin/template/goto/theme/roma/theme.css

    r2640 r2658  
    164164.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px; background: transparent url(images/resizable-sw.gif); }
    165165.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: 0px; top: 0px; background: transparent url(images/resizable-nw.gif); }
    166 .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: 0px; top: 0px; background: transparent url(images/resizable-ne.gif);
     166.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: 0px; top: 0px; background: transparent url(images/resizable-ne.gif); }
    167167/* hacks */
    168168html>body #menubar {min-height:477px; height:477px;} /* IE 7 and modern browsers */
    169 *+html  .bigtext { left: 65px; }
     169*+html  .bigtext { left: 70px; }
    170170*+html  .bigbutton input, * html  .bigbutton input  { left:0px; position:relative; top:-40px; }
  • trunk/language/en_UK/admin.lang.php

    r2652 r2658  
    639639$lang['Drag to re-order'] = 'Drag to re-order';
    640640$lang['Unable to retrieve server informations since allow_url_fopen is disabled.'] = 'Unable to retrieve server informations since allow_url_fopen is disabled.';
     641$lang['Quick Local Synchronization'] = 'Quick Local Synchronization';
    641642?>
  • trunk/language/es_ES/admin.lang.php

    r2652 r2658  
    636636/* TODO */ $lang['Drag to re-order'] = 'Drag to re-order';
    637637/* TODO */ $lang['Unable to retrieve server informations since allow_url_fopen is disabled.'] = 'Unable to retrieve server informations since allow_url_fopen is disabled.';
     638/* TODO */ $lang['Quick Local Synchronization'] = 'Quick Local Synchronization';
    638639?>
  • trunk/language/fr_FR/admin.lang.php

    r2652 r2658  
    638638$lang['Drag to re-order'] = 'Cliquer-glisser pour ré-organiser';
    639639$lang['Unable to retrieve server informations since allow_url_fopen is disabled.'] = 'Impossible de se connecter au server car la fonction allow_url_fopen est désactivée.';
     640$lang['Quick Local Synchronization'] = 'Synchronisation Rapide';
    640641?>
  • trunk/language/it_IT/admin.lang.php

    r2652 r2658  
    638638/* TODO */ $lang['Drag to re-order'] = 'Drag to re-order';
    639639/* TODO */ $lang['Unable to retrieve server informations since allow_url_fopen is disabled.'] = 'Unable to retrieve server informations since allow_url_fopen is disabled.';
     640/* TODO */ $lang['Quick Local Synchronization'] = 'Quick Local Synchronization';
    640641?>
  • trunk/language/nl_NL/admin.lang.php

    r2652 r2658  
    634634/* TODO */ $lang['Drag to re-order'] = 'Drag to re-order';
    635635/* TODO */ $lang['Unable to retrieve server informations since allow_url_fopen is disabled.'] = 'Unable to retrieve server informations since allow_url_fopen is disabled.';
     636/* TODO */ $lang['Quick Local Synchronization'] = 'Quick Local Synchronization';
    636637?>
Note: See TracChangeset for help on using the changeset viewer.