[geeklog-hg] geeklog: Modern Curve: fixed incorrect HTML code

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Jun 30 16:09:20 EDT 2012


changeset 8746:378ae28e21cb
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/378ae28e21cb
user: dengen
date: Sun Jul 01 05:06:55 2012 +0900
description:
Modern Curve: fixed incorrect HTML code

diffstat:

 public_html/layout/modern_curve/preferences/resynch.thtml |  13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diffs (18 lines):

diff -r dc94edf22d3a -r 378ae28e21cb public_html/layout/modern_curve/preferences/resynch.thtml
--- a/public_html/layout/modern_curve/preferences/resynch.thtml	Sat Jun 30 13:21:25 2012 +0200
+++ b/public_html/layout/modern_curve/preferences/resynch.thtml	Sun Jul 01 05:06:55 2012 +0900
@@ -1,7 +1,8 @@
-    <tr>
-        <td><label for="resynch">{lang_resynch}:</label></td>
-        <td><input type="checkbox" id="resynch" name="resynch" {resynch_checked}{xhtml}></td>
-    </tr>
+
+<!-- preferences/resynch.thtml { -->
+
       <dt><label for="profile-resynch">{lang_resynch}</label></dt>
-      <dd><input type="checkbox" {resynch_checked} name="resynch" id="profile-resynch" class="text"{xhtml}></dd>
-      <dd class="description">{lang_resynch_text}</dd>    
+      <dd><input type="checkbox" {resynch_checked} name="resynch" id="profile-resynch"{xhtml}></dd>
+      <dd class="description">{lang_resynch_text}</dd>
+
+<!-- } preferences/resynch.thtml -->



More information about the geeklog-cvs mailing list