mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-05 09:22:21 +02:00
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
This commit is contained in:
@@ -13,5 +13,5 @@
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
<p class="information">{L_CAT_OPTIONS_INFO}</div>
|
||||
<p class="information">{L_CAT_OPTIONS_INFO}</p>
|
||||
|
||||
|
||||
@@ -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}" />
|
||||
|
||||
@@ -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}&display=5">5</a>
|
||||
| <a href="{U_ELEMENTS_PAGE}&display=10">10</a>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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}/>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user