summaryrefslogtreecommitdiff
path: root/templates/edit_structure_content.tpl
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2005-08-11 13:03:46 +0000
committerMax Kremmel <xing@synapse.plus.com>2005-08-11 13:03:46 +0000
commit5d100e8078e5a53a70aee8a29080fa00559b4972 (patch)
treed2f6d528c57261ce3036adaf7d28ff945f46feee /templates/edit_structure_content.tpl
parentea82e999f8043ba0821df00ddc84df38c6c48c1c (diff)
downloadliberty-5d100e8078e5a53a70aee8a29080fa00559b4972.tar.gz
liberty-5d100e8078e5a53a70aee8a29080fa00559b4972.tar.bz2
liberty-5d100e8078e5a53a70aee8a29080fa00559b4972.zip
merge recent changes with HEAD - keeping stuff up to date in case someone starts going nuts in HEAD
Diffstat (limited to 'templates/edit_structure_content.tpl')
-rw-r--r--templates/edit_structure_content.tpl10
1 files changed, 1 insertions, 9 deletions
diff --git a/templates/edit_structure_content.tpl b/templates/edit_structure_content.tpl
index 07c3c75..6142d00 100644
--- a/templates/edit_structure_content.tpl
+++ b/templates/edit_structure_content.tpl
@@ -21,15 +21,7 @@
<div class="row">
{formlabel label="Content" for="content"}
{forminput}
- <select name="content_type" onchange="submit();">
- <option {if !$contentSelect}selected="selected"{/if} value="">All Content</option>
- {foreach from=$contentTypes key=guid item=description}
- <option value="{$guid}" {if $contentSelect eq $guid}selected="selected"{assign var=selectDescription value=$description}{/if}>{$description}</option>
- {/foreach}
- </select>
- <noscript>
- <div><input type="submit" name="content_switch" value="{tr}change content type{/tr}" /></div>
- </noscript>
+ {html_options onchange="submit();" values=$contentTypes options=$contentTypes name=content_type_guid selected=$contentSelect}
{/forminput}
{forminput}