summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f3379a6)
raw | patch | inline | side by side (parent: f3379a6)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Mar 2010 16:39:25 +0000 (16:39 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Mar 2010 16:39:25 +0000 (16:39 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16840 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/groups/apps/app_list.tpl | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/groups/apps/app_list.tpl b/gosa-plugins/goto/admin/groups/apps/app_list.tpl
index 0c3c7e9958e065c713be2a1883cfcfc3280e1538..97fcf43d6d4d2f73d84050216cbbada9144b9ab7 100644 (file)
<tr>
<td>
{t}Release{/t}
- <select name="FAIrelease" onChange="document.mainform.submit();">
+ <select name="FAIrelease" onChange="document.mainform.submit();" size=1>
{foreach from=$releases item=item key=key}
<option value="{$key}" {if $key == $FAIrelease} selected {/if}>{$item.name} </option>
{/foreach}
</select>
- <input type='image' src='images/lists/copy.png' title='{t}Copy menu{/t}' class='center' name='menu_copy'>
+ {image path="images/lists/copy.png" action="menu_copy" title="{t}Copy menu{/t}"}
+
{if $copied}
- <input type='image' src='images/lists/paste.png' title='{t}Paste menu from{/t} {$copy_source}' class='center' name='menu_paste'>
+ {image path="images/lists/paste.png" action="menu_paste" title="{t}Paste menu from{/t} {$copy_source}"}
+
{else}
- <input type='image' src='images/lists/paste-grey.png' class='center'>
+ {image path="images/lists/paste-grey.png"}
+
{/if}
- <input type='image' src='images/lists/delete.png' title='{t}Delete menu{/t}' class='center' name='menu_delete'>
+ {image path="images/lists/delete.png" action="menu_delete" title="{t}Delete menu{/t}"}
+
</td>
</tr>
{/if}
<tr>
- <td style="width:50%; vertical-align:top;">
+ <td style='width:50%; '>
+
<div style="height:290px; overflow:auto;
border-top: solid 2px #999999;
border-left: solid 2px #999999;
<tr class="rowxp1">
{/if}
<td style='width:20px; padding-top:5px;padding-bottom:5px;background-color: transparent;'>
- <img src='plugins/fai/images/fai_small.png' alt='{t}Release{/t}'>
+ {image path="plugins/fai/images/fai_small.png"}
+
</td>
<td style='background-color: transparent;'>
{$item.NAME}
<td width="22" style='width:22px; padding-top:3px;padding-bottom:3px; overflow:hidden;'>
{if $item.ICON != ""}
<div style="height:20px;width:20px; overflow:hidden;">
- <img class="center" src='?plug={$plug_id}&send={$item.UNIQID}' alt='{t}Folder{/t}'>
+ {image path="?plug={$plug_id}&send={$item.UNIQID}"}
+
</div>
{else}
<div style="height:20px;width:20px; overflow:hidden">
- <img class="center" src='images/lists/folder.png' alt='{t}Folder{/t}'>
+ {image path="images/lists/folder.png"}
+
</div>
{/if}
</td>
<b>{$item.NAME} </b>
</td>
<td style='width:100px;text-align:right; background-color: transparent;'>
- <input title="{t}Move up{/t}" class="center" type='image'
+ {image title="{t}Move up{/t}"}
name='up_{$item.UNIQID}' src='images/move_object_up.png'>
- <input title="{t}Move down{/t}" class="center" type='image'
+ {image title="{t}Move down{/t}"}
name='down_{$item.UNIQID}' src='images/move_object_down.png'>
- <input title="{t}Remove{/t}" class="center" type='image'
+ {image title="{t}Remove{/t}"}
name='del_{$item.UNIQID}' src='images/lists/trash.png'>
- <input title="{t}Edit{/t}" class="center" type='image'
+ {image title="{t}Edit{/t}"}
name='app_entry_edit{$item.UNIQID}' src='images/lists/edit.png'>
</td>
</tr>
<div style="height:3px; width:100%; background-color:#BBBBBB;"></div>
</td>
<td style='width:100px;text-align:right; background-color: transparent;'>
- <input title="{t}Move up{/t}" class="center" type='image'
+ {image title="{t}Move up{/t}"}
name='up_{$item.UNIQID}' src='images/move_object_up.png'>
- <input title="{t}Move down{/t}" class="center" type='image'
+ {image title="{t}Move down{/t}"}
name='down_{$item.UNIQID}' src='images/move_object_down.png'>
- <input title="{t}Remove{/t}" class="center" type='image'
+ {image title="{t}Remove{/t}"}
name='del_{$item.UNIQID}' src='images/lists/trash.png'>
- <img src="images/empty.png" style="width:16px;" alt=" ">
+ {image path="images/empty.png"}
+
</td>
</tr>
{elseif $item.TYPE == "ENTRY"}
{/if}
<td style='background-color: transparent;width:22px; padding-top:5px;padding-bottom:5px;'>
<div style="width:20px; overflow:hidden; text-align:center;">
- <img src='plugins/goto/images/select_application.png' alt='{t}Entry{/t}' class="center">
+ {image path="plugins/goto/images/select_application.png"}
+
</div>
</td>
<td style="background-color: transparent;">
{$item.NAME} {$item.INFO}
</td>
<td style='width:100px;text-align:right;background-color: transparent;'>
- <input title="{t}Move up{/t}" class="center" type='image'
+ {image title="{t}Move up{/t}"}
name='up_{$item.UNIQID}' src='images/move_object_up.png'>
- <input title="{t}Move down{/t}" class="center" type='image'
+ {image title="{t}Move down{/t}"}
name='down_{$item.UNIQID}' src='images/move_object_down.png'>
- <input title="{t}Remove{/t}" class="center" type='image'
+ {image title="{t}Remove{/t}"}
name='del_{$item.UNIQID}' src='images/lists/trash.png'>
- <input title="{t}Edit{/t}" class="center" type='image'
+ {image title="{t}Edit{/t}"}
name='app_entry_edit{$item.UNIQID}' src='images/lists/edit.png'>
</td>
</tr>
</div>
<input type="text" name="menu_folder_name" value="">
{t}add to{/t}
- <select name="menu_folder">
+ <select name="menu_folder" size=1>
{foreach from=$folders item=item key=key}
<option value="{$key}">{$item}</option>
{/foreach}
<button type='submit' name='add_seperator' title="{t}Add a separator to this folder.{/t}">{t}Separator{/t}</button>
</td>
- <td style="vertical-align:top">
+ <td>
+
{$app_list}
- <select name="folder">
+ <select name="folder" size=1>
{foreach from=$folders item=item key=key}
<option value="{$key}">{$item}</option>
{/foreach}