diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-02-24 12:06:08 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-02-24 12:06:08 +0000 |
| commit | bbc084371f5035b37a5316667e693f8ab01004a3 (patch) | |
| tree | 8bb22b6af2c35bea96a9f42253835dbf90a405cc /templates/edit_pigeonholes.tpl | |
| parent | 36d74c85ba75a07ace1d2e5bce8cb8e747dda471 (diff) | |
| download | pigeonholes-bbc084371f5035b37a5316667e693f8ab01004a3.tar.gz pigeonholes-bbc084371f5035b37a5316667e693f8ab01004a3.tar.bz2 pigeonholes-bbc084371f5035b37a5316667e693f8ab01004a3.zip | |
move service functions to Pigeonholes.php, fix content types dropdown, only check path permissions when it's required, reduce defaults to as simple as possible
Diffstat (limited to 'templates/edit_pigeonholes.tpl')
| -rw-r--r-- | templates/edit_pigeonholes.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/edit_pigeonholes.tpl b/templates/edit_pigeonholes.tpl index 2a3939f..05213c5 100644 --- a/templates/edit_pigeonholes.tpl +++ b/templates/edit_pigeonholes.tpl @@ -75,7 +75,7 @@ <div class="row"> {formlabel label="Content" for="pigeonhole-content"} {forminput} - {html_options options=$contentDescs name=content_type_guid selected=$contentSelect} + {html_options options=$contentTypes name=content_type_guid selected=$contentSelect} {/forminput} {forminput} |
