summaryrefslogtreecommitdiffstats
path: root/usr/local/www/edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2004-12-12 07:25:26 +0000
committerScott Ullrich <sullrich@pfsense.org>2004-12-12 07:25:26 +0000
commit47e39d51679177f23e7b2800da11a9bd6b85e2a6 (patch)
tree43575b35324dc6ac1c56f34a317ffe653472239e /usr/local/www/edit.php
parentc6c150e92a9cc3d853d30589fce56d0c1e3583f7 (diff)
downloadpfsense-47e39d51679177f23e7b2800da11a9bd6b85e2a6.zip
pfsense-47e39d51679177f23e7b2800da11a9bd6b85e2a6.tar.gz
extend filename size to 50 characters. Im not sure what too so long for this. ..
Diffstat (limited to 'usr/local/www/edit.php')
-rwxr-xr-xusr/local/www/edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/edit.php b/usr/local/www/edit.php
index 694f40b..ce15e93 100755
--- a/usr/local/www/edit.php
+++ b/usr/local/www/edit.php
@@ -108,7 +108,7 @@ pre {
<table>
<tr>
<td>
- Save/Load from path: <input name="savetopath" value="<?php echo $_POST['savetopath']; ?>">
+ Save/Load from path: <input size="50" name="savetopath" value="<?php echo $_POST['savetopath']; ?>">
Rows: <input size="3" name="rows" value="<? echo $rows; ?>">
Cols: <input size="3" name="cols" value="<? echo $cols; ?>">
<input name="submit" type="submit" class="button" id="Load" value="Load">
OpenPOWER on IntegriCloud