afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-07-25 01:54 pm

[dw-free] Text field larger than database field on sysban note field

[commit: http://hg.dwscoalition.org/dw-free/rev/68d6e4987b55]

http://bugs.dwscoalition.org/show_bug.cgi?id=1472

Resize textbox to make it easier to judge limits.

Patch by [personal profile] kareila.

Files modified:
  • htdocs/admin/sysban.bml
--------------------------------------------------------------------------------
diff -r 152677ac5a33 -r 68d6e4987b55 htdocs/admin/sysban.bml
--- a/htdocs/admin/sysban.bml	Sat Jul 25 13:51:36 2009 +0000
+++ b/htdocs/admin/sysban.bml	Sat Jul 25 13:54:06 2009 +0000
@@ -117,7 +117,7 @@ QUERYFORM
 </select>
 </td>
 <td>
-<textarea name='note' rows='2' cols='40'>$note</textarea> 
+<textarea name='note' rows='3' cols='80'>$note</textarea> 
 </td>
 <td><input type='submit' name='modify' value='modify'>
 </td>
@@ -190,7 +190,7 @@ Duration: <select name='bandays'>
 <option value='30'>1 month</option>
 <option value='0'>forever</option>
 </select>
-Note (required): <textarea name='note' rows='5' cols='80'></textarea> 
+Note (required): <textarea name='note' rows='3' cols='80'></textarea> 
 <br />
 <input type='submit' name='add' value='Add'>
 </form>
--------------------------------------------------------------------------------