Code

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

gosa-plugins/goto/addons/goto/goto_import_file.tpl
gosa-plugins/goto/addons/goto/log_view.tpl

index 30bddeaaccd7c010912429b4d05d0ae25b2d5b4b..5150fbe459d7bbc0081c607faf25740243bfbcc8 100644 (file)
@@ -1,4 +1,4 @@
-<h2>{t}Import jobs{/t}</h2>
+<h3>{t}Import jobs{/t}</h3>
 <p>
 {t}You can import a list of jobs into the GOsa job queue. This should be a semicolon seperated list of items in the following format:{/t}
 </p>
index 433214f221952f0f88a91cbf5129384bd87cbe7b..91f2e1f2d77d421fb8c7a12a17ec5d8ab008dcd7 100644 (file)
@@ -1,20 +1,20 @@
 {if !$ACL}
 
-       <h2>{msgPool type=permView}</h2>
+       <h3>{msgPool type=permView}</h3>
 
 {else}
        {if $logs_available}
-       <h2>{t}Available logs{/t}</h2>
+       <h3>{t}Available logs{/t}</h3>
 
                <div style="width:99%;border: solid 1px #CCCCCC;">{$divlist}</div>
          <br>
          <p class="seperator"></p>
-               <h2>{t}Selected log{/t}: {$selected_log}</h2>
+               <h3>{t}Selected log{/t}: {$selected_log}</h3>
                <div style="width:99%;height:350px;padding:3px;background-color:white; overflow-y: scroll;border: solid 1px;">
                        {$log_file}
                </div>
        {else}
-               <h2>{t}No logs for this host available!{/t}</h2>
+               <h3>{t}No logs for this host available!{/t}</h3>
        {/if}
 {/if}