mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-08 09:43:01 +02:00
bug fixed: - input must be in a block tag
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1242 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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