Added “Show instances where” string and an “horizontal ruler” div between “include” and “exclude” criteria
This commit is contained in:
parent
dd4cc24a36
commit
91aa3e0b68
1 changed files with 2 additions and 0 deletions
|
@ -374,6 +374,7 @@ echo('<form method="get" id="curvf" name="curvf">
|
|||
($_GET['lang']==0) ? $selected=' selected' : $selected='';
|
||||
echo('<form method="get" id="searchf" class="sdbox" onsubmit="presub();">
|
||||
<div class="sdtit">'._('Search criteria').'</div>
|
||||
<div class="sddesc">'._('Show instances where...').'</div>
|
||||
<div class="sdrow">
|
||||
<div class="sdlabel"><label for="lang" title="'._('Include only instances where the most used language is the one selected here').'">'._('Most used language is').'</label></div>
|
||||
<div class="sdinput">
|
||||
|
@ -413,6 +414,7 @@ echo('</select>
|
|||
<div class="sdlabel"><label for="minc" title="'._('Include only instances on which the number of available characters per post is at least this [set to empty to disable this criterion]').'">'._('Max. chars per post are at least').'</label></div>
|
||||
<div class="sdinput"><input type="number" id="minc" name="minc" min="0" max="'.$mincmax.'" class="sinput" value="'.$_GET['minc'].'" onchange="ckadvcri();"></div>
|
||||
</div>
|
||||
<div class="hrd"></div>
|
||||
<div class="sdrow">
|
||||
<div class="sdlabel"><label for="cbnoxious" title="'._('Exclude noxious instances').'">'._('Exclude if noxious').'</label></div>
|
||||
<div class="sdinput">
|
||||
|
|
Loading…
Reference in a new issue