merging 5.4.4 changes
This commit is contained in:
parent
2b6d4a36fc
commit
6272369816
12 changed files with 1842 additions and 18 deletions
|
|
@ -92,7 +92,13 @@ sub _selectPositions {
|
|||
my ($templates, $output, $f, $key);
|
||||
$f = WebGUI::HTMLForm->new(1);
|
||||
$templates = WebGUI::Page::getTemplateList();
|
||||
$f->select("templateId",$templates,'',[$_[0]],'','','onChange="changeTemplatePreview(this.form.templateId.value)"');
|
||||
$f->selectList(
|
||||
-name=>"templateId",
|
||||
-options=>$templates,
|
||||
-value=>[$_[0]],
|
||||
-extras=>'onChange="changeTemplatePreview(this.form.templateId.value)"',
|
||||
-subtext=>' <a href="'.WebGUI::URL::page("op=listTemplates&namespace=Page").'">'.WebGUI::International::get(742).'</a>'
|
||||
);
|
||||
$output = '
|
||||
<script language="JavaScript">
|
||||
function checkBrowser(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue