summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2010-04-26 11:13:07 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2010-04-26 11:13:07 -0300
commit1324ebaff25043e83baab39394e110b93516e31b (patch)
tree1115b3fd90124535d948f3e1aebe6a6c6336c9d0 /usr/local
parent67d5b508edd6a2f84b33a6c82da9dff8b74909f1 (diff)
downloadpfsense-1324ebaff25043e83baab39394e110b93516e31b.zip
pfsense-1324ebaff25043e83baab39394e110b93516e31b.tar.gz
Mark this just informative textarea as readonly
Diffstat (limited to 'usr/local')
-rw-r--r--usr/local/www/system_advanced_firewall.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_advanced_firewall.php b/usr/local/www/system_advanced_firewall.php
index 7a3cd93..c6fcd1d 100644
--- a/usr/local/www/system_advanced_firewall.php
+++ b/usr/local/www/system_advanced_firewall.php
@@ -239,7 +239,7 @@ function update_description(itemnum) {
<option value="conservative"<?php if($config['system']['optimization']=="conservative") echo " selected"; ?>>conservative</option>
</select>
<br/>
- <textarea cols="60" rows="1" id="info" name="info"style="padding:5px; border:1px dashed #990000; background-color: #ffffff; color: #000000; font-size: 8pt;"></textarea>
+ <textarea readonly="yes" cols="60" rows="1" id="info" name="info"style="padding:5px; border:1px dashed #990000; background-color: #ffffff; color: #000000; font-size: 8pt;"></textarea>
<script language="javascript" type="text/javascript">
update_description(document.forms[0].optimization.selectedIndex);
</script>
OpenPOWER on IntegriCloud