Changeset 2567 for trunk/admin
- Timestamp:
- Sep 22, 2008, 5:31:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/template/goto/cat_list.tpl
r2554 r2567 7 7 jQuery().ready(function(){ldelim} 8 8 jQuery(".catPos").hide(); 9 jQuery(".drag_button").show(); 9 10 jQuery('.categoryUl').sortable({ldelim} 10 11 axis: "y", … … 63 64 64 65 <p> 66 <img src="{$themeconf.admin_icon_dir}/cat_move.png" class="button drag_button" style="display:none;" alt="{'Drag to re-order'|@translate}" title="{'Drag to re-order'|@translate}"/> 65 67 <strong><a href="{$category.U_CHILDREN}" title="{'manage sub-categories'|@translate}">{$category.NAME}</a></strong> 66 68 {if $category.IS_VIRTUAL}
Note: See TracChangeset
for help on using the changeset viewer.