diff options
| author | Christian Fowler <spider@viovio.com> | 2006-03-01 20:16:29 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2006-03-01 20:16:29 +0000 |
| commit | 441ac0c2c4cb32b24c8e20fc065e0f85e4bb9b3e (patch) | |
| tree | 27e43b0e9f23feacc049c31d13862df4084dc9fa /templates/admin_search.tpl | |
| parent | 7815e866b306aa4bc63fdb5e5912a6b800b7651d (diff) | |
| download | search-441ac0c2c4cb32b24c8e20fc065e0f85e4bb9b3e.tar.gz search-441ac0c2c4cb32b24c8e20fc065e0f85e4bb9b3e.tar.bz2 search-441ac0c2c4cb32b24c8e20fc065e0f85e4bb9b3e.zip | |
move BitSystem:: preferences methods to get/set/load/storeConfig to avoid conflict with new content preferences
Diffstat (limited to 'templates/admin_search.tpl')
| -rw-r--r-- | templates/admin_search.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin_search.tpl b/templates/admin_search.tpl index e1cc7d7..daf0ff7 100644 --- a/templates/admin_search.tpl +++ b/templates/admin_search.tpl @@ -8,7 +8,7 @@ <div class="row"> {formlabel label=`$output.label` for=$item} {forminput} - {html_checkboxes name="$item" values="y" checked=`$gBitSystemPrefs.$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> |
