X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-plugins%2Ffai%2Fadmin%2Ffai%2FfaiGroupHandle.tpl;h=eb0ad7d71c68bd075999cfa4ea708c7989e3bc8c;hb=fd75cee204401a00a137e1c795d5a7d887ab2903;hp=4bc7c874518c32bc9d8091461aece7b7e27ec514;hpb=0729a3cfe0b96deac8e6b3f9ccd45200255f47c1;p=gosa.git diff --git a/gosa-plugins/fai/admin/fai/faiGroupHandle.tpl b/gosa-plugins/fai/admin/fai/faiGroupHandle.tpl index 4bc7c8745..eb0ad7d71 100644 --- a/gosa-plugins/fai/admin/fai/faiGroupHandle.tpl +++ b/gosa-plugins/fai/admin/fai/faiGroupHandle.tpl @@ -1,33 +1,99 @@ - - - -{foreach from=$FAI_group item=item key=key} - - - - - - -{/foreach} -
- {if $mode == "remove"} - - {/if} - - {$types.$key.KZL} - {$types.$key.NAME}{$item.description} -
+{if $mode == "remove"} + {t}Please select the objects you want to remove:{/t} +
+
+ {foreach from=$FAI_group item=item key=key} + + + + + + + {/foreach} +
+ + {if $item.freezed} + {image path="images/lists/locked.png"} + {else} + + + + + {/if} + + {image path=" + {$types.$key.IMG}" title=" + {$types.$key.NAME}"}class='center'> + + {$types.$key.NAME} + + + {if $item.freezed}({t}Freezed{/t}) + + {/if} + ( + {$item.description.0}) +
+ {elseif $mode == "edit"} + {t}Select the object you want to edit:{/t} +
+
+ {foreach from=$FAI_group item=item key=key} + + + + + + {/foreach} +
+ + + + + {image path=" + {$types.$key.IMG}" title=" + {$types.$key.NAME}"}class='center'> + + {$types.$key.NAME} + ( + {$item.description.0}) +
+ {elseif $mode == "copy"} + {t}Select the object you want to copy:{/t} +
+
+ {foreach from=$FAI_group item=item key=key} + + + + + + {/foreach} +
+ + + + + {image path=" + {$types.$key.IMG}" title=" + {$types.$key.NAME}"}class='center'> + + {$types.$key.NAME} + ( + {$item.description.0}) +
+ +{/if} +
+
- - - -

-

- -   - +

+
+   + +
\ No newline at end of file