Revision 30a58cf8
Added by N0YB over 11 years ago
usr/local/www/diag_logs_filter.php | ||
---|---|---|
175 | 175 |
<div align="center"><input id="filterlogentries_protocol" name="filterlogentries_protocol" class="formfld search" type="text" size="5" value="<?= $filterfieldsarray['proto'] ?>" /></div> |
176 | 176 |
</td> |
177 | 177 |
<td> |
178 |
<div style="align:center; valign:top"><?=gettext("Quantity");?></div> |
|
179 |
<div style="align:center; valign:top"><input id="filterlogentries_qty" name="filterlogentries_qty" class="" type="text" size="6" value="<?= $filterlogentries_qty ?>" /></div> |
|
178 |
<div style="align:center; vertical-align:top"><?=gettext("Quantity");?></div>
|
|
179 |
<div style="align:center; vertical-align:top"><input id="filterlogentries_qty" name="filterlogentries_qty" class="" type="text" size="6" value="<?= $filterlogentries_qty ?>" /></div>
|
|
180 | 180 |
</td> |
181 | 181 |
</tr> |
182 | 182 |
<tr> |
... | ... | |
215 | 215 |
<table width="0%" border="0" cellpadding="0" cellspacing="0"> |
216 | 216 |
<tr> |
217 | 217 |
<td> |
218 |
<div style="align:center; valign:top"><?=gettext("Interface");?></div> |
|
219 |
<div style="align:center; valign:top"> |
|
218 |
<div style="align:center; vertical-align:top"><?=gettext("Interface");?></div>
|
|
219 |
<div style="align:center; vertical-align:top">
|
|
220 | 220 |
<select name="interface" onchange="dst_change(this.value,iface_old,document.iform.dsttype.value);iface_old = document.iform.interface.value;typesel_change();"> |
221 | 221 |
<option value="" <?=$interfacefilter?"":"selected=\"selected\""?>>*Any interface</option> |
222 | 222 |
<?php |
... | ... | |
251 | 251 |
</div> |
252 | 252 |
</td> |
253 | 253 |
<td> |
254 |
<div style="align:center; valign:top"><?=gettext("Filter expression");?></div> |
|
255 |
<div style="align:center; valign:top"><input id="filtertext" name="filtertext" class="formfld search" style="vertical-align:top;" type="text" size="35" value="<?=$filtertext?>" /></div> |
|
254 |
<div style="align:center; vertical-align:top"><?=gettext("Filter expression");?></div>
|
|
255 |
<div style="align:center; vertical-align:top"><input id="filtertext" name="filtertext" class="formfld search" style="vertical-align:top;" type="text" size="35" value="<?=$filtertext?>" /></div>
|
|
256 | 256 |
</td> |
257 | 257 |
<td> |
258 |
<div style="align:center; valign:top"><?=gettext("Quantity");?></div> |
|
259 |
<div style="align:center; valign:top"><input id="filter_qty" name="filter_qty" class="" style="vertical-align:top;" type="text" size="6" value="<?= $filter_qty ?>" /></div> |
|
258 |
<div style="align:center; vertical-align:top"><?=gettext("Quantity");?></div>
|
|
259 |
<div style="align:center; vertical-align:top"><input id="filter_qty" name="filter_qty" class="" style="vertical-align:top;" type="text" size="6" value="<?= $filter_qty ?>" /></div>
|
|
260 | 260 |
</td> |
261 | 261 |
<td> |
262 |
<div style="align:center; valign:top"> </div> |
|
263 |
<div style="align:center; valign:top"><input id="filtersubmit" name="filtersubmit" type="submit" class="formbtn" style="vertical-align:top;" value="<?=gettext("Filter");?>" /></div> |
|
262 |
<div style="align:center; vertical-align:top"> </div>
|
|
263 |
<div style="align:center; vertical-align:top"><input id="filtersubmit" name="filtersubmit" type="submit" class="formbtn" style="vertical-align:top;" value="<?=gettext("Filter");?>" /></div>
|
|
264 | 264 |
</td> |
265 | 265 |
</tr> |
266 | 266 |
<tr> |
Also available in: Unified diff
Couple style vertical-align corrections