aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/templates/src/systemtemplates/instant_select.tpl
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2011-11-26 21:51:01 +0100
committerKevin Chabowski <kevin@kch42.de>2011-11-26 21:51:01 +0100
commite11f256bf045da15620dae50806929f758c77e6d (patch)
tree0fb611e76a49cb85a579f4f542dc8f939d68a812 /ratatoeskr/templates/src/systemtemplates/instant_select.tpl
parent55a1c0cecfae4ecf0ed75ea60894de08bf62b872 (diff)
downloadratatoeskr-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/instant_select.tpl')
-rw-r--r--ratatoeskr/templates/src/systemtemplates/instant_select.tpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/ratatoeskr/templates/src/systemtemplates/instant_select.tpl b/ratatoeskr/templates/src/systemtemplates/instant_select.tpl
new file mode 100644
index 0000000..01c5017
--- /dev/null
+++ b/ratatoeskr/templates/src/systemtemplates/instant_select.tpl
@@ -0,0 +1,5 @@
+<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>