aboutsummaryrefslogtreecommitdiff
path: root/cgi/templates/manage/recyclebin.html
diff options
context:
space:
mode:
authorLibravatar junk 2021-04-08 21:44:40 -0400
committerLibravatar junk 2021-04-11 13:56:18 -0400
commit2f0af65405ad93d449534b1467aa54c95fa37b67 (patch)
tree4ec152537f83af37e7a0d5b99149a6dae951a544 /cgi/templates/manage/recyclebin.html
parente9a0a02f9e17a7a03e39d066c8157285e774a376 (diff)
downloadweabot-2f0af65405ad93d449534b1467aa54c95fa37b67.tar.gz
weabot-2f0af65405ad93d449534b1467aa54c95fa37b67.tar.xz
weabot-2f0af65405ad93d449534b1467aa54c95fa37b67.zip
Arreglos a manage
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>