[geeklog-cvs] geeklog: Modified new template edit_topics.thtml

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Mon Apr 23 19:08:16 EDT 2012


changeset 8611:06d4b6cb0af2
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/06d4b6cb0af2
user: dengen
date: Thu Apr 19 18:55:13 2012 +0900
description:
Modified new template edit_topics.thtml

diffstat:

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

diffs (33 lines):

diff -r e43d4c35984f -r 06d4b6cb0af2 public_html/layout/denim/admin/common/edit_topics.thtml
--- a/public_html/layout/denim/admin/common/edit_topics.thtml	Wed Apr 18 23:30:49 2012 +0900
+++ b/public_html/layout/denim/admin/common/edit_topics.thtml	Thu Apr 19 18:55:13 2012 +0900
@@ -1,8 +1,11 @@
-<span style="vertical-align:top;{options_hide}">                 
+
+<!-- admin/common/edit_topics.thtml { -->
+
+<span style="vertical-align:top;{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="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 style="{topic_option_hide}"><input type="radio" name="topic_option" value="selectedtopics" {selectedtopics_checked}></span>
 </span>
 <span style="vertical-align:top;{topic_hide}">
     <select name="tid[]" multiple="multiple" size="4">
@@ -18,7 +21,7 @@
 </span>
 <span style="vertical-align:top;{default_hide}">
     <input type="hidden" name="topic_default_hide" value="{topic_default_hide}"{xhtml}>
-    {lang_default}:
+    <span style="vertical-align:top;">{lang_default}:</span>
     <select name="default_tid">
         {default_options}
     </select>
@@ -26,3 +29,5 @@
 <span style="{info_hide}">
     <p>{topic_info}</p>
 </span>
+
+<!-- } admin/common/edit_topics.thtml -->



More information about the geeklog-cvs mailing list