Revision 6c07db48
Added by Phil Davis about 10 years ago
usr/local/www/diag_packet_capture.php | ||
---|---|---|
338 | 338 |
<option value="full" <?php if ($detail == "full") echo "selected=\"selected\""; ?>><?=gettext("Full");?></option> |
339 | 339 |
</select> |
340 | 340 |
<br /> |
341 |
<?=gettext("This is the level of detail that will be displayed after hitting 'Stop' when the packets have been captured.") . "<br /><b>" .
|
|
341 |
<?=gettext("This is the level of detail that will be displayed after hitting 'Stop' when the packets have been captured.") . "<br /><b>" . |
|
342 | 342 |
gettext("Note:") . "</b> " . |
343 | 343 |
gettext("This option does not affect the level of detail when downloading the packet capture.");?> |
344 | 344 |
</td> |
Also available in: Unified diff
Code spacing
and other random stuff I noticed.
I think this finishes messing with code style. The codebase should match
the developer style guide closely enough that 99.9% of changes will not
feel the need to also massage the formatting.