Added the new templating mechanism to styles and templates.
This commit is contained in:
parent
8c9040e396
commit
834f4abb03
8 changed files with 122 additions and 88 deletions
|
|
@ -941,7 +941,8 @@ sub www_edit {
|
|||
-label=>WebGUI::International::get(363),
|
||||
-value=>[$templatePosition],
|
||||
-uiLevel=>5,
|
||||
-options=>WebGUI::Template::getPositions($session{page}{templateId})
|
||||
-options=>WebGUI::Template::getPositions($session{page}{templateId}),
|
||||
-subtext=>WebGUI::Template::draw($session{page}{templateId})
|
||||
);
|
||||
$f->date(
|
||||
-name=>"startDate",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue