Code

Updated get_ou()
[gosa.git] / gosa-plugins / goto / addons / goto / log_view.tpl
1 {if !$ACL}
3         <h3>{msgPool type=permView}</h3>
5 {else}
6         {if $logs_available}
7         <h3>{t}Available logs{/t}</h3>
10     <table style='width:100%;height:40px;' summary="{t}View system logs{/t}"><tr><td>
11                 {$listing}
12     </td></tr></table>
13           <br>
14           <hr>
15                 <h3>{t}Selected log{/t}: {$selected_log}</h3>
16                         {$log_file}
17         {else}
18                 <h3>{t}No logs for this host available!{/t}</h3>
19         {/if}
20 {/if}
22 {if $standalone}
23 <br>
24 <input type="hidden" name="ignore" value="1">
25 <hr>
26 <div class="plugin-actions">
27         <button type='submit' name='abort_event_dialog'>{msgPool type=backButton}</button>
28 </div>
29 <br>
30 {/if}