Code

Updated json Rop and RPC again
[gosa.git] / gosa-core / setup / setup_license.tpl
index 47e7937cc1de2d36d7f7206c5943be9d44b6716f..7b65e2804b6476bcc84369caa1083cf07b7dd7c4 100644 (file)
@@ -1,11 +1,14 @@
-<div style='float:left'>
+<div>
+ <p>
+  {t}GOsa is developed under the terms of the GNU General Public License v2. Please accept the terms below.{/t}
+ </p>
        <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}
+       <div style='width:95%; text-align:center'>
+               <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'>