summaryrefslogtreecommitdiffstats
path: root/usr/local/www/exec.php
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2007-09-01 20:47:31 +0000
committerSeth Mos <seth.mos@xs4all.nl>2007-09-01 20:47:31 +0000
commitb5c78501097b57d02fa20d85e03117160bb6900a (patch)
treeb50feb66872df62ae758786a7ab3c6769c7e22a4 /usr/local/www/exec.php
parentbc40d758bea5ba6be700bd83fd9a7ae643378faa (diff)
downloadpfsense-b5c78501097b57d02fa20d85e03117160bb6900a.zip
pfsense-b5c78501097b57d02fa20d85e03117160bb6900a.tar.gz
Fixing css layout
Diffstat (limited to 'usr/local/www/exec.php')
-rwxr-xr-xusr/local/www/exec.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/exec.php b/usr/local/www/exec.php
index a03caa4..d0f5275 100755
--- a/usr/local/www/exec.php
+++ b/usr/local/www/exec.php
@@ -218,7 +218,7 @@ if (!isBlank($_POST['txtPHPCommand'])) {
</tr>
<tr>
<td class="label" align="right">Command:</td>
- <td class="type"><input id="txtCommand" name="txtCommand" type="text" size="80" value="<?=htmlspecialchars($_POST['txtCommand']);?>"></td>
+ <td class="type"><input id="txtCommand" name="txtCommand" type="text" class="formfld unknown" size="80" value="<?=htmlspecialchars($_POST['txtCommand']);?>"></td>
</tr>
<tr>
<td valign="top">&nbsp;&nbsp;&nbsp;</td>
@@ -239,7 +239,7 @@ if (!isBlank($_POST['txtPHPCommand'])) {
<tr>
<td align="right">File to download:</td>
<td>
- <input name="dlPath" type="text" id="dlPath" size="50">
+ <input name="dlPath" type="text" class="formfld file" id="dlPath" size="50">
</td></tr>
<tr>
<td valign="top">&nbsp;&nbsp;&nbsp;</td>
@@ -256,7 +256,7 @@ if (!isBlank($_POST['txtPHPCommand'])) {
<tr>
<td align="right">File to upload:</td>
<td valign="top" class="label">
- <input name="ulfile" type="file" class="button" id="ulfile">
+ <input name="ulfile" type="file" class="formfld file" id="ulfile">
</td></tr>
<tr>
<td valign="top">&nbsp;&nbsp;&nbsp;</td>
OpenPOWER on IntegriCloud