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 /template/default/admin/waiting.tpl | |
parent | c443c97891b0edbefc4c388e4228fe7b24ec579b (diff) |
- admin/waiting : add a reset button
git-svn-id: http://piwigo.org/svn/trunk@699 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/default/admin/waiting.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
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> |