X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-plugins%2Ffai%2Fadmin%2Ffai%2FfaiGroupHandle.tpl;h=eb0ad7d71c68bd075999cfa4ea708c7989e3bc8c;hb=fd75cee204401a00a137e1c795d5a7d887ab2903;hp=7410399e4dc612fb67fbfac49a869238cd7114db;hpb=430ccd620b9f52e3cf0dc49a566b9c855435466c;p=gosa.git diff --git a/gosa-plugins/fai/admin/fai/faiGroupHandle.tpl b/gosa-plugins/fai/admin/fai/faiGroupHandle.tpl index 7410399e4..eb0ad7d71 100644 --- a/gosa-plugins/fai/admin/fai/faiGroupHandle.tpl +++ b/gosa-plugins/fai/admin/fai/faiGroupHandle.tpl @@ -1,108 +1,99 @@ -{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} - - {else} - - {/if} - - {$types.$key.KZL} - {$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} -
- - - {$types.$key.KZL} - {$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} -
- - - {$types.$key.KZL} - {$types.$key.NAME}({$item.description}) -
- -{elseif $mode == "cut"} - -{t}Select the object 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