summaryrefslogtreecommitdiff
path: root/templates/admin_liberty.tpl
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2006-03-01 20:16:14 +0000
committerChristian Fowler <spider@viovio.com>2006-03-01 20:16:14 +0000
commit0eb3f0580cb9a180801e1fd06a36c309d037455b (patch)
treed37d84b10440cbcdbc4b5f71b1ba4a23f889139f /templates/admin_liberty.tpl
parentb587ea9a09835daf9e832fee0df17e0a6088c45f (diff)
downloadliberty-0eb3f0580cb9a180801e1fd06a36c309d037455b.tar.gz
liberty-0eb3f0580cb9a180801e1fd06a36c309d037455b.tar.bz2
liberty-0eb3f0580cb9a180801e1fd06a36c309d037455b.zip
move BitSystem:: preferences methods to get/set/load/storeConfig to avoid conflict with new content preferences
Diffstat (limited to 'templates/admin_liberty.tpl')
-rw-r--r--templates/admin_liberty.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/admin_liberty.tpl b/templates/admin_liberty.tpl
index 220203e..01db877 100644
--- a/templates/admin_liberty.tpl
+++ b/templates/admin_liberty.tpl
@@ -8,7 +8,7 @@
<div class="row">
{formlabel label=`$output.label` for=$item}
{forminput}
- {html_checkboxes name="$item" values="y" checked=`$gBitSystem->getConfig('')$item` labels=false id=$item}
+ {html_checkboxes name="$item" values="y" checked=$gBitSystem->getConfig($item) labels=false id=$item}
{formhelp note=`$output.note` page=`$output.page`}
{/forminput}
</div>
@@ -91,7 +91,7 @@
<div class="row">
{formlabel label=`$output.label` for=$item}
{forminput}
- {html_checkboxes name="$item" values="y" checked=`$gBitSystem->getConfig('')$item` labels=false id=$item}
+ {html_checkboxes name="$item" values="y" checked=$gBitSystem->getConfig($item) labels=false id=$item}
{formhelp note=`$output.note` page=`$output.page`}
{/forminput}
</div>