summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: adcccef)
raw | patch | inline | side by side (parent: adcccef)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 5 May 2008 16:52:44 +0000 (16:52 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 5 May 2008 16:52:44 +0000 (16:52 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10775 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/addons/goto/log_view.tpl | patch | blob | history |
diff --git a/gosa-plugins/goto/addons/goto/log_view.tpl b/gosa-plugins/goto/addons/goto/log_view.tpl
index 459ff9b2d83db5613825825add7106bd2d9d5d9f..5e0df9ddd38c8bdaa0a4ead4047b1bc0c9aa17a3 100644 (file)
-<h2>{t}Log view{/t}</h2>
+<h2>{t}Available logs{/t}</h2>
{if $logs_available}
- <div style="width:100%;border: solid 1px #CCCCCC;">{$divlist}</div>
- <h2>{t}Log file{/t}</h2>
- <div style="width:100%;height:350px; overflow-y: scroll;border: solid 1px;">
+ <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>No logs for this host</h2>
+ <h2>{t}No logs for this host available!{/t}</h2>
{/if}
+{if $standalone}
+<br>
<p class='seperator'></p>
-<div style='text-align:right;width:100%; padding-right:5px; padding-top:5px;'>
- <input type='submit' name='abort_event_dialog' value='{msgPool type=okButton}'>
+<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>