From 927a3a28d9e71d4078842b575679f1a093ce978b Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 30 Mar 2010 15:03:45 +0000 Subject: [PATCH] Updated group selector git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17408 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/fai/admin/fai/faiGroupHandle.tpl | 27 +++++-------------- 1 file changed, 7 insertions(+), 20 deletions(-) diff --git a/gosa-plugins/fai/admin/fai/faiGroupHandle.tpl b/gosa-plugins/fai/admin/fai/faiGroupHandle.tpl index eb0ad7d71..41ca64036 100644 --- a/gosa-plugins/fai/admin/fai/faiGroupHandle.tpl +++ b/gosa-plugins/fai/admin/fai/faiGroupHandle.tpl @@ -11,16 +11,11 @@ {if $item.freezed} {image path="images/lists/locked.png"} {else} - - - {/if} - {image path=" - {$types.$key.IMG}" title=" - {$types.$key.NAME}"}class='center'> + {image path="{$types.$key.IMG}" title="{$types.$key.NAME}"} {$types.$key.NAME} @@ -48,9 +43,7 @@ - {image path=" - {$types.$key.IMG}" title=" - {$types.$key.NAME}"}class='center'> + {image path="{$types.$key.IMG}" title="{$types.$key.NAME}"} {$types.$key.NAME} @@ -72,9 +65,7 @@ - {image path=" - {$types.$key.IMG}" title=" - {$types.$key.NAME}"}class='center'> + {image path="{$types.$key.IMG}" title="{$types.$key.NAME}"} {$types.$key.NAME} @@ -87,13 +78,9 @@ {/if}
-
-

+


+
+   +
-
-   - -
\ No newline at end of file -- 2.30.2