diff options
author | Kevin Chabowski <kevin@kch42.de> | 2011-11-26 21:51:01 +0100 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2011-11-26 21:51:01 +0100 |
commit | e11f256bf045da15620dae50806929f758c77e6d (patch) | |
tree | 0fb611e76a49cb85a579f4f542dc8f939d68a812 /ratatoeskr/templates/src/systemtemplates/sections.html | |
parent | 55a1c0cecfae4ecf0ed75ea60894de08bf62b872 (diff) | |
download | ratatoeskr-cms-e11f256bf045da15620dae50806929f758c77e6d.tar.gz ratatoeskr-cms-e11f256bf045da15620dae50806929f758c77e6d.tar.bz2 ratatoeskr-cms-e11f256bf045da15620dae50806929f758c77e6d.zip |
Added a settings page to the backend.
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> |