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:
Phil Davis 2015-03-03 12:13:17 +05:45
parent 8f5f40c9fc
commit ebfb1d0bbc

View File

@ -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>