After committing a version there is now a back to site link
This commit is contained in:
parent
7a1136dd89
commit
59b01b4581
2 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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>'
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue