rfe: Add Edit button to Manage Revisions page
This commit is contained in:
parent
5e34d1bca9
commit
c7e2a131b3
2 changed files with 3 additions and 1 deletions
|
|
@ -62,6 +62,7 @@
|
|||
- rfe: Move hardcoded words to i18n
|
||||
- rfe: Better info for Assets that require commit before adding children. Add link is always availble now. If the asset has not yet been committed an error is displayed.
|
||||
- rfe: Add template variables for every property of all assets referenced in the Navigation.
|
||||
- rfe: Add edit button to Manage Revisions page
|
||||
|
||||
7.5.22
|
||||
- fixed: Layout template now gets prepared correctly
|
||||
|
|
|
|||
|
|
@ -555,7 +555,8 @@ sub www_manageRevisions {
|
|||
while (my ($date,$by,$tag,$tagId) = $sth->array) {
|
||||
$output .= '<tr><td>'
|
||||
.$self->session->icon->delete("func=purgeRevision;revisionDate=".$date,$self->get("url"),$i18n->get("purge revision prompt"))
|
||||
.$self->session->icon->view("func=view;revision=".$date)
|
||||
.$self->session->icon->view( "func=view;revision=" . $date )
|
||||
.$self->session->icon->edit( "func=edit;revision=" . $date )
|
||||
.'</td>
|
||||
<td>'.$self->session->datetime->epochToHuman($date).'</td>
|
||||
<td>'.$by.'</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue