add icon to say that items for menu can be drag and drop to reorganize them.
git-svn-id: http://piwigo.org/svn/trunk@5783 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
265d57e830
commit
9131b5a1cb
1 changed files with 4 additions and 1 deletions
|
|
@ -37,7 +37,10 @@ for (var i=0; i<rows.length; i++) {
|
|||
<tbody>
|
||||
{foreach from=$blocks item=block name="block_loop"}
|
||||
<tr class="{if $smarty.foreach.block_loop.index is odd}row1{else}row2{/if}">
|
||||
<td>{$block.reg->get_id()}</td>
|
||||
<td>
|
||||
<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}">
|
||||
{$block.reg->get_id()}
|
||||
</td>
|
||||
<td>{$block.reg->get_owner()}</td>
|
||||
<td>{$block.reg->get_name()|@translate}</td>
|
||||
<td><input type="text" name="pos_{$block.reg->get_id()}" value={math equation="abs(pos)" pos=$block.pos} size="2"></td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue