[geeklog-hg] geeklog: Denim: fixed incorrect HTML code

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Fri Jun 22 08:31:09 EDT 2012


changeset 8725:34e91c60fc87
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/34e91c60fc87
user: dengen
date: Fri Jun 22 21:30:28 2012 +0900
description:
Denim: fixed incorrect HTML code

diffstat:

 public_html/layout/denim/admin/common/edit_topics.thtml |  26 ++++++++--------
 1 files changed, 13 insertions(+), 13 deletions(-)

diffs (50 lines):

diff -r bcd6f2064a33 -r 34e91c60fc87 public_html/layout/denim/admin/common/edit_topics.thtml
--- a/public_html/layout/denim/admin/common/edit_topics.thtml	Wed Jun 20 10:18:13 2012 -0400
+++ b/public_html/layout/denim/admin/common/edit_topics.thtml	Fri Jun 22 21:30:28 2012 +0900
@@ -1,33 +1,33 @@
 
 <!-- admin/common/edit_topics.thtml { -->
 
-<span style="vertical-align:top;{options_hide}">
+<div style="vertical-align:top;display:inline-block;{options_hide}">
     <input type="hidden" name="topic_options_hide" value="{topic_options_hide}"{xhtml}>
-    <input type="radio" name="topic_option" value="all" {all_checked}> {lang_all}
-    <input type="radio" name="topic_option" value="homeonly" {homeonly_checked}> {lang_homeonly}
-    <span style="{topic_option_hide}"><input type="radio" name="topic_option" value="selectedtopics" {selectedtopics_checked}></span>
-</span>
-<span style="vertical-align:top;{topic_hide}">
+    <input type="radio" name="topic_option" value="all" {all_checked}{xhtml}> {lang_all}
+    <input type="radio" name="topic_option" value="homeonly" {homeonly_checked}{xhtml}> {lang_homeonly}
+    <span style="{topic_option_hide}"><input type="radio" name="topic_option" value="selectedtopics" {selectedtopics_checked}{xhtml}></span>
+</div>
+<div style="vertical-align:top;display:inline-block;{topic_hide}">
     <select name="tid[]" multiple="multiple" class="multiple" size="4">
         {topic_options}
     </select>
-</span>
-<span style="vertical-align:top;{inherit_hide}">
+</div>
+<div style="vertical-align:top;display:inline-block;{inherit_hide}">
     <input type="hidden" name="topic_inherit_hide" value="{topic_inherit_hide}"{xhtml}>
     <span style="vertical-align:top;">{lang_inherit}:</span>
     <select name="inherit_tid[]" multiple="multiple" class="multiple" size="4">
         {inherit_options}
     </select>
-</span>
-<span style="vertical-align:top;{default_hide}">
+</div>
+<div style="vertical-align:top;display:inline-block;{default_hide}">
     <input type="hidden" name="topic_default_hide" value="{topic_default_hide}"{xhtml}>
     <span style="vertical-align:top;">{lang_default}:</span>
     <select name="default_tid">
         {default_options}
     </select>
-</span>
-<span style="{info_hide}">
+</div>
+<div style="{info_hide}">
     <p>{topic_info}</p>
-</span>
+</div>
 
 <!-- } admin/common/edit_topics.thtml -->



More information about the geeklog-cvs mailing list