Code

<h2> => </h3>
[gosa.git] / gosa-plugins / goto / addons / goto / log_view.tpl
index 5542cdf2ae5bb78667d14a8e4b48b05274dd5015..91f2e1f2d77d421fb8c7a12a17ec5d8ab008dcd7 100644 (file)
@@ -1,16 +1,21 @@
-{if $logs_available}
+{if !$ACL}
 
-<h2>{t}Available logs{/t}</h2>
+       <h3>{msgPool type=permView}</h3>
 
-       <div style="width:99%;border: solid 1px #CCCCCC;">{$divlist}</div>
-  <br>
-  <p class="seperator"></p>
-       <h2>{t}Selected log{/t}: {$selected_log}</h2>
-       <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>
+       {if $logs_available}
+       <h3>{t}Available logs{/t}</h3>
+
+               <div style="width:99%;border: solid 1px #CCCCCC;">{$divlist}</div>
+         <br>
+         <p class="seperator"></p>
+               <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}
+               <h3>{t}No logs for this host available!{/t}</h3>
+       {/if}
 {/if}
 
 {if $standalone}