After committing a version there is now a back to site link

This commit is contained in:
Kaleb Murphy 2008-09-16 15:34:55 +00:00
parent 7a1136dd89
commit 59b01b4581
2 changed files with 2 additions and 1 deletions

View file

@ -48,7 +48,7 @@
- rfe: Add url to list of attributes tracked in assetHistory
- fixed: Article now only allows 2 files to be uploaded
- fixed: DataForms can now export all non-default fields
- rfe: After committing a version there is now a back to site link
7.5.22
- fixed: Layout template now gets prepared correctly
- fixed: When user does not have permissions to search/edit a thing a proper error is shown.

View file

@ -442,6 +442,7 @@ sub www_commitVersionTagConfirm {
.'<ul>
<li><a href="'.$default->getUrl.'">'.$i18n->get("back to home").'</a></li>
<li><a href="'.$default->getUrl("op=manageVersions").'">'.$i18n->get("manage versions").'</a></li>
<li><a href="'.$session->url->page().'">Back to site.</a></li>
</ul>'
);
}