diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/yoga/admin/cat_list.tpl | 16 | ||||
-rw-r--r-- | template/yoga/default-layout.css | 7 | ||||
-rw-r--r-- | template/yoga/footer.tpl | 1 |
3 files changed, 15 insertions, 9 deletions
diff --git a/template/yoga/admin/cat_list.tpl b/template/yoga/admin/cat_list.tpl index ec4b66d43..c378c17f0 100644 --- a/template/yoga/admin/cat_list.tpl +++ b/template/yoga/admin/cat_list.tpl @@ -3,9 +3,16 @@ <h3>{CATEGORIES_NAV}</h3> +<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} /> + </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 --> @@ -37,7 +44,6 @@ </li> <!-- END category --> - </ul> <p> <input name="submitOrder" type="submit" value="{lang:Save order}" {TAG_INPUT_ENABLED} /> @@ -47,9 +53,3 @@ </form> <!-- END categories --> -<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} /> - </p> -</form> diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css index d246e32b8..b7fba4f2d 100644 --- a/template/yoga/default-layout.css +++ b/template/yoga/default-layout.css @@ -26,7 +26,12 @@ H2 { text-align: left; font-size: 120%; } - +H5 { + margin: 0; + padding: 0 1.5em 0 30%; + text-align: right; + font-size: 90%; +} A { text-decoration:none; border-bottom: 1px dotted #005e89; diff --git a/template/yoga/footer.tpl b/template/yoga/footer.tpl index dcbf62803..6f4ef5fe4 100644 --- a/template/yoga/footer.tpl +++ b/template/yoga/footer.tpl @@ -1,4 +1,5 @@ <div id="copyright"> + <a name="EoP" /> <!-- End of Page --> <!-- BEGIN debug --> {lang:generation_time} {debug.TIME} ({debug.NB_QUERIES} {lang:sql_queries_in} {debug.SQL_TIME}) - <!-- END debug --> |