Code

Added the ability to copy complete group/application menus
[gosa.git] / gosa-plugins / goto / admin / groups / apps / app_list.tpl
index ddac8b762c07356f0da763fd71b7d69992efb9df..a21720b06993bc0a6f2a6337ac4450849861a96e 100644 (file)
@@ -8,6 +8,12 @@
                                <option value="{$key}" {if $key == $FAIrelease} selected {/if}>{$item.name} </option>
                        {/foreach}
                        </select>
+                       <input type='image' src='images/lists/copy.png' class='center' name='menu_copy'>
+                       {if $copied}
+                               <input type='image' src='images/lists/paste.png' title='{t}Paste menu structure{/t}&nbsp;- {$copy_source}' class='center' name='menu_paste'>
+                       {else}
+                               <input type='image' src='images/lists/paste-grey.png' class='center'>
+                       {/if}
                </td>
        </tr>
        {/if}