File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,14 +50,14 @@ require('./header.inc.phtml');
50
50
} ?> >User Id (Descending)</option>
51
51
</select>
52
52
</div>
53
- <table><thead><tr><th colspan="3 ">Packet Types</th></tr></thead><tbody>
53
+ <table><thead><tr><th colspan="6 ">Packet Types</th></tr></thead><tbody>
54
54
<?php $ x = 0 ; foreach ($ this ->getContext ()->application_layers as $ layer ) {
55
55
$ id = 'pktapplayer- ' . $ layer ->getId ();
56
56
$ chk = in_array ( $ layer ->getId (), $ this ->getContext ()->pktapplayer );
57
57
if ( $ x % 3 == 0 ) { ?>
58
58
<tr>
59
59
<?php } ?>
60
- <td><input type="checkbox" name="pktapplayer[]" id="<?php echo $ id ; ?> " value="<?php echo $ layer ->getId (); ?> "<?php if ($ chk ) { ?> checked="checked"<?php } ?> > < label for="<?php echo $ id ; ?> "><?php echo $ layer ->getTag (); ?> </label></td>
60
+ <td style="width:20px;" ><input type="checkbox" name="pktapplayer[]" id="<?php echo $ id ; ?> " value="<?php echo $ layer ->getId (); ?> "<?php if ($ chk ) { ?> checked="checked"<?php } ?> ></td><td>< label style="display:inline-block;" for="<?php echo $ id ; ?> "><?php echo $ layer ->getTag (); ?> </label></td>
61
61
<?php if ( $ x % 3 == 2 ) { ?>
62
62
</tr>
63
63
<?php } ?>
You can’t perform that action at this time.
0 commit comments