Last change
on this file since 18279 was
3681,
checked in by grum, 15 years ago
|
Add plugin Advanced Menu Manager 2.1.0
|
-
Property svn:executable set to
*
|
File size:
1.3 KB
|
Line | |
---|
1 | |
---|
2 | {if isset($datas.urls) and count($datas.urls)} |
---|
3 | <table class="table2 littlefont"> |
---|
4 | <tr class="throw"> |
---|
5 | <th width='15'> </th> |
---|
6 | <th>{'g002_label'|@translate}</th> |
---|
7 | <th>{'g002_url'|@translate}</th> |
---|
8 | <th>{'g002_mode'|@translate}</th> |
---|
9 | <th>{'g002_visible'|@translate}</th> |
---|
10 | <th colspan=4> </th> |
---|
11 | </tr> |
---|
12 | |
---|
13 | {foreach from=$datas.urls key=name item=url} |
---|
14 | <tr> |
---|
15 | <td>{if $url.img!=""}<img src='{$url.img}'/>{else} {/if}</td> |
---|
16 | <td>{$url.label}</td> |
---|
17 | <td>{$url.url}</td> |
---|
18 | <td>{$url.mode}</td> |
---|
19 | <td style="text-align:center;">{$url.visible}</td> |
---|
20 | <td width="15px">{if $url.up}<a style="cursor:pointer;" onclick="load_list('permut', {$url.ID}, {$url.IDPREV})"><img src='{$plugin.PATH}/admin/go-up.png'/></a>{else} {/if}</td> |
---|
21 | <td width="15px">{if $url.down}<a style="cursor:pointer;" onclick="load_list('permut', {$url.ID}, {$url.IDNEXT})"><img src='{$plugin.PATH}/admin/go-down.png'/></a>{else} {/if}</td> |
---|
22 | <td width="15px"><a href="{$url.edit}"><img src='{$themeconf.icon_dir}/category_edit.png'/></a></td> |
---|
23 | <td width="15px"><a style="cursor:pointer;" onclick="load_list('delete', {$url.ID}, 0)"><img src='{$themeconf.icon_dir}/delete.png'/></a></td> |
---|
24 | </tr> |
---|
25 | {/foreach} |
---|
26 | |
---|
27 | </table> |
---|
28 | {/if} |
---|
Note: See
TracBrowser
for help on using the repository browser.