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 /admin | |
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-- | admin/waiting.php | 1 |
1 files changed, 1 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'] )) |