diff options
author | plegall <plg@piwigo.org> | 2005-01-16 17:31:18 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-01-16 17:31:18 +0000 |
commit | 4cc5cb68e202b7a74ed8bdf3c2d34c2ac53a8464 (patch) | |
tree | c2351c65e7d55ec8dd9be2edfced43107a783e55 | |
parent | c443c97891b0edbefc4c388e4228fe7b24ec579b (diff) |
- admin/waiting : add a reset button
git-svn-id: http://piwigo.org/svn/trunk@699 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | admin/waiting.php | 1 | ||||
-rw-r--r-- | template/default/admin/waiting.tpl | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/admin/waiting.php b/admin/waiting.php index 2d6fa9aac..b0b69cd2e 100644 --- a/admin/waiting.php +++ b/admin/waiting.php @@ -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'] )) diff --git a/template/default/admin/waiting.tpl b/template/default/admin/waiting.tpl index 11cd39b2a..6c2cbd104 100644 --- a/template/default/admin/waiting.tpl +++ b/template/default/admin/waiting.tpl @@ -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> |