Code

<h2> => </h3>
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 3 Mar 2010 13:21:51 +0000 (13:21 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 3 Mar 2010 13:21:51 +0000 (13:21 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15926 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/applications/class_applicationGeneric.inc
gosa-plugins/goto/admin/applications/generic.tpl

index 0beadadfbeeba09e8072b470fe6d51f833a5ff02..b4419353d01eba34c2b96987ddf35ade1179518a 100644 (file)
@@ -524,7 +524,7 @@ class application extends plugin
   {
     $vars = array("cn");
 
-    $str ="<h2>"._("Application settings")."</h2>
+    $str ="<h3>"._("Application settings")."</h3>
       <table>
       <tr>
       <td>".
index c5c9442ff7f20fc7b233559710581ecea162acb6..034e57a2e36cb09785fc1ac0fffb421ffa88efed 100644 (file)
@@ -93,7 +93,7 @@
 
 <p class="plugbottom" style="height:4px; margin-bottom:0px;">&nbsp;</p>
 
-<h2><img src="images/lists/on.png" alt="{t}Options{/t}" align="middle">&nbsp;{t}Options{/t}</h2>
+<h3><img src="images/lists/on.png" alt="{t}Options{/t}" align="middle">&nbsp;{t}Options{/t}</h3>
 <table summary="" style="width:100%;">
   <tr>
     <td style="width:50%;border-right:1px solid #B0B0B0; vertical-align:top">
 <table width="99%" summary="">
        <tr>
                <td>
-                       <h2><img src="plugins/goto/images/logon_script.png" alt="{t}Script{/t}" align="middle">&nbsp;{t}Script{/t}</h2>
+                       <h3><img src="plugins/goto/images/logon_script.png" alt="{t}Script{/t}" align="middle">&nbsp;{t}Script{/t}</h3>
 {render acl=$gotoLogonScriptACL}
                        <textarea name="gotoLogonScript" style='width:99%;height:220px;'>{$gotoLogonScript}</textarea>
 {/render}