Code

Updated table summary
[gosa.git] / gosa-plugins / goto / addons / goto / log_view.tpl
index 24774c04e63f7336e5e2a67140a1e4b5b2c3baf4..05ae69742813cbdd80db03af74b5956b8bc803ba 100644 (file)
@@ -1,24 +1,31 @@
+{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}</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>
+
+
+    <table style='width:100%;height:40px;'><tr><td>
+               {$divlist}
+    </td></tr></table>
+         <br>
+         <hr>
+               <h3>{t}Selected log{/t}: {$selected_log}</h3>
+                       {$log_file}
+       {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>
+<hr>
 <div style='text-align:right;width:99%; padding-right:5px; padding-top:5px;'>
-       <input type='submit' name='abort_event_dialog' value='{msgPool type=backButton}'>
+       <button type='submit' name='abort_event_dialog'>{msgPool type=backButton}</button>
+
 </div>
-{/if}
 <br>
+{/if}