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

{t}Remove entry{/t}

-
-{t}Select the entries you want to remove.{/t} -
-
- -{foreach from=$FAI_group item=item key=key} - - - - - - - -{/foreach} -
- {if $item.freezed} - - {else} - - {/if} - - {$types.$key.KZL} - {$types.$key.NAME}{if $item.freezed}({t}Freezed{/t}){/if}{$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} -
- -{elseif $mode == "copy"} -

{t}Copy entries{/t}

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

{t}Cut entries{/t}

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