summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2006-02-10 23:20:27 +0000
committerLester Caine <lester@lsces.co.uk>2006-02-10 23:20:27 +0000
commit51d1a5ab68d2674e695c6c77e5020ec01eb2c55e (patch)
tree31361dcf31b4680033aaa3dc93b2ae00af4c3e3d
parenta0a56ce32d11409d54a7cd223b7ba59237206e52 (diff)
downloadnexus-51d1a5ab68d2674e695c6c77e5020ec01eb2c55e.tar.gz
nexus-51d1a5ab68d2674e695c6c77e5020ec01eb2c55e.tar.bz2
nexus-51d1a5ab68d2674e695c6c77e5020ec01eb2c55e.zip
values and options in html_options are exclusive
-rw-r--r--templates/menu_items_edit_inc.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/menu_items_edit_inc.tpl b/templates/menu_items_edit_inc.tpl
index 07743d9..419103c 100644
--- a/templates/menu_items_edit_inc.tpl
+++ b/templates/menu_items_edit_inc.tpl
@@ -7,7 +7,7 @@
<div class="row">
{formlabel label="Link to content" for="content_type_guid"}
{forminput}
- {html_options values=$contentTypes options=$contentTypes name=content_type_guid id=content_type_guid selected=$smarty.request.content_type_guid}
+ {html_options options=$contentTypes name=content_type_guid id=content_type_guid selected=$smarty.request.content_type_guid}
{/forminput}
{forminput}