Code

replaced <p> seperator style by <hr >
[gosa.git] / gosa-plugins / goto / addons / goto / log_view.tpl
index 5e0df9ddd38c8bdaa0a4ead4047b1bc0c9aa17a3..91f2e1f2d77d421fb8c7a12a17ec5d8ab008dcd7 100644 (file)
@@ -1,23 +1,29 @@
+{if !$ACL}
 
-<h2>{t}Available logs{/t}</h2>
+       <h3>{msgPool type=permView}</h3>
 
-{if $logs_available}
-       <div style="width:99%;border: solid 1px #CCCCCC;">{$divlist}</div>
-  <br>
-  <p class="seperator"></p>
-       <h2>{t}Selected log{/t}: {$selected_log} fabian, fill the selected log here: name, date</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}
 <br>
+<input type="hidden" name="ignore" value="1">
 <p class='seperator'></p>
 <div style='text-align:right;width:99%; padding-right:5px; padding-top:5px;'>
        <input type='submit' name='abort_event_dialog' value='{msgPool type=backButton}'>
 </div>
-{/if}
 <br>
+{/if}