- admin/waiting : add a reset button

git-svn-id: http://piwigo.org/svn/trunk@699 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2005-01-16 17:31:18 +00:00
parent c443c97891
commit 4cc5cb68e2
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -84,6 +84,7 @@ $template->assign_vars(array(
'L_FILE'=>$lang['file'],
'L_CATEGORY'=>$lang['category'],
'L_SUBMIT'=>$lang['submit'],
'L_RESET'=>$lang['reset'],
'L_DELETE'=>$lang['delete'],
'F_ACTION'=>add_session_id(str_replace( '&', '&', $_SERVER['REQUEST_URI'] ))
+1
View File
@@ -35,6 +35,7 @@
<tr>
<td colspan="6" align="center">
<input type="submit" name="submit" value="{L_SUBMIT}" class="bouton" />
<input type="reset" name="reset" value="{L_RESET}" class="bouton" />
</td>
</tr>
</table>