Remove 7.5.34 changelog that snuck into the 7.6 branch.
Forward port imageTree thumbnail relative url fix for sites with multiple hostnames
This commit is contained in:
parent
1dde85aad0
commit
03c411b68e
2 changed files with 2 additions and 18 deletions
|
|
@ -275,7 +275,7 @@ JS
|
|||
if ($child->isa('WebGUI::Asset::File::Image')) {
|
||||
$output .= '<a href="#" class="selectLink" onclick="selectImage(\''
|
||||
. ($useAssetUrls ? $child->getUrl : $child->getFileUrl) . '\',\''
|
||||
. $session->url->getSiteURL . $session->url->gateway($child->get('url'), 'op=formHelper;class=HTMLArea;sub=viewThumbnail')
|
||||
. $session->url->gateway($child->get('url'), 'op=formHelper;class=HTMLArea;sub=viewThumbnail')
|
||||
. '\'); return false;">[' . $i18n->get("select", 'WebGUI') . ']</a>';
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue