Ignore:
Timestamp:
Mar 23, 2010, 1:04:31 PM (14 years ago)
Author:
plg
Message:

bug fixed: hide border on admin/configuration fieldsets to avoid empty legend.

Add missing i18n on admin.tpl, admin header/footer, pLoader page, theme
manager.

File:
1 edited

Legend:

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

    r5258 r5284  
    2323
    2424  {'Powered by'|@translate}
    25   <a href="{$PHPWG_URL}" title="Visit Piwigo project website">
     25  <a href="{$PHPWG_URL}" title="{'Visit Piwigo project website'|@translate}">
    2626  <span class="Piwigo">Piwigo</span></a>
    2727  {$VERSION}
    28   | <a class="external" href="{$pwgmenu.WIKI}" title="Read Piwigo Documentation" onclick="window.open(this.href, ''); return false;">{'Documentation'|@translate}</a>
    29   | <a class="external" href="{$pwgmenu.FORUM}" title="Get Support on Piwigo Forum" onclick="window.open(this.href, ''); return false;">{'Support'|@translate}</a>
     28  | <a class="external" href="{$pwgmenu.WIKI}" title="{'Read Piwigo Documentation'|@translate}" onclick="window.open(this.href, ''); return false;">{'Documentation'|@translate}</a>
     29  | <a class="external" href="{$pwgmenu.FORUM}" title="{'Get Support on Piwigo Forum'|@translate}" onclick="window.open(this.href, ''); return false;">{'Support'|@translate}</a>
    3030  </div> <!-- piwigoInfos -->
    3131
Note: See TracChangeset for help on using the changeset viewer.