summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-12-17 07:38:13 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-12-17 07:38:13 -0500
commit78d28fdc0f67cfe646ca46eb9e14aa7b553db503 (patch)
tree56b05d6cedcb629803ff52e262cd347b5b7fba0c
parentb8a68a884458c8937813976b8ee8d18775ea8eaf (diff)
parent4691c41657d7bf5586a3e43d5088684f3403ebd0 (diff)
downloadpfsense-78d28fdc0f67cfe646ca46eb9e14aa7b553db503.zip
pfsense-78d28fdc0f67cfe646ca46eb9e14aa7b553db503.tar.gz
Merge pull request #2261 from NOYB/HTML_Compliance_-_Thermal_Sensors_Widget
-rw-r--r--src/usr/local/www/widgets/widgets/thermal_sensors.widget.php24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/usr/local/www/widgets/widgets/thermal_sensors.widget.php b/src/usr/local/www/widgets/widgets/thermal_sensors.widget.php
index a274935..24ccdb2 100644
--- a/src/usr/local/www/widgets/widgets/thermal_sensors.widget.php
+++ b/src/usr/local/www/widgets/widgets/thermal_sensors.widget.php
@@ -195,15 +195,15 @@ function getBoolValueFromConfig(&$configArray, $valueKey, $defaultValue) {
<form action="/widgets/widgets/thermal_sensors.widget.php" method="post" id="iform_thermal_sensors_settings" name="iform_thermal_sensors_settings">
<table>
<tr>
- <td align="left" colspan="2">
+ <td style="text-align:left" colspan="2">
<span style="font-weight: bold" >Thresholds in &deg;C (1 to 100):</span>
</td>
- <td align="right" colspan="1">
+ <td style="text-align:right" colspan="1">
<span style="font-weight: bold" >Display settings:</span>
</td>
</tr>
<tr>
- <td align="right">
+ <td style="text-align:right">
Zone Warning:
</td>
<td>
@@ -212,7 +212,7 @@ function getBoolValueFromConfig(&$configArray, $valueKey, $defaultValue) {
id="thermal_sensors_widget_zone_warning_threshold"
value="<?= $thermal_sensors_widget_zoneWarningTempThreshold; ?>" />
</td>
- <td align="right">
+ <td style="text-align:right">
<label for="thermal_sensors_widget_show_raw_output">Show raw output (no graph): </label>
<input type="checkbox"
id="thermal_sensors_widget_show_raw_output"
@@ -221,7 +221,7 @@ function getBoolValueFromConfig(&$configArray, $valueKey, $defaultValue) {
</td>
</tr>
<tr>
- <td align="right">
+ <td style="text-align:right">
Zone Critical:
</td>
<td>
@@ -230,7 +230,7 @@ function getBoolValueFromConfig(&$configArray, $valueKey, $defaultValue) {
id="thermal_sensors_widget_zone_critical_threshold"
value="<?= $thermal_sensors_widget_zoneCriticalTempThreshold; ?>" />
</td>
- <td align="right">
+ <td style="text-align:right">
<label for="thermal_sensors_widget_show_full_sensor_name">Show full sensor name: </label>
<input type="checkbox"
id="thermal_sensors_widget_show_full_sensor_name"
@@ -239,7 +239,7 @@ function getBoolValueFromConfig(&$configArray, $valueKey, $defaultValue) {
</td>
</tr>
<tr>
- <td align="right">
+ <td style="text-align:right">
Core Warning:
</td>
<td>
@@ -248,12 +248,12 @@ function getBoolValueFromConfig(&$configArray, $valueKey, $defaultValue) {
id="thermal_sensors_widget_core_warning_threshold"
value="<?= $thermal_sensors_widget_coreWarningTempThreshold ?>" />
</td>
- <td align="right">
+ <td style="text-align:right">
</td>
</tr>
<tr>
- <td align="right">
+ <td style="text-align:right">
Core Critical:
</td>
<td>
@@ -262,17 +262,17 @@ function getBoolValueFromConfig(&$configArray, $valueKey, $defaultValue) {
id="thermal_sensors_widget_core_critical_threshold"
value="<?= $thermal_sensors_widget_coreCriticalTempThreshold ?>" />
</td>
- <td align="right">
+ <td style="text-align:right">
</td>
</tr>
<tr>
- <td align="right" colspan="3">
+ <td style="text-align:right" colspan="3">
<input type="submit" id="thermal_sensors_widget_submit" name="thermal_sensors_widget_submit" class="formbtn" value="Save" />
</td>
</tr>
<tr>
- <td align="left" colspan="3">
+ <td style="text-align:left" colspan="3">
<span>* You can configure a proper Thermal Sensor / Module under <br />
&nbsp;&nbsp;&nbsp;<a href="system_advanced_misc.php">System &gt; Advanced &gt; Miscellaneous : Thermal Sensors section</a>.</span>
</td>
OpenPOWER on IntegriCloud