mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 18:01:31 +02:00
Unification of "Return to main page" entry in the language files.
git-svn-id: http://piwigo.org/svn/trunk@607 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
{L_ABOUT}
|
||||
</div>
|
||||
<div style="text-align:center;margin:5px;">
|
||||
<a href="{U_RETURN}">{L_RETURN}</a>
|
||||
<a href="{U_RETURN}" title="{L_RETURN_HINT}">[{L_RETURN}]</a>
|
||||
</div>
|
||||
<div style="text-align:center;margin:5px;">
|
||||
<img src="./template/default/images/php_sqreuil_artistes.gif" alt="php logo" />
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
{L_COMMENT_STATS}
|
||||
]
|
||||
<!-- BEGIN title -->
|
||||
[ <a class="admin" href="{U_HOME}">{L_COMMENT_RETURN}</a> ]
|
||||
[ <a class="admin" href="{U_HOME}" title="{L_COMMENT_RETURN_HINT}">{L_COMMENT_RETURN}</a> ]
|
||||
<!-- END title -->
|
||||
</div>
|
||||
<!-- BEGIN validation -->
|
||||
|
||||
@@ -115,4 +115,4 @@
|
||||
<input class="radio" type="radio" name="mode" value="OR" {OR_CHECKED} /> {L_SEARCH_OR_CLAUSES}
|
||||
<input class="radio" type="radio" name="mode" value="AND" {AND_CHECKED} /> {L_SEARCH_AND_CLAUSES}<br /><br />
|
||||
<input type="submit" name="submit" value="{L_SUBMIT}" class="bouton" /><br /><br />
|
||||
<a href="{U_HOME}">[ {L_RETURN} ]</a>
|
||||
<a href="{U_HOME}" title="{L_RETURN_HINT}">[ {L_RETURN} ]</a>
|
||||
|
||||
Reference in New Issue
Block a user