Code

Updated license template
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 18 Mar 2010 12:55:26 +0000 (12:55 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 18 Mar 2010 12:55:26 +0000 (12:55 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16910 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/opsi/admin/opsiLicenses/licenseGeneric.tpl

index 6244cc190f0b067b4dfe3d4248542d8e3efa62dd..931bb0397ad81a6e2b69deae148e5c40b858e594 100644 (file)
@@ -1,18 +1,18 @@
 {if !$init_successfull}
-<br>
-<b>{msgPool type=siError}</b><br>
-{t}Check if the GOsa support daemon (gosa-si) is running.{/t}&nbsp;
-<button type='submit' name='retry_init'>{t}Retry{/t}</button>
 
-<br>
-<br>
+  <br>
+    <b>{msgPool type=siError}</b><br>
+    {t}Check if the GOsa support daemon (gosa-si) is running.{/t}&nbsp;
+    <button type='submit' name='retry_init'>{t}Retry{/t}</button>
+  <br>
+  <hr>
 {else}
 
 <h3>{t}License{/t}</h3>
 
 <table style='width:100%'>
   <tr>
-    <td style='width:50%; padding: 5px; ' class='right-border'>        
+    <td style='width:50%; class='right-border'>        
         <table>
           <tr>
             <td>
 {/render}
             </td>
           </tr>
-        </table>
-
-    </td>
-    <td style='padding: 5px; '>
-        <table>
           <tr>
             <td>
               {t}Description{/t}
 {/render}
             </td>
           </tr>
+          <tr>
+            <td>
+              {t}License model{/t}
+            </td>
+            <td>
+              {if $initially_was_account}
+                <select name='dummy223' disabled size=1>
+                  {html_options options=$licenseModels values=$licenseModels selected=$licenseModel}
+                </select>
+              {else}
+                <select name='licenseModel' onChange='document.mainform.submit();' size=1>
+                  {html_options options=$licenseModels values=$licenseModels selected=$licenseModel}
+                </select>
+              {/if}
+            </td>
+          </tr>
         </table>
 
     </td>
-  </tr>
-  <tr>
-    <td colspan="2"><p class='separator'>&nbsp;</p></td>
-  </tr>
-  <tr>
-    <td style='padding: 5px; ' class='right-border'>    
+    <td>
         <table>
           <tr>
             <td>
 {/render}
             </td>
           </tr>
-        </table>
-    </td> 
-    <td style='padding: 5px; ' class='right-border'>   
-        <table>
           <tr>
             <td>
               {t}Notification date{/t}
             </td>
           </tr>
         </table>
-    </td> 
-  </tr>
-</table>
-
-<p class='separator'>&nbsp;</p>
-
-<h3>{t}License model{/t}</h3>
-
-<table width="100%">
-  <tr>
-    <td style='width:50%;padding: 5px; ' class='right-border'>    
-        <table>
-          <tr>
-            <td>
-              {t}Model{/t}
-            </td>
-            <td>
-              {if $initially_was_account}
-                <select name='dummy223' disabled size=1>
-                  {html_options options=$licenseModels values=$licenseModels selected=$licenseModel}
-                </select>
-              {else}
-                <select name='licenseModel' onChange='document.mainform.submit();' size=1>
-                  {html_options options=$licenseModels values=$licenseModels selected=$licenseModel}
-                </select>
-              {/if}
-            </td>
-          </tr>
-        </table>
  
     </td> 
   </tr>
 </table>
 
-<p class='separator'>&nbsp;</p>
+<hr>
 
 <table width="100%">
   <tr>