aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--language/en_UK.iso-8859-1/common.lang.php2
-rw-r--r--language/fr_FR.iso-8859-1/common.lang.php4
-rw-r--r--template/yoga/admin/cat_list.tpl4
-rw-r--r--template/yoga/default-layout.css4
-rw-r--r--template/yoga/icon/page_end.pngbin0 -> 536 bytes
-rw-r--r--template/yoga/icon/page_top.pngbin0 -> 555 bytes
6 files changed, 10 insertions, 4 deletions
diff --git a/language/en_UK.iso-8859-1/common.lang.php b/language/en_UK.iso-8859-1/common.lang.php
index d566d845e..aaf550866 100644
--- a/language/en_UK.iso-8859-1/common.lang.php
+++ b/language/en_UK.iso-8859-1/common.lang.php
@@ -614,4 +614,6 @@ $lang['w_month'] = 'Month';
$lang['yes'] = 'Yes';
$lang['note_filter_day'] = 'The whole of the elements are filtered in order to diplay the recent elements of less %s day.';
$lang['note_filter_days'] = 'The whole of the elements are filtered in order to diplay the recent elements of less %s days.';
+$lang['page_end'] = 'Page bottom';
+
?>
diff --git a/language/fr_FR.iso-8859-1/common.lang.php b/language/fr_FR.iso-8859-1/common.lang.php
index bcc5d75d7..a93e62efb 100644
--- a/language/fr_FR.iso-8859-1/common.lang.php
+++ b/language/fr_FR.iso-8859-1/common.lang.php
@@ -615,4 +615,6 @@ $lang['w_month'] = 'Mois';
$lang['yes'] = 'Oui';
$lang['note_filter_day'] = 'L\'ensemble des éléments est filtré pour n\'afficher que les éléments récents de moins de %d jour.';
$lang['note_filter_days'] = 'L\'ensemble des éléments est filtré pour n\'afficher que les éléments récents de moins de %d jours.';
-?> \ No newline at end of file
+$lang['page_end'] = 'Bas de page';
+
+?>
diff --git a/template/yoga/admin/cat_list.tpl b/template/yoga/admin/cat_list.tpl
index c378c17f0..7111d9143 100644
--- a/template/yoga/admin/cat_list.tpl
+++ b/template/yoga/admin/cat_list.tpl
@@ -6,13 +6,13 @@
<form id="addVirtual" action="{F_ACTION}" method="post">
<p>
{L_ADD_VIRTUAL} : <input type="text" name="virtual_name" />
- <input type="submit" value="{L_SUBMIT}" name="submitAdd" {TAG_INPUT_ENABLED} />
+ <input type="submit" value="{L_SUBMIT}" name="submitAdd" {TAG_INPUT_ENABLED} />
+ <a href="#EoP" class="button"><img src="{themeconf:icon_dir}/page_end.png" class="button" alt="{lang:page_end}" /></a>
</p>
</form>
<!-- BEGIN categories -->
<form id="categoryOrdering" action="{F_ACTION}" method="post">
- <h5><a href="#EoP">{lang:end_of_page}</a></h5>
<ul class="categoryUl">
<!-- BEGIN category -->
diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css
index 589b2dcf5..0dc87eec2 100644
--- a/template/yoga/default-layout.css
+++ b/template/yoga/default-layout.css
@@ -39,7 +39,9 @@ A {
A:hover {
border-bottom: 1px solid #858460;
}
-
+A.button, A.button:hover {
+ border: 0;
+}
IMG {
border: none;
}
diff --git a/template/yoga/icon/page_end.png b/template/yoga/icon/page_end.png
new file mode 100644
index 000000000..c8f54fb91
--- /dev/null
+++ b/template/yoga/icon/page_end.png
Binary files differ
diff --git a/template/yoga/icon/page_top.png b/template/yoga/icon/page_top.png
new file mode 100644
index 000000000..8b18f13c3
--- /dev/null
+++ b/template/yoga/icon/page_top.png
Binary files differ