Last change
on this file since 16071 was
16007,
checked in by grum, 12 years ago
|
feature:2637- compatibility with Piwigo 2.4
|
-
Property svn:executable set to
*
|
File size:
1.2 KB
|
Line | |
---|
1 | {foreach from=$datas.groups key=name item=data} |
---|
2 | <li id="iGroupId{$data.id}" class="groupItems gcBgPage"> |
---|
3 | <span class='listMove' title="{'Drag to re-order'|@translate}"></span> |
---|
4 | <input type="hidden" id="iGroupName{$data.id}" value="{$data.name}"> |
---|
5 | {$data.name} |
---|
6 | |
---|
7 | <a onclick="deleteGroup('{$data.id}');"> |
---|
8 | <span class='buttonDelete button' title="{'g003_click_to_delete_group'|@translate}"></span> |
---|
9 | </a> |
---|
10 | |
---|
11 | <a onclick="editGroup('{$data.id}');"> |
---|
12 | <span class='buttonEdit button' title="{'g003_click_to_edit_group'|@translate}"></span> |
---|
13 | </a> |
---|
14 | |
---|
15 | <a onclick="manageGroup('{$data.id}', '');"> |
---|
16 | <span class='buttonPreferences button' title="{'g003_click_to_manage_group'|@translate}"></span> |
---|
17 | </a> |
---|
18 | |
---|
19 | |
---|
20 | <div name="fGroupId{$data.id}_content" id="iGroupId{$data.id}_content" style="visibility:hidden;height:0px;" class="groupTags"> |
---|
21 | <a onclick="editGroupList('{$data.id}');" class="button editGroupListButton"> |
---|
22 | <span class='buttonEdit' title="{'g003_click_to_manage_list'|@translate}"></span> |
---|
23 | </a> |
---|
24 | <ul id="iGroupId{$data.id}_tags" class="tagListOrder g{$data.id}_connectedSortableTags"> |
---|
25 | </ul> |
---|
26 | </div> |
---|
27 | </li> |
---|
28 | {/foreach} |
---|
Note: See
TracBrowser
for help on using the repository browser.