Changeset 5783


Ignore:
Timestamp:
Apr 10, 2010, 10:05:37 PM (14 years ago)
Author:
nikrou
Message:

add icon to say that items for menu can be drag and drop to reorganize them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/menubar.tpl

    r5123 r5783  
    3838    {foreach from=$blocks item=block name="block_loop"}
    3939        <tr class="{if $smarty.foreach.block_loop.index is odd}row1{else}row2{/if}">
    40           <td>{$block.reg->get_id()}</td>
     40          <td>
     41            <img src="{$themeconf.admin_icon_dir}/cat_move.png" class="button drag_button" alt="{'Drag to re-order'|@translate}" title="{'Drag to re-order'|@translate}">
     42            {$block.reg->get_id()}
     43          </td>
    4144          <td>{$block.reg->get_owner()}</td>
    4245          <td>{$block.reg->get_name()|@translate}</td>
Note: See TracChangeset for help on using the changeset viewer.