mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
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?
This commit is contained in:
parent
8f5f40c9fc
commit
ebfb1d0bbc
@ -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>
|
||||
|
||||
<br />
|
||||
<?=gettext("On Battery Power Mode"); ?> :
|
||||
<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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user