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:
following
2013-03-17 01:00:52 +01:00
parent 834f25eec8
commit 85a962c4d6
7 changed files with 36 additions and 16 deletions

View File

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