aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga
diff options
context:
space:
mode:
authornikrou <nikrou@piwigo.org>2006-04-21 21:07:19 +0000
committernikrou <nikrou@piwigo.org>2006-04-21 21:07:19 +0000
commit7e317bdbc3d16086a251b5b388539c49ecfb7b1b (patch)
tree916ad2b01aaf373d704108fca7e4e2156fff24da /template/yoga
parent48fb5a96004f45fbf8a89879ca3fd79d5ad0763c (diff)
html bug fixed
svn merge -r1238:1240,1242 from branch-1_6 into trunk git-svn-id: http://piwigo.org/svn/trunk@1244 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga')
-rw-r--r--template/yoga/admin/cat_options.tpl2
-rw-r--r--template/yoga/admin/comments.tpl4
-rw-r--r--template/yoga/admin/element_set_unit.tpl5
-rw-r--r--template/yoga/admin/rating.tpl2
-rw-r--r--template/yoga/admin/tags.tpl4
-rw-r--r--template/yoga/admin/user_list.tpl16
-rw-r--r--template/yoga/admin/waiting.tpl4
-rw-r--r--template/yoga/profile.tpl4
8 files changed, 11 insertions, 30 deletions
diff --git a/template/yoga/admin/cat_options.tpl b/template/yoga/admin/cat_options.tpl
index ec212cc91..891dc37d4 100644
--- a/template/yoga/admin/cat_options.tpl
+++ b/template/yoga/admin/cat_options.tpl
@@ -13,5 +13,5 @@
</fieldset>
</form>
-<p class="information">{L_CAT_OPTIONS_INFO}</div>
+<p class="information">{L_CAT_OPTIONS_INFO}</p>
diff --git a/template/yoga/admin/comments.tpl b/template/yoga/admin/comments.tpl
index d7053200d..065a1c8ee 100644
--- a/template/yoga/admin/comments.tpl
+++ b/template/yoga/admin/comments.tpl
@@ -1,9 +1,6 @@
<h2>{lang:User comments validation}</h2>
<form method="post" action="{F_ACTION}">
-
- <input type="hidden" name="list" value="{LIST}" />
-
<!-- BEGIN comment -->
<div class="comment">
<a class="illustration" href="{comment.U_PICTURE}"><img src="{comment.TN_SRC}" /></a>
@@ -17,6 +14,7 @@
<!-- END comment -->
<p class="bottomButtons">
+ <input type="hidden" name="list" value="{LIST}" />
<input type="submit" name="submit" value="{lang:Submit}" {TAG_INPUT_ENABLED}/>
<input type="submit" name="validate-all" value="{lang:Validate All}" />
<input type="submit" name="reject-all" value="{lang:Reject All}" />
diff --git a/template/yoga/admin/element_set_unit.tpl b/template/yoga/admin/element_set_unit.tpl
index 63b7fa5b6..5adce8833 100644
--- a/template/yoga/admin/element_set_unit.tpl
+++ b/template/yoga/admin/element_set_unit.tpl
@@ -8,13 +8,10 @@
</p>
<form action="{F_ACTION}" method="POST">
-
-<input type="hidden" name="list" value="{IDS_LIST}" />
-
<fieldset>
<legend>{lang:Display options}</legend>
-
+ <input type="hidden" name="list" value="{IDS_LIST}" />
<p>{lang:elements per page} :
<a href="{U_ELEMENTS_PAGE}&amp;display=5">5</a>
| <a href="{U_ELEMENTS_PAGE}&amp;display=10">10</a>
diff --git a/template/yoga/admin/rating.tpl b/template/yoga/admin/rating.tpl
index b955785f3..ac78bf419 100644
--- a/template/yoga/admin/rating.tpl
+++ b/template/yoga/admin/rating.tpl
@@ -28,8 +28,8 @@
</label>
<input type="submit" name="submit_filter" value="{lang:Submit}" />
+ <input type="hidden" name="page" value="rating" />
</fieldset>
- <input type="hidden" name="page" value="rating" />
</form>
<div class="navigationBar">{NAVBAR}</div>
diff --git a/template/yoga/admin/tags.tpl b/template/yoga/admin/tags.tpl
index c39181580..83e95acb3 100644
--- a/template/yoga/admin/tags.tpl
+++ b/template/yoga/admin/tags.tpl
@@ -5,11 +5,9 @@
<form action="{F_ACTION}" method="post">
<!-- BEGIN edit_tags -->
- <input type="hidden" name="edit_list" value="{edit_tags.LIST}" />
-
<fieldset>
<legend>{lang:Edit tags}</legend>
-
+ <input type="hidden" name="edit_list" value="{edit_tags.LIST}" />
<table class="table2">
<tr class="throw">
<th>{lang:Current name}</th>
diff --git a/template/yoga/admin/user_list.tpl b/template/yoga/admin/user_list.tpl
index 1483e80f4..e6c1e81b6 100644
--- a/template/yoga/admin/user_list.tpl
+++ b/template/yoga/admin/user_list.tpl
@@ -14,18 +14,10 @@
</fieldset>
</form>
-<form class="filter" method="get" name="filter" action="{F_FILTER_ACTION}">
-
- <input type="hidden" name="page" value="user_list" />
-
- <!-- BEGIN session -->
- <input type="hidden" name="id" value="{session.ID}" />
- <!-- END session -->
-
+<form class="filter" method="get" name="filter" action="{F_FILTER_ACTION}">
<fieldset>
-
<legend>{lang:Filter}</legend>
-
+ <input type="hidden" name="page" value="user_list" />
<label>{lang:Username} <input type="text" name="username" value="{F_USERNAME}" /></label>
@@ -303,8 +295,8 @@
<p>
{lang:target}
- <label><input type="radio" name="target" value="all" /> {lang:all}
- <label><input type="radio" name="target" value="selection" checked="checked" /> {lang:selection}
+ <label><input type="radio" name="target" value="all" /> {lang:all}</label>
+ <label><input type="radio" name="target" value="selection" checked="checked" /> {lang:selection}</label>
</p>
<p>
diff --git a/template/yoga/admin/waiting.tpl b/template/yoga/admin/waiting.tpl
index 10e8e3ff7..40c2d1850 100644
--- a/template/yoga/admin/waiting.tpl
+++ b/template/yoga/admin/waiting.tpl
@@ -2,9 +2,6 @@
<h2>{lang:title_waiting}</h2>
<form action="{F_ACTION}" method="post" id="waiting">
-
- <input type="hidden" name="list" value="{LIST}" />
-
<table style="width:100%;" >
<tr class="throw">
<th style="width:20%;">{L_CATEGORY}</th>
@@ -38,6 +35,7 @@
</table>
<p class="bottomButtons">
+ <input type="hidden" name="list" value="{LIST}" />
<input type="submit" name="submit" value="{lang:Submit}" {TAG_INPUT_ENABLED}/>
<input type="submit" name="validate-all" value="{lang:Validate All}" {TAG_INPUT_ENABLED}/>
<input type="submit" name="reject-all" value="{lang:Reject All}" {TAG_INPUT_ENABLED}/>
diff --git a/template/yoga/profile.tpl b/template/yoga/profile.tpl
index 3cfece113..b3837f454 100644
--- a/template/yoga/profile.tpl
+++ b/template/yoga/profile.tpl
@@ -19,11 +19,9 @@
<form method="post" name="profile" action="{F_ACTION}" id="profile" class="properties">
- <input type="hidden" name="userid" value="{USERID}" />
-
<fieldset>
<legend>{L_REGISTRATION_INFO}</legend>
-
+ <input type="hidden" name="userid" value="{USERID}" />
<ul>
<li>
<span class="property">{lang:Username}</span>