diff --git a/Application/views/admin/tpl/inc/Wizards.tpl b/Application/views/admin/tpl/inc/Wizards.tpl index 5e632fa..71ac095 100644 --- a/Application/views/admin/tpl/inc/Wizards.tpl +++ b/Application/views/admin/tpl/inc/Wizards.tpl @@ -48,36 +48,38 @@ [{/strip}][{/capture}] [{oxscript add=$smarty.capture.d3script}] -
- [{$oViewConf->getHiddenSid()}] - - - - +[{assign var="groups" value=$oView->getGroups()}] +[{if $groups|@count}] +
+ [{foreach from=$oView->getGroups() item="group"}] +
+
+

+ +

+
+ +
+
+
+ [{foreach from=$oView->getGroupTasks($group) key="id" item="item"}] +
+
+
+ [{$item->getTitle()}] +
+
+ + + [{$oViewConf->getHiddenSid()}] + + + + - [{assign var="groups" value=$oView->getGroups()}] - [{if $groups|@count}] -
- [{foreach from=$oView->getGroups() item="group"}] -
-
-

- -

-
-
-
-
- [{foreach from=$oView->getGroupTasks($group) key="id" item="item"}] -
-
-
- [{$item->getTitle()}] -
-
[{if $item->getDescription()}] [{assign var="description" value=$item->getDescription()}] [{assign var="sectionlength" value="100"}] @@ -104,25 +106,27 @@ [{block name="exportSubmit"}] [{include file=$submit}] [{/block}] -
+ + +
- [{/foreach}] -
- -
+
+ [{/foreach}]
+ +
+
- [{/foreach}] -
- [{else}] - - [{/if}] - + [{/foreach}] +
+[{else}] + +[{/if}]