bugfix [ 1038678 ] 6.2.6- HTML Editor Image/ Collateral
This commit is contained in:
parent
b985eec1b1
commit
1966e6466f
2 changed files with 3 additions and 2 deletions
|
|
@ -3,7 +3,8 @@
|
|||
- Added a workaround to a bug in Time::HiRes on windows.
|
||||
- bugfix [ 1038289 ] Performance problems with 6.2
|
||||
- bugfix [ 1038837 ] Hashing issues (Paul Malabad)
|
||||
|
||||
- bugfix [ 1038678 ] 6.2.6- HTML Editor Image/ Collateral
|
||||
|
||||
|
||||
6.2.6
|
||||
- Fixed a GUID bug in the Site Map wobject.
|
||||
|
|
|
|||
|
|
@ -575,7 +575,7 @@ sub www_htmlAreaviewCollateral {
|
|||
my($output, $collateral, $file, $x, $y, $image, $error);
|
||||
$session{page}{makePrintable}=1; $session{page}{printableStyleId}=10;
|
||||
$output .= '<table align="center" border="0" cellspacing="0" cellpadding="2" width="100%" height="100%">';
|
||||
if($session{form}{cid} == 0 || ! WebGUI::Grouping::isInGroup(4)) {
|
||||
if($session{form}{cid} eq "" || ! WebGUI::Grouping::isInGroup(4)) {
|
||||
$output .= '<tr><td align="center" valign="middle" width="100%" height="100%">';
|
||||
$output .= '<p align="center"><br><img src="'.$session{config}{extrasURL}.'/htmlArea/images/icon.gif"
|
||||
border="0"></p>';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue