diff options
Diffstat (limited to 'ratatoeskr/templates/src/systemtemplates/sections.html')
-rw-r--r-- | ratatoeskr/templates/src/systemtemplates/sections.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ratatoeskr/templates/src/systemtemplates/sections.html b/ratatoeskr/templates/src/systemtemplates/sections.html index 1228933..8fd75bc 100644 --- a/ratatoeskr/templates/src/systemtemplates/sections.html +++ b/ratatoeskr/templates/src/systemtemplates/sections.html @@ -1,9 +1,5 @@ <ste:load name="master.html" /> -<ste:mktag name="instant_select" mandatory="name|array"><select name="$_tag_parameters[name]"> - <ste:foreach array="$_tag_parameters[array]" value="instant_select_v"> - <option value="$instant_select_v"?{~{$_tag_parameters[selected]|eq|$instant_select_v}| selected="selected"|}>$instant_select_v</option> - </ste:foreach> -</select></ste:mktag> +<ste:load name="instant_select.tpl" /> <ste:block name="content"> <ste:if>$success <ste:then> |