Code

removed unique remove templates, added one in the theme directory
[gosa.git] / gosa-core / setup / setup_license.tpl
index 47e7937cc1de2d36d7f7206c5943be9d44b6716f..5322579866173472cbddcd8b5886ceeb87745c28 100644 (file)
@@ -1,11 +1,11 @@
-<div style='float:left'>
+<div>
        <div class='default' style='margin:10px; border:1px solid #A0A0A0'>
                <div style='height:450px;padding:5px;overflow:auto; '>
                        {$License}
                </div>
        </div>  
        <div style='width:95%; text-align: right'>
-               <input {if $accepted} checked {/if} type='checkbox' name='accepted' class="center">{t}I have read the license and accept it{/t}
+               <input {if $accepted} checked {/if} id="accepted" type='checkbox' name='accepted' class="center"><label for="accepted">{t}I have read the license and accept it{/t}</label>
        </div>
 </div>
 <input type='hidden' name='step_license' value='1'>