more oodles of changes.
This commit is contained in:
parent
5473560df4
commit
f2cccdff9f
27 changed files with 112 additions and 670 deletions
|
|
@ -38,7 +38,7 @@ sub www_formAssetTree {
|
|||
$output .= '<a href="'.$child->getUrl("op=formAssetTree;classLimiter=".$session->form->process("classLimiter").";formId="
|
||||
.$session->form->process("formId")).'">'.$child->get("menuTitle").'</a>'."<br />\n";
|
||||
}
|
||||
$session->style->useEmptyStyle("1")
|
||||
$session->style->useEmptyStyle("1");
|
||||
return $output;
|
||||
}
|
||||
|
||||
|
|
@ -92,7 +92,7 @@ window.opener.tinyMCE.insertLink("^" + "/" + ";" + document.getElementById("url_
|
|||
next unless $child->canView;
|
||||
$output .= '<a href="#" onclick="document.getElementById(\'url_formId\').value=\''.$child->get("url").'\'">(•)</a> <a href="'.$child->getUrl("op=richEditPageTree").'">'.$child->get("menuTitle").'</a>'."<br />\n";
|
||||
}
|
||||
$session->style->useEmptyStyle("1")
|
||||
$session->style->useEmptyStyle("1");
|
||||
return $output.'</fieldset></fieldset>';
|
||||
}
|
||||
|
||||
|
|
@ -118,7 +118,7 @@ sub www_richEditImageTree {
|
|||
}
|
||||
$output .= '<a href="'.$child->getUrl("op=richEditImageTree").'">'.$child->get("menuTitle").'</a>'."<br />\n";
|
||||
}
|
||||
$session->style->useEmptyStyle("1")
|
||||
$session->style->useEmptyStyle("1");
|
||||
return $output;
|
||||
}
|
||||
|
||||
|
|
@ -127,7 +127,7 @@ sub www_richEditImageTree {
|
|||
sub www_richEditViewThumbnail {
|
||||
my $session = shift;
|
||||
my $image = WebGUI::Asset->newByUrl;
|
||||
$session->style->useEmptyStyle("1")
|
||||
$session->style->useEmptyStyle("1");
|
||||
if ($image->get("className") =~ /WebGUI::Asset::File::Image/) {
|
||||
my $output = '<div align="center">';
|
||||
$output .= '<img src="'.$image->getThumbnailUrl.'" border="0" alt="Preview">';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue