aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/admin
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2005-10-17 23:31:14 +0000
committerchrisaga <chrisaga@piwigo.org>2005-10-17 23:31:14 +0000
commita7ad21d942402d4890fd5efa5d52286c2f3d809e (patch)
tree0cfc4761506726db1a1006b2f965cd0e55b0f707 /template/yoga/admin
parent1c6edb3d10dd51ef27359b90328da5a4094fbada (diff)
display : in group_list.tpl - wrong form class, mixed html tags, ...
display : suppress bullets in admin->synchronize and checkbox under select display : set standard font size to 12pt (untill better solution found) git-svn-id: http://piwigo.org/svn/trunk@898 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/admin')
-rw-r--r--template/yoga/admin/group_list.tpl7
-rw-r--r--template/yoga/admin/update.tpl7
2 files changed, 9 insertions, 5 deletions
diff --git a/template/yoga/admin/group_list.tpl b/template/yoga/admin/group_list.tpl
index 480307d2f..41e76cf3b 100644
--- a/template/yoga/admin/group_list.tpl
+++ b/template/yoga/admin/group_list.tpl
@@ -1,10 +1,11 @@
+<!-- $Id$ -->
<h2>{lang:title_groups}</h2>
-<form class="filter" method="post" name="add_user" action="{F_ADD_ACTION}">
+<form method="post" name="add_user" action="{F_ADD_ACTION}" class="properties">
<fieldset>
<legend>{lang:Add group}</legend>
- <label>{lang:Group name} <input type="text" name="groupname" maxlength="50" size="20" /></label>
- <input type="submit" name="submit_add" value="{lang:Add}" />
+ <label>{lang:Group name}</label><input type="text" name="groupname" maxlength="50" size="20" />
+ <p><input type="submit" name="submit_add" value="{lang:Add}" /></p>
</fieldset>
</form>
diff --git a/template/yoga/admin/update.tpl b/template/yoga/admin/update.tpl
index a095573d1..1776b1bdd 100644
--- a/template/yoga/admin/update.tpl
+++ b/template/yoga/admin/update.tpl
@@ -73,14 +73,17 @@
<fieldset>
<legend>{L_UPDATE_CATS_SUBSET}</legend>
-
+ <ul>
+ <li>
<select style="width:500px" name="cat" size="10">
<!-- BEGIN category_option -->
<option {introduction.category_option.SELECTED} value="{introduction.category_option.VALUE}">{introduction.category_option.OPTION}</option>
<!-- END category_option -->
</select>
+ </li>
- <label><input type="checkbox" name="subcats-included" value="1" {SUBCATS_INCLUDED_CHECKED} /> {L_SEARCH_SUBCATS_INCLUDED}</label>
+ <li><label><input type="checkbox" name="subcats-included" value="1" {SUBCATS_INCLUDED_CHECKED} /> {L_SEARCH_SUBCATS_INCLUDED}</label></li>
+ </ul>
</fieldset>
<p class="bottomButtons">