summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorErmal Luçi <ermal.luci@gmail.com>2012-01-06 11:06:35 -0800
committerErmal Luçi <ermal.luci@gmail.com>2012-01-06 11:06:35 -0800
commita16a5b910da219a57bb289807ba8753f20eb24c0 (patch)
treefc2f59d2dbc5ec3ede21dd00b0c216b312b3c759 /usr/local
parentbaa297497b8236cf16f8b7dcc33497c40c08d3c7 (diff)
parentd9c059ba8cdf744e3bf2fbb1e80d8f3f80a9c33f (diff)
downloadpfsense-a16a5b910da219a57bb289807ba8753f20eb24c0.zip
pfsense-a16a5b910da219a57bb289807ba8753f20eb24c0.tar.gz
Merge pull request #38 from Joecowboy/patch-1
Increased the Uptime input field size from 30 to 50 because it was trunc...
Diffstat (limited to 'usr/local')
-rw-r--r--usr/local/www/widgets/widgets/system_information.widget.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/widgets/widgets/system_information.widget.php b/usr/local/www/widgets/widgets/system_information.widget.php
index 9945539..9a7dc55 100644
--- a/usr/local/www/widgets/widgets/system_information.widget.php
+++ b/usr/local/www/widgets/widgets/system_information.widget.php
@@ -157,7 +157,7 @@ $curcfg = $config['system']['firmware'];
<?php endif; ?>
<tr>
<td width="25%" class="vncellt">Uptime</td>
- <td width="75%" class="listr"><input style="border: 0px solid white;" size="30" name="uptime" id="uptime" value="<?= htmlspecialchars(get_uptime()); ?>" /></td>
+ <td width="75%" class="listr"><input style="border: 0px solid white;" size="50" name="uptime" id="uptime" value="<?= htmlspecialchars(get_uptime()); ?>" /></td>
</tr>
<tr>
<td width="25%" class="vncellt"><?=gettext("Current date/time");?></td>
OpenPOWER on IntegriCloud