[geeklog-hg] geeklog: Feed editor field "Header-link in topic" now displays N...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Sep 22 10:34:36 EDT 2012


changeset 8825:4384ab8898a4
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/4384ab8898a4
user: Tom <websitemaster at cogeco.net>
date: Sat Sep 22 10:01:18 2012 -0400
description:
Feed editor field "Header-link in topic" now displays None and All selections only once (bug #0001481)

diffstat:

 public_html/admin/syndication.php                                      |  15 ----------
 public_html/layout/modern_curve/admin/syndication/feededitor.thtml     |   2 -
 public_html/layout/professional_css/admin/syndication/feededitor.thtml |   2 -
 3 files changed, 0 insertions(+), 19 deletions(-)

diffs (50 lines):

diff -r 5dd0a7a49226 -r 4384ab8898a4 public_html/admin/syndication.php
--- a/public_html/admin/syndication.php	Thu Sep 20 15:04:29 2012 -0400
+++ b/public_html/admin/syndication.php	Sat Sep 22 10:01:18 2012 -0400
@@ -287,22 +287,7 @@
     $feed_template->set_var ('lang_language', $LANG33[32]);
     $feed_template->set_var ('lang_topic', $LANG33[33]);
 
-    /*
-    if ($A['header_tid'] == 'all') {
-        $feed_template->set_var('all_selected', 'selected="selected"');
-    } elseif ($A['header_tid'] == 'none') {
-        $feed_template->set_var('none_selected', 'selected="selected"');
-    }
-    */
-    
-    $feed_template->set_var('lang_header_all', $LANG33[43]);
-    $feed_template->set_var('lang_header_none', $LANG33[44]);
     $feed_template->set_var('lang_header_topic', $LANG33[45]);
-    
-    
-    
-    //$feed_template->set_var('header_topic_options',
-    //                    COM_topicList('tid,topic', $A['header_tid'], 1, true));
     $feed_template->set_var('header_topic_options', TOPIC_getTopicListSelect($A['header_tid'], 6, true));
     
     
diff -r 5dd0a7a49226 -r 4384ab8898a4 public_html/layout/modern_curve/admin/syndication/feededitor.thtml
--- a/public_html/layout/modern_curve/admin/syndication/feededitor.thtml	Thu Sep 20 15:04:29 2012 -0400
+++ b/public_html/layout/modern_curve/admin/syndication/feededitor.thtml	Sat Sep 22 10:01:18 2012 -0400
@@ -21,8 +21,6 @@
       <dt><label for="admin-feededitor-header_tid">{lang_header_topic}</label></dt>
       <dd>
         <select name="header_tid" id="admin-feededitor-header_tid">
-          <option value="none" {none_selected}>{lang_header_none}</option>
-          <option value="all" {all_selected}>{lang_header_all}</option>
           {header_topic_options}
         </select>
       </dd>
diff -r 5dd0a7a49226 -r 4384ab8898a4 public_html/layout/professional_css/admin/syndication/feededitor.thtml
--- a/public_html/layout/professional_css/admin/syndication/feededitor.thtml	Thu Sep 20 15:04:29 2012 -0400
+++ b/public_html/layout/professional_css/admin/syndication/feededitor.thtml	Sat Sep 22 10:01:18 2012 -0400
@@ -21,8 +21,6 @@
       <dt><label for="admin-feededitor-header_tid">{lang_header_topic}</label></dt>
       <dd>
         <select name="header_tid" id="admin-feededitor-header_tid">
-          <option value="none" {none_selected}>{lang_header_none}</option>
-          <option value="all" {all_selected}>{lang_header_all}</option>
           {header_topic_options}
         </select>
       </dd>



More information about the geeklog-cvs mailing list