diff options
author | vdigital <vdigital@piwigo.org> | 2007-01-18 07:05:10 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2007-01-18 07:05:10 +0000 |
commit | c2920c7738bfdb54d477dcdaf8213fbc47d3a783 (patch) | |
tree | 9387ef1f51c9af4389613967c8309a7e0f1908d9 /template/yoga | |
parent | 4fb42505ece84fa64d5e77436cfdcb792c333006 (diff) |
Issue 0000615: End of page replaced by icon/page_end.png
git-svn-id: http://piwigo.org/svn/trunk@1732 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga')
-rw-r--r-- | template/yoga/admin/cat_list.tpl | 4 | ||||
-rw-r--r-- | template/yoga/default-layout.css | 4 | ||||
-rw-r--r-- | template/yoga/icon/page_end.png | bin | 0 -> 536 bytes | |||
-rw-r--r-- | template/yoga/icon/page_top.png | bin | 0 -> 555 bytes |
4 files changed, 5 insertions, 3 deletions
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 Binary files differnew file mode 100644 index 000000000..c8f54fb91 --- /dev/null +++ b/template/yoga/icon/page_end.png diff --git a/template/yoga/icon/page_top.png b/template/yoga/icon/page_top.png Binary files differnew file mode 100644 index 000000000..8b18f13c3 --- /dev/null +++ b/template/yoga/icon/page_top.png |