X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-plugins%2Ffai%2Fadmin%2Ffai%2FfaiGroupHandle.tpl;h=eb0ad7d71c68bd075999cfa4ea708c7989e3bc8c;hb=fd75cee204401a00a137e1c795d5a7d887ab2903;hp=5b771277a47a9550a30894906abc7f593b9174b3;hpb=1f38d6692ee5061876ae9946ef31a732c1e1a86d;p=gosa.git diff --git a/gosa-plugins/fai/admin/fai/faiGroupHandle.tpl b/gosa-plugins/fai/admin/fai/faiGroupHandle.tpl index 5b771277a..eb0ad7d71 100644 --- a/gosa-plugins/fai/admin/fai/faiGroupHandle.tpl +++ b/gosa-plugins/fai/admin/fai/faiGroupHandle.tpl @@ -1,60 +1,99 @@ -{if $mode == "remove"} - -

{t}Edit entry{/t}

-
-{t}Select the entries you want to remove.{/t} -
-
- -{foreach from=$FAI_group item=item key=key} - - - - - - -{/foreach} -
- - - {$types.$key.KZL} - {$types.$key.NAME}{$item.description} -
- -{elseif $mode == "edit"} -

{t}Edit entry{/t}

-
-{t}Select the entry you want to edit.{/t} -
-
- -{foreach from=$FAI_group item=item key=key} - - - - - - -{/foreach} -
- - - {$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