fixed MSIE8 Display Issue with buttons on main page

This commit is contained in:
Andre Lorbach 2015-02-18 14:54:02 +01:00
parent 7959555b46
commit 25f6f4877d
2 changed files with 7 additions and 4 deletions

View File

@ -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

View File

@ -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}">&nbsp;{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}">&nbsp;{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}">&nbsp;{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}">&nbsp;{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}");