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. git-svn-id: http://piwigo.org/svn/trunk@5284 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
87f5424cca
commit
f60f59a4c6
8 changed files with 23 additions and 19 deletions
|
|
@ -22,11 +22,11 @@
|
|||
*}
|
||||
|
||||
{'Powered by'|@translate}
|
||||
<a href="{$PHPWG_URL}" title="Visit Piwigo project website">
|
||||
<a href="{$PHPWG_URL}" title="{'Visit Piwigo project website'|@translate}">
|
||||
<span class="Piwigo">Piwigo</span></a>
|
||||
{$VERSION}
|
||||
| <a class="external" href="{$pwgmenu.WIKI}" title="Read Piwigo Documentation" onclick="window.open(this.href, ''); return false;">{'Documentation'|@translate}</a>
|
||||
| <a class="external" href="{$pwgmenu.FORUM}" title="Get Support on Piwigo Forum" onclick="window.open(this.href, ''); return false;">{'Support'|@translate}</a>
|
||||
| <a class="external" href="{$pwgmenu.WIKI}" title="{'Read Piwigo Documentation'|@translate}" onclick="window.open(this.href, ''); return false;">{'Documentation'|@translate}</a>
|
||||
| <a class="external" href="{$pwgmenu.FORUM}" title="{'Get Support on Piwigo Forum'|@translate}" onclick="window.open(this.href, ''); return false;">{'Support'|@translate}</a>
|
||||
</div> <!-- piwigoInfos -->
|
||||
|
||||
<div id="pageInfos">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue