From abee5e37d6dcc4570064a3686d279cf5fc6e72b4 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 8 Jul 2010 15:03:31 +0000 Subject: [PATCH] Updated fai groupped object selection. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18968 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/fai/admin/fai/faiGroupHandle.tpl | 126 +++++++----------- 1 file changed, 50 insertions(+), 76 deletions(-) diff --git a/gosa-plugins/fai/admin/fai/faiGroupHandle.tpl b/gosa-plugins/fai/admin/fai/faiGroupHandle.tpl index 41ca64036..2617e2217 100644 --- a/gosa-plugins/fai/admin/fai/faiGroupHandle.tpl +++ b/gosa-plugins/fai/admin/fai/faiGroupHandle.tpl @@ -1,82 +1,56 @@ - {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}"} - - {$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}"} - - {$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}"} - - {$types.$key.NAME} - ( - {$item.description.0}) -
- + {t}Please select the objects you want to remove:{/t} +{elseif $mode == "edit"} + {t}Select the object you want to edit:{/t} +{elseif $mode == "copy"} + {t}Select the object you want to copy:{/t} {/if} + +
+ + + {foreach from=$FAI_group item=item key=key} + + + + + + + + {/foreach} +
+ {if $item.freezed} + {image path="images/lists/locked.png"} + {else} + + {if $mode == "remove" || $mode == "copy"} + + {elseif $mode == "edit"} + + {/if} + + {/if} + + {image path="{$types.$key.IMG}" title="{$types.$key.NAME}"} + + + + {if $item.freezed} + + {/if} + + +
+ +

-- 2.30.2