summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1ed2abf)
raw | patch | inline | side by side (parent: 1ed2abf)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 3 Sep 2007 06:39:23 +0000 (06:39 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 3 Sep 2007 06:39:23 +0000 (06:39 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7185 594d385d-05f5-0310-b6e9-bd551577e9d8
setup/setup_ldap.tpl | patch | blob | history | |
setup/setup_license.tpl | patch | blob | history |
diff --git a/setup/setup_ldap.tpl b/setup/setup_ldap.tpl
index b54c7a6747361d21a2ca2c99ad48ba798b33807e..4ac92892a126f7d9ac8bb230ba24f770a674976e 100644 (file)
--- a/setup/setup_ldap.tpl
+++ b/setup/setup_ldap.tpl
</div>
<div class='step4_value'>
<input type='text' name='admin_given' maxlength='160' size='40' value='{$admin_given}'>
- {if $append_base_to_admin_dn}{$base}{/if}
+ {if $append_base_to_admin_dn},{$base}{/if}
<input type='image' class='center' src='images/folder.png' title='{t}Select user{/t}' name='resolve_user' alt='{t}Select user{/t}'>
</div>
</div>
index 5388c6af221480e9738d177a337848948777d548..3f9a646965f4d53dc4ebbc6a98b3ce3c16af0145 100644 (file)
--- a/setup/setup_license.tpl
+++ b/setup/setup_license.tpl
{$License}
</div>
</div>
- <div style='width:95%; text-align: right'>
- <input {if $accepted} checked {/if} type='checkbox' name='accepted' class="center"><b>{t}I have read the license and accept it{/t}</b>
+ <div style='width:95%; text-align:center'>
+ <input {if $accepted} checked {/if} type='checkbox' name='accepted' class="center"><b>{t}I accept this license{/t}</b>
</div>
</div>
<input type='hidden' name='step_license' value='1'>