summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
Diffstat (limited to 'html')
-rw-r--r--html/rlist.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/html/rlist.tmpl b/html/rlist.tmpl
index c1504d1..db1d3ad 100644
--- a/html/rlist.tmpl
+++ b/html/rlist.tmpl
@@ -124,6 +124,9 @@
'<?% gettext("Nothing selected!") %?>','rdelete',document.rlist)">
[<?% gettext("Delete recordings") %?>]</a>&nbsp;
<?% END %?>
+<?% IF allow('rrecover') %?>
+ <a href="?cmd=rrecover">[<?% gettext("Recover deleted recordings") %?>]</a>&nbsp;
+<?% END %?>
<?% gettext("Search for recordings") %?>:
<input type="hidden" name="cmd" value='rsearch' >
<input type="text" name="data" size='18' <?% IF cgi.param('cmd')=='rs' || cgi.param('cmd')=='rsearch' %?>value='<?% cgi.param('data')%?>'<?% END %?>>