[dw-free] Sysban query page (for talk_ip_test and perhaps others) suddenly lacking save button
[commit: http://hg.dwscoalition.org/dw-free/rev/a4d0a004fe8b]
http://bugs.dwscoalition.org/show_bug.cgi?id=1533
Make this fit small screens.
Patch by
denise.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1533
Make this fit small screens.
Patch by
![[staff profile]](https://www.dreamwidth.org/img/silk/identity/user_staff.png)
Files modified:
- htdocs/admin/sysban.bml
-------------------------------------------------------------------------------- diff -r 981e9adf07eb -r a4d0a004fe8b htdocs/admin/sysban.bml --- a/htdocs/admin/sysban.bml Wed Aug 05 07:10:05 2009 +0000 +++ b/htdocs/admin/sysban.bml Wed Aug 05 07:17:48 2009 +0000 @@ -117,7 +117,7 @@ QUERYFORM </select> </td> <td> -<textarea name='note' rows='3' cols='80'>$note</textarea> +<textarea name='note' rows='3' cols='60'>$note</textarea> </td> <td><input type='submit' name='modify' value='modify'> </td> --------------------------------------------------------------------------------