summaryrefslogtreecommitdiff
path: root/templates/edit_content_status_inc.tpl
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-12-30 14:59:41 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-12-30 14:59:41 +0000
commit5ecc240606266c277051c1cfcd3ddaf85e32bfcd (patch)
treeedee92526162dae2af27495577bbc7bc16d149bd /templates/edit_content_status_inc.tpl
parentf3face934b215e093c172b328cee9eaab7a7bd7d (diff)
downloadliberty-5ecc240606266c277051c1cfcd3ddaf85e32bfcd.tar.gz
liberty-5ecc240606266c277051c1cfcd3ddaf85e32bfcd.tar.bz2
liberty-5ecc240606266c277051c1cfcd3ddaf85e32bfcd.zip
display content status when appropriate and gave 'getContentStatus' a better name - please update as needed.
Diffstat (limited to 'templates/edit_content_status_inc.tpl')
-rw-r--r--templates/edit_content_status_inc.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/edit_content_status_inc.tpl b/templates/edit_content_status_inc.tpl
index fdb2dc5..95bdfc8 100644
--- a/templates/edit_content_status_inc.tpl
+++ b/templates/edit_content_status_inc.tpl
@@ -2,7 +2,7 @@
<div class="row">
{formlabel label="Status" for="content_status_id"}
{forminput}
- {html_options name="content_status_id" options=$gContent->getContentStatus() selected=$gContent->getField('content_status_id',$smarty.const.BIT_CONTENT_DEFAULT_STATUS)}
+ {html_options name="content_status_id" options=$gContent->getAvailableContentStatuses() selected=$gContent->getField('content_status_id',$smarty.const.BIT_CONTENT_DEFAULT_STATUS)}
{/forminput}
</div>
{/if}