Code

* Created "old" branch and moved stuff
[gosa.git] / branches / old / gosa-core / setup / setup_license.tpl
diff --git a/branches/old/gosa-core/setup/setup_license.tpl b/branches/old/gosa-core/setup/setup_license.tpl
new file mode 100644 (file)
index 0000000..94ed664
--- /dev/null
@@ -0,0 +1,11 @@
+<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}
+       </div>
+</div>
+<input type='hidden' name='step_license' value='1'>