Wrong edit link in SubsitesVirtualPage

In SS3.1 we have /admin/pages for cms, was still old link.
This commit is contained in:
wernerkrauss 2015-06-17 16:30:56 +02:00
parent 601e174b34
commit 996abfcc58

View File

@ -51,7 +51,7 @@ class SubsitesVirtualPage extends VirtualPage {
// Create links back to the original object in the CMS
if($this->CopyContentFromID) {
$editLink = "admin/page/edit/show/$this->CopyContentFromID/?SubsiteID=" . $this->CopyContentFrom()->SubsiteID;
$editLink = "admin/pages/edit/show/$this->CopyContentFromID/?SubsiteID=" . $this->CopyContentFrom()->SubsiteID;
$linkToContent = "
<a class=\"cmsEditlink\" href=\"$editLink\">" .
_t('VirtualPage.EDITCONTENT', 'Click here to edit the content') .