Increased width of "Notes" text boxes from 60 to 100.
authorAlan J. Pippin <ajp@server.pippins.net>
Wed, 23 Apr 2008 03:15:12 +0000 (21:15 -0600)
committerAlan J. Pippin <ajp@pippins.net>
Wed, 23 Apr 2008 03:15:12 +0000 (21:15 -0600)
templates/default/int_update.tpl
templates/default/ppi_update.tpl
templates/default/vis_update.tpl

index 74ee4694570b4452909e6e1bbcc423615acd8ef1..cfaaf4cb576fa0942b9b19dcdf95ae10a1cb5e63 100644 (file)
@@ -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>
 
index f6b6817c5c943cdc58ec5847556273c062efb6a8..0c58979fdcf02e866969748a90225c6a1eb95985 100644 (file)
@@ -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>
 
index 1d39257c00e3df9a7bdd6bbe4db2fbc999753bd2..eb23b39684bbfc3a08a2fd4314919702398d6172 100644 (file)
@@ -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>