From 16a9a768247e27690295f714764606bcd89f9bfd Mon Sep 17 00:00:00 2001 From: "Alan J. Pippin" <ajp@server.pippins.net> Date: Tue, 22 Apr 2008 21:15:12 -0600 Subject: [PATCH] Increased width of "Notes" text boxes from 60 to 100. --- templates/default/int_update.tpl | 2 +- templates/default/ppi_update.tpl | 2 +- templates/default/vis_update.tpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/default/int_update.tpl b/templates/default/int_update.tpl index 74ee469..cfaaf4c 100644 --- a/templates/default/int_update.tpl +++ b/templates/default/int_update.tpl @@ -34,7 +34,7 @@ </tr> <tr> <td align="left"><font face="{font}" size="{font_size}"> - <textarea cols="60" rows="10" name="notes" wrap="virtual" {readonly}>{notes}</textarea></font></td> + <textarea cols="100" rows="10" name="notes" wrap="virtual" {readonly}>{notes}</textarea></font></td> </tr> </table> diff --git a/templates/default/ppi_update.tpl b/templates/default/ppi_update.tpl index f6b6817..0c58979 100644 --- a/templates/default/ppi_update.tpl +++ b/templates/default/ppi_update.tpl @@ -34,7 +34,7 @@ </tr> <tr> <td align="left"><font face="{font}" size="{font_size}"> - <textarea cols="60" rows="10" name="notes" wrap="virtual" {readonly}>{notes}</textarea></font></td> + <textarea cols="100" rows="10" name="notes" wrap="virtual" {readonly}>{notes}</textarea></font></td> </tr> </table> diff --git a/templates/default/vis_update.tpl b/templates/default/vis_update.tpl index 1d39257..eb23b39 100644 --- a/templates/default/vis_update.tpl +++ b/templates/default/vis_update.tpl @@ -28,7 +28,7 @@ </tr> <tr> <td align="left"><font face="{font}" size="{font_size}"> - <textarea cols="60" rows="10" name="notes" wrap="virtual" {readonly}>{notes}</textarea></font></td> + <textarea cols="100" rows="10" name="notes" wrap="virtual" {readonly}>{notes}</textarea></font></td> </tr> </table> -- 2.34.1