aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/default/about.tpl2
-rw-r--r--template/default/comments.tpl2
-rw-r--r--template/default/search.tpl2
3 files changed, 3 insertions, 3 deletions
diff --git a/template/default/about.tpl b/template/default/about.tpl
index 34616f83c..d5fadc1bf 100644
--- a/template/default/about.tpl
+++ b/template/default/about.tpl
@@ -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" />
diff --git a/template/default/comments.tpl b/template/default/comments.tpl
index d74963d9f..18877fbbd 100644
--- a/template/default/comments.tpl
+++ b/template/default/comments.tpl
@@ -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 -->
diff --git a/template/default/search.tpl b/template/default/search.tpl
index d68f4fb49..dfb465528 100644
--- a/template/default/search.tpl
+++ b/template/default/search.tpl
@@ -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>