re-enabled non-javascript full-picture links, and ...
moved search form javascript warning to a place were we won't see it flicker
This commit is contained in:
@ -270,10 +270,6 @@ function switchAttributeCat2()
|
||||
|
||||
<form name="optionsform" style="display:inline;">
|
||||
|
||||
<div id="scriptwarning" style="margin:0 5px 0 5px;">
|
||||
<p><span class="errormsg">{t}JavaScript is not activated, you cannot use the following options (sorting to attributes) - basic search is supported nevertheless.{/t}</span></p>
|
||||
</div>
|
||||
|
||||
<div class="searchdiv">
|
||||
<table class="table">
|
||||
|
||||
@ -413,6 +409,10 @@ function switchAttributeCat2()
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<div id="scriptwarning" style="margin:0 5px 0 5px;">
|
||||
<p><span class="errormsg">{t}JavaScript is not activated, you cannot use the above options (sorting to attributes) - basic search is supported nevertheless.{/t}</span></p>
|
||||
</div>
|
||||
|
||||
<script language="javascript">
|
||||
<!--
|
||||
document.getElementById("scriptwarning").style.display = "none";
|
||||
|
Reference in New Issue
Block a user