diff options
author | Seth Mos <seth.mos@xs4all.nl> | 2007-09-01 20:47:31 +0000 |
---|---|---|
committer | Seth Mos <seth.mos@xs4all.nl> | 2007-09-01 20:47:31 +0000 |
commit | b5c78501097b57d02fa20d85e03117160bb6900a (patch) | |
tree | b50feb66872df62ae758786a7ab3c6769c7e22a4 /usr/local/www/exec.php | |
parent | bc40d758bea5ba6be700bd83fd9a7ae643378faa (diff) | |
download | pfsense-b5c78501097b57d02fa20d85e03117160bb6900a.zip pfsense-b5c78501097b57d02fa20d85e03117160bb6900a.tar.gz |
Fixing css layout
Diffstat (limited to 'usr/local/www/exec.php')
-rwxr-xr-x | usr/local/www/exec.php | 6 |
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"> </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"> </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"> </td> |