Changeset 2567 for trunk/admin/template


Ignore:
Timestamp:
Sep 22, 2008, 5:31:38 PM (16 years ago)
Author:
patdenice
Message:

Add "draggable" icon for cat_list.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/goto/cat_list.tpl

    r2554 r2567  
    77  jQuery().ready(function(){ldelim}
    88    jQuery(".catPos").hide();
     9    jQuery(".drag_button").show();
    910    jQuery('.categoryUl').sortable({ldelim}
    1011      axis: "y",
     
    6364
    6465      <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}"/>
    6567      <strong><a href="{$category.U_CHILDREN}" title="{'manage sub-categories'|@translate}">{$category.NAME}</a></strong>
    6668      {if $category.IS_VIRTUAL}
Note: See TracChangeset for help on using the changeset viewer.