aboutsummaryrefslogtreecommitdiff
path: root/cgi/templates/manage/recyclebin.html
diff options
context:
space:
mode:
Diffstat (limited to 'cgi/templates/manage/recyclebin.html')
-rw-r--r--cgi/templates/manage/recyclebin.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgi/templates/manage/recyclebin.html b/cgi/templates/manage/recyclebin.html
index b413c9c..bdc7e45 100644
--- a/cgi/templates/manage/recyclebin.html
+++ b/cgi/templates/manage/recyclebin.html
@@ -51,8 +51,8 @@ ${message}
<tr>
<td><a href="#{cgi_url}manage/recyclebin/#{currentpage}/delete/#{post['dir']}/#{post['id']}">X</a><br /><a href="#{cgi_url}manage/recyclebin/#{currentpage}/restore/#{post['dir']}/#{post['id']}">R</a></td>
<td><input type="checkbox" name="!i#{post['dir']}/#{post['id']}" id="#{post['dir']}#{post['id']}" value="1" /><label for="#{post['dir']}#{post['id']}"></label></td>
- <td>#{post['id']}</td>
- <td class="date" data-unix="${post['timestamp']}">${post['timestamp_formatted']}</td>
+ <td><a href="#{cgi_url}manage/mod/${post['dir']}/#{post['id']}">#{post['id']}</a></td>
+ <td class="date">${post['timestamp_formatted']}</td>
<td>${post['dir']}</td>
<td>${post['IS_DELETED']}</td>
<td>${post['ip']}</td>