X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=setup%2Fsetup_migrate.tpl;h=8a6beab6b1bda274963331e7f4d4a408173245e2;hb=049d5937871ef555967a0adbae9b5f3a9f987f5f;hp=30ac7d651ae020c1dbe37224df04001b8eb20778;hpb=48029b82c110fa8a93cb3476982dc19b92195a04;p=gosa.git diff --git a/setup/setup_migrate.tpl b/setup/setup_migrate.tpl index 30ac7d651..8a6beab6b 100644 --- a/setup/setup_migrate.tpl +++ b/setup/setup_migrate.tpl @@ -1,15 +1,16 @@

Style fixes necessary here ;-)

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

Create a reload for each entry later +

 

-
- - {if $method == "default"} {foreach from=$checks item=val key=key}
{$checks.$key.TITLE}
{if $checks.$key.STATUS} @@ -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}

@@ -45,39 +186,50 @@ {else} {t}Create a new user and a group with adminstrational acls{/t}
+ {t}To automatically add a new administrative user to your ldap database use the formular below.{/t}

- {t}To automatically add a new administrative user and group to your ldap database use the formular below.{/t}
- + - + -
- {t}User uid{/t}:  + {t}Name{/t}:  -
+ System administrator
- {t}User password{/t}:  + {t}User ID{/t}:  -
+ admin
- {t}Group name{/t}:  + {t}Password{/t}:  - +
+ + + {t}Retype password{/t}:  + + +
+ + + +

- + + {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}

+ {/if} {/if}