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:
gweltas
2004-11-18 14:57:00 +00:00
parent 1bf3753f14
commit f20efb0cfa
13 changed files with 52 additions and 47 deletions
+1 -1
View File
@@ -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" />
+1 -1
View File
@@ -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 -->
+1 -1
View File
@@ -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>