summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-03-03 12:13:17 +0545
committerRenato Botelho <garga@FreeBSD.org>2015-03-03 08:07:08 -0300
commitdb949a1904aa7549ce43555ee6db547fedbcbf3d (patch)
tree2d2de27d837f9c8e5e57e96263c6f79120c7693a
parentbd5a82681d7c9206799a4b72ffa943ec648ef47f (diff)
downloadpfsense-db949a1904aa7549ce43555ee6db547fedbcbf3d.zip
pfsense-db949a1904aa7549ce43555ee6db547fedbcbf3d.tar.gz
Standardise power mode selection boxes
I noticed that this looked a little odd, the boxes for AC and Battery Power Mode are 1 after the other on the same line, then the 3rd box for unknown power mode is on a new line. Maybe make them all on their own line, like this?
-rw-r--r--usr/local/www/system_advanced_misc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_advanced_misc.php b/usr/local/www/system_advanced_misc.php
index d97bdfa..bafd30f 100644
--- a/usr/local/www/system_advanced_misc.php
+++ b/usr/local/www/system_advanced_misc.php
@@ -396,7 +396,7 @@ function tmpvar_checked(obj) {
<option value="min"<?php if($pconfig['powerd_ac_mode']=="min") echo " selected=\"selected\""; ?>><?=gettext("Minimum");?></option>
<option value="max"<?php if($pconfig['powerd_ac_mode']=="max") echo " selected=\"selected\""; ?>><?=gettext("Maximum");?></option>
</select>
- &nbsp;&nbsp;
+ <br />
<?=gettext("On Battery Power Mode"); ?>&nbsp;:&nbsp;
<select name="powerd_battery_mode" id="powerd_battery_mode">
<option value="hadp"<?php if($pconfig['powerd_battery_mode']=="hadp") echo " selected=\"selected\""; ?>><?=gettext("Hiadaptive");?></option>
OpenPOWER on IntegriCloud