[geeklog-hg] geeklog: Removed unnecessary label tags

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Sep 29 07:59:50 EDT 2012


changeset 8838:52d5d8323e15
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/52d5d8323e15
user: dengen
date: Sat Sep 29 20:58:32 2012 +0900
description:
Removed unnecessary label tags

diffstat:

 public_html/layout/denim/profiles/contactauthorform.thtml            |  2 +-
 public_html/layout/modern_curve/profiles/contactauthorform.thtml     |  2 +-
 public_html/layout/professional_css/profiles/contactauthorform.thtml |  2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r 4624204119d6 -r 52d5d8323e15 public_html/layout/denim/profiles/contactauthorform.thtml
--- a/public_html/layout/denim/profiles/contactauthorform.thtml	Sat Sep 29 19:38:43 2012 +0900
+++ b/public_html/layout/denim/profiles/contactauthorform.thtml	Sat Sep 29 20:58:32 2012 +0900
@@ -6,7 +6,7 @@
 
     <div class="user_basic">
       <dl class="form_block">
-        <dt><label for="contactauthorform-title">{lang_title}</label></dt>
+        <dt>{lang_title}</dt>
         <dd>{story_link}</dd>
 
         <dt><label for="contactauthorform-from">{lang_fromname}</label></dt>
diff -r 4624204119d6 -r 52d5d8323e15 public_html/layout/modern_curve/profiles/contactauthorform.thtml
--- a/public_html/layout/modern_curve/profiles/contactauthorform.thtml	Sat Sep 29 19:38:43 2012 +0900
+++ b/public_html/layout/modern_curve/profiles/contactauthorform.thtml	Sat Sep 29 20:58:32 2012 +0900
@@ -6,7 +6,7 @@
 
     <div class="user_basic">
       <dl>
-        <dt><label for="contactauthorform-title">{lang_title}</label></dt>
+        <dt>{lang_title}</dt>
         <dd>{story_link}</dd>
 
         <dt><label for="contactauthorform-from">{lang_fromname}</label></dt>
diff -r 4624204119d6 -r 52d5d8323e15 public_html/layout/professional_css/profiles/contactauthorform.thtml
--- a/public_html/layout/professional_css/profiles/contactauthorform.thtml	Sat Sep 29 19:38:43 2012 +0900
+++ b/public_html/layout/professional_css/profiles/contactauthorform.thtml	Sat Sep 29 20:58:32 2012 +0900
@@ -6,7 +6,7 @@
 
     <div class="user_basic">
       <dl>
-        <dt><label for="contactauthorform-title">{lang_title}</label></dt>
+        <dt>{lang_title}</dt>
         <dd>{story_link}</dd>
 
         <dt><label for="contactauthorform-from">{lang_fromname}</label></dt>



More information about the geeklog-cvs mailing list