X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=setup%2Fsetup_migrate.tpl;h=8a6beab6b1bda274963331e7f4d4a408173245e2;hb=049d5937871ef555967a0adbae9b5f3a9f987f5f;hp=04718500a476ab44ae815aebf72b08646622cee3;hpb=835eb6c0fa79389b190f0625fdaf6c17e51de822;p=gosa.git diff --git a/setup/setup_migrate.tpl b/setup/setup_migrate.tpl index 04718500a..8a6beab6b 100644 --- a/setup/setup_migrate.tpl +++ b/setup/setup_migrate.tpl @@ -3,11 +3,12 @@

Style fixes necessary here ;-)

- {if $method == "default"} + {if $method == "default"}

Create a reload for each entry later +

 

{foreach from=$checks item=val key=key} @@ -19,7 +20,7 @@ {/if}
{else} -
{$checks.$key.STATUS_MSG} +
{$checks.$key.STATUS_MSG}
{if $checks.$key.ERROR_MSG} @@ -27,9 +28,149 @@ {/if}
{/if} -

 

+
 
{/foreach} + {elseif $method == "outside_winstations"} + +

{t}Move windows workstations into a valid windows workstation department{/t}

+ + {t}This dialog allows you to move the displayed windows workstations into a valid department{/t} +
+ {t}Be careful with this tool, there may be references pointing to this workstations that can't be migrated.{/t} +
+
+ + {foreach from=$outside_winstations item=val key=key} + {if $outside_winstations.$key.selected} + + {else} + + {/if} + +  {$outside_winstations.$key.dn} + {if $outside_winstations.$key.ldif != ""} +
+
+
+								{$outside_winstations.$key.ldif}
+							
+
+
+ {/if} +
+ {/foreach} + +

+ {t}Move selected windows workstations into the following GOsa department{/t} : + +
+ + +

+ + +

 

+
+ +
+ + + {elseif $method == "outside_groups"} + +

{t}Move groups into valid group departments{/t}

+ + {t}This dialog allows you to move the displayed groups into a valid group department{/t} +
+ {t}Be careful with this tool, there may be references pointing to this group that can't be migrated.{/t} +
+
+ + {foreach from=$outside_groups item=val key=key} + {if $outside_groups.$key.selected} + + {else} + + {/if} + +  {$outside_groups.$key.dn} + {if $outside_groups.$key.ldif != ""} +
+
+
+{$outside_groups.$key.ldif}
+
+
+
+ {/if} +
+ {/foreach} + +

+ {t}Move selected group into the following GOsa people department{/t} : + +
+ + +

+ + +

 

+
+ +
+ + {elseif $method == "outside_users"} + +

{t}Move users into valid user departments{/t}

+ + {t}This dialog allows you to move the displayed users into a valid user department{/t} +
+ {t}Be careful with this tool, there may be references pointing to this user that can't be migrated.{/t} +
+
+ + {foreach from=$outside_users item=val key=key} + {if $outside_users.$key.selected} + + {else} + + {/if} + +  {$outside_users.$key.dn} + {if $outside_users.$key.ldif != ""} +
+
+
+{$outside_users.$key.ldif}
+
+
+
+ {/if} +
+ {/foreach} + +

+ {t}Move selected user into the following GOsa people department{/t} : + +
+ + +

+ + +

 

+
+ +
+ + {elseif $method == "create_acls"}

{t}Acl setup{/t}

@@ -69,18 +210,26 @@ {t}Password{/t}:  -
+
+ + + + + {t}Retype password{/t}:  + + +

- {if $users_cnt != 0 && $groups_cnt != 0} + {if $users_cnt != 0 || $groups_cnt != 0}

 

{t}Append administrational acls to existing an user or a group{/t}
- Bla {t}To grant administrative permissions to a user or a group, select an element and use button below.{/t} + {t}To grant administrative permissions to a user or a group, select an element and use button below.{/t}