Last change
on this file since 15713 was
6722,
checked in by grum, 14 years ago
|
bug:1686, feature:1718, feature:1719, feature:1688, feature:1692
- Picture analysis finish with an Error 500 or with a problem of memory limit
- Coding a DateTime class
- Make JpegMetadata class tests images lighter
- Improve performance when the database is filled
- Add possibility for user to build their own tags
- ajax management entirely rewritted
|
-
Property svn:executable set to
*
|
File size:
1.7 KB
|
Line | |
---|
1 | {foreach from=$datas.groups key=name item=data} |
---|
2 | <li id="iGroupId{$data.id}" class="groupItems gcBgPage"> |
---|
3 | <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}"/> |
---|
4 | <input type="hidden" id="iGroupName{$data.id}" value="{$data.name}"> |
---|
5 | {$data.name} |
---|
6 | |
---|
7 | <a onclick="deleteGroup('{$data.id}');"> |
---|
8 | <img src="{$themeconf.admin_icon_dir}/delete.png" class="button drag_button" alt="{'g003_click_to_delete_group'|@translate}" title="{'g003_click_to_delete_group'|@translate}" |
---|
9 | style="float:right;"/> |
---|
10 | </a> |
---|
11 | |
---|
12 | <a onclick="editGroup('{$data.id}');"> |
---|
13 | <img src="{$themeconf.admin_icon_dir}/category_edit.png" class="button drag_button" alt="{'g003_click_to_edit_group'|@translate}" title="{'g003_click_to_edit_group'|@translate}" |
---|
14 | style="float:right;"/> |
---|
15 | </a> |
---|
16 | |
---|
17 | <a onclick="manageGroup('{$data.id}', '');"> |
---|
18 | <img src="{$themeconf.admin_icon_dir}/preferences.png" class="button drag_button" alt="{'g003_click_to_manage_group'|@translate}" title="{'g003_click_to_manage_group'|@translate}" |
---|
19 | style="float:right;"/> |
---|
20 | </a> |
---|
21 | |
---|
22 | |
---|
23 | <div name="fGroupId{$data.id}_content" id="iGroupId{$data.id}_content" style="visibility:hidden;height:0px;" class="groupTags"> |
---|
24 | <a onclick="editGroupList('{$data.id}');" class="button editGroupListButton"> |
---|
25 | <img src="{$themeconf.admin_icon_dir}/edit_s.png" class="button drag_button" alt="{'g003_click_to_manage_list'|@translate}" title="{'g003_click_to_manage_list'|@translate}"/> |
---|
26 | </a> |
---|
27 | <ul id="iGroupId{$data.id}_tags" class="tagListOrder g{$data.id}_connectedSortableTags"> |
---|
28 | </ul> |
---|
29 | </div> |
---|
30 | </li> |
---|
31 | {/foreach} |
---|
Note: See
TracBrowser
for help on using the repository browser.