Code

Updated statistics to use over time data
[gosa.git] / gosa-core / setup / setup_license.tpl
1 <div>
2  <p>
3   {t}GOsa is developed under the terms of the GNU General Public License v2. Please accept the terms below.{/t}
4  </p>
5         <div class='default' style='margin:10px; border:1px solid #A0A0A0'>
6                 <div style='height:450px;padding:5px;overflow:auto; '>
7                         {$License}
8                 </div>
9         </div>  
10         <div style='width:95%; text-align:center'>
11                 <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>
12         </div>
13 </div>
14 <input type='hidden' name='step_license' value='1'>