Ignore:
Timestamp:
Oct 21, 2010, 6:15:20 PM (14 years ago)
Author:
grum
Message:

fix some bugs and implement public interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ASearchEngine/templates/ase_dialog_category_choose.tpl

    r7196 r7318  
    9090        listMaxWidth:1,
    9191        listMaxHeight:350,
    92         displayStatus:true,
     92        displayStatus:{/literal}{if is_admin()}true{else}false{/if}{literal},
    9393        levelIndent:20,
    94         userMode:'admin',
     94        userMode:{/literal}{if is_admin()}'admin'{else}'public'{/if}{literal},
    9595        galleryRoot:false,
    9696        load: function (event) { $(this).categorySelector('collapse', ':all'); }
Note: See TracChangeset for help on using the changeset viewer.