diff options
author | Renato Botelho <renato.botelho@bluepex.com> | 2010-04-26 16:22:49 -0300 |
---|---|---|
committer | Renato Botelho <renato.botelho@bluepex.com> | 2010-04-26 16:22:49 -0300 |
commit | fac4562ee206e6e442b2107fc153e4eae6a4b3a2 (patch) | |
tree | da8c3d55fb3eee43ea787eb2756bcaed922bcc54 | |
parent | 573e8df20c13c4a40ec9cf80f3e1824d17042b6f (diff) | |
parent | 1324ebaff25043e83baab39394e110b93516e31b (diff) | |
download | pfsense-fac4562ee206e6e442b2107fc153e4eae6a4b3a2.zip pfsense-fac4562ee206e6e442b2107fc153e4eae6a4b3a2.tar.gz |
Merge remote branch 'mainline/master'
-rw-r--r-- | usr/local/www/system_advanced_firewall.php | 2 |
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> |