mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-25 10:57:52 +02:00
fixed MSIE8 Display Issue with buttons on main page
This commit is contained in:
parent
7959555b46
commit
25f6f4877d
@ -226,6 +226,9 @@ script now.
|
||||
<P>In most environments the webserver has only access to the web
|
||||
directory. If you want to read files e.g. from /var/log/ you have to
|
||||
grant the necessary permisson to your webserver.</P>
|
||||
<P>A note for linux systems that have <strong>SELinux</strong> enabled, you will
|
||||
most likely get an access denied error when trying to access logs in /var/log
|
||||
regardless if the file permissions are correct. </P>
|
||||
<P>Of course, you always need to make sure that the user the web
|
||||
server runs under also has the correct file permissions. Be careful
|
||||
when doing this, you may create a security vulnerability by granting
|
||||
|
@ -25,12 +25,12 @@
|
||||
<td nowrap align="center" nowrap valign="top">
|
||||
<input maxlength="2048" name="filter" size="80" title="Search" value="{searchstr_htmlform}" class="ui-widget-content SearchFormTextbox" onkeypress="MoveToButtonOnKeypress('buttonsearch', event);">
|
||||
</br>
|
||||
<button id="buttonsearch"><span class="ui-icon ui-icon-search" title="{LN_SEARCH}" style="float:left;"></span><span class="ui-button-text">{LN_SEARCH}</span></button>
|
||||
<button id="buttonsearch"><img align="left" width="16" height="16" vspace="0" class="ui-icon ui-icon-search" title="{LN_SEARCH}"> {LN_SEARCH}</button>
|
||||
<!-- IF enabledoraclesearchstr="true" -->
|
||||
<button id="buttonmoreinfo"><span class="ui-icon ui-icon-star" title="{LN_GEN_MOREINFORMATION}" style="float:left;"></span><span class="ui-button-text">{LN_GEN_MOREINFORMATION}</span></button><script>CreateLinkFunction( "#buttonmoreinfo", "{oraclesearchlink}");</script>
|
||||
<button id="buttonmoreinfo"><img align="left" width="16" height="16" vspace="0" class="ui-icon ui-icon-star" title="{LN_GEN_MOREINFORMATION}"> {LN_GEN_MOREINFORMATION}</button><script>CreateLinkFunction( "#buttonmoreinfo", "{oraclesearchlink}");</script>
|
||||
<!-- ENDIF enabledoraclesearchstr="true" -->
|
||||
<button id="buttonlucky"><span class="ui-icon ui-icon-star" title="{LN_SEARCH}" style="float:left;"></span><span class="ui-button-text">{SearchCustomButtonCaption}</span></button>
|
||||
<button id="buttonreset"><span class="ui-icon ui-icon-power" title="{LN_SEARCH}" style="float:left;"></span><span class="ui-button-text">{LN_SEARCH_RESET}</span></button>
|
||||
<button id="buttonlucky"><img align="left" width="16" height="16" vspace="0" class="ui-icon ui-icon-star" title="{SearchCustomButtonCaption}"> {SearchCustomButtonCaption}</span></button>
|
||||
<button id="buttonreset"><img align="left" width="16" height="16" vspace="0" class="ui-icon ui-icon-power" title="{LN_SEARCH_RESET}"> {LN_SEARCH_RESET}</span></button>
|
||||
<button id="buttonhighlight"><span class="ui-button-text">{LN_HIGHLIGHT}</span></button>
|
||||
<script>
|
||||
CreateLinkFunction( "#buttonlucky", "?search={LN_SEARCH}&filter={SearchCustomButtonSearch}{additional_url_sourceonly}");
|
||||
|
Loading…
x
Reference in New Issue
Block a user