[geeklog-hg] geeklog: Professional: fixed incorrect HTML code.

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Sep 29 05:55:02 EDT 2012


changeset 8836:48af5f407711
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/48af5f407711
user: dengen
date: Sat Sep 29 18:53:57 2012 +0900
description:
Professional: fixed incorrect HTML code.

diffstat:

 public_html/layout/professional/profiles/contactauthorform.thtml |  2 +-
 public_html/layout/professional/profiles/contactuserform.thtml   |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 626ca5a73ea3 -r 48af5f407711 public_html/layout/professional/profiles/contactauthorform.thtml
--- a/public_html/layout/professional/profiles/contactauthorform.thtml	Sat Sep 29 18:42:23 2012 +0900
+++ b/public_html/layout/professional/profiles/contactauthorform.thtml	Sat Sep 29 18:53:57 2012 +0900
@@ -23,7 +23,7 @@
         </tr>
         <tr>
             <td class="alignright" style="vertical-align:top;"><b>{lang_shortmessage}:</b></td>
-            <td><textarea name="shortmsg" rows="10" style="width:100%">{shortmsg}</textarea></td>
+            <td><textarea name="shortmsg" rows="10" cols="50" style="width:100%">{shortmsg}</textarea></td>
         </tr>
         <tr{cc_enabled}>
             <td class="alignright"><b>{lang_cc}</b></td>
diff -r 626ca5a73ea3 -r 48af5f407711 public_html/layout/professional/profiles/contactuserform.thtml
--- a/public_html/layout/professional/profiles/contactuserform.thtml	Sat Sep 29 18:42:23 2012 +0900
+++ b/public_html/layout/professional/profiles/contactuserform.thtml	Sat Sep 29 18:53:57 2012 +0900
@@ -15,7 +15,7 @@
         </tr>
         <tr>
             <td class="alignright" style="vertical-align:top;"><b>{lang_message}</b></td>
-            <td><textarea name="message" rows="10" style="width:100%">{message}</textarea></td>
+            <td><textarea name="message" rows="10" cols="50" style="width:100%">{message}</textarea></td>
         </tr>
         <tr{cc_enabled}>
             <td class="alignright"><b>{lang_cc}</b></td>



More information about the geeklog-cvs mailing list