diff options
author | plegall <plg@piwigo.org> | 2005-04-16 07:49:55 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-04-16 07:49:55 +0000 |
commit | 41e52d7a8a4086f92fe318c22ed69ef3e6a4047b (patch) | |
tree | f7d958f1bcd6d3dc87b4125d4babcfbaded29a5c /template/default/admin/element_set_global.tpl | |
parent | 8549bee38a9c7d1ace16bc99c292e7a66c125eba (diff) |
- elements batch management : in addition to global mode, a unit mode is
added : ability to manage a set of elements, element by element. This
screen is very close to the existing "infos_images" (which will soon
disappear).
* elements batch management : in screen element_set_global, the display
options are displayed at the top as in element_set_unit
git-svn-id: http://piwigo.org/svn/trunk@763 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/default/admin/element_set_global.tpl | 37 |
1 files changed, 21 insertions, 16 deletions
diff --git a/template/default/admin/element_set_global.tpl b/template/default/admin/element_set_global.tpl index 9af80caac..d3abb16ad 100644 --- a/template/default/admin/element_set_global.tpl +++ b/template/default/admin/element_set_global.tpl @@ -1,3 +1,8 @@ +<p style="text-align:center;"> + global mode + | <a href="{U_UNIT_MODE}">unit mode</a> +</p> + <form action="{F_ACTION}" method="post"> <fieldset> @@ -15,6 +20,22 @@ <fieldset> + <legend>Display options</legend> + + <p>elements per line : + <a href="{U_ELEMENTS_LINE}&display=4">4</a> + | <a href="{U_ELEMENTS_LINE}&display=5">5</a> + | <a href="{U_ELEMENTS_LINE}&display=6">6</a> + | <a href="{U_ELEMENTS_LINE}&display=7">7</a> + | <a href="{U_ELEMENTS_LINE}&display=8">8</a> + | <a href="{U_ELEMENTS_LINE}&display=9">9</a> + | <a href="{U_ELEMENTS_LINE}&display=10">10</a> + </p> + +</fieldset> + +<fieldset> + <legend>Form</legend> <table> @@ -140,20 +161,4 @@ </fieldset> -<fieldset> - - <legend>Display options</legend> - - <p>elements per line : - <a href="{U_ELEMENTS_LINE}&display=4">4</a> - | <a href="{U_ELEMENTS_LINE}&display=5">5</a> - | <a href="{U_ELEMENTS_LINE}&display=6">6</a> - | <a href="{U_ELEMENTS_LINE}&display=7">7</a> - | <a href="{U_ELEMENTS_LINE}&display=8">8</a> - | <a href="{U_ELEMENTS_LINE}&display=9">9</a> - | <a href="{U_ELEMENTS_LINE}&display=10">10</a> - </p> - -</fieldset> - </form> |