[geeklog-cvs] geeklog: Updated Professional_CSS theme with the latest topic, b...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Wed Dec 14 15:17:12 EST 2011


changeset 8459:facd0f22388b
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/facd0f22388b
user: Tom <websitemaster at cogeco.net>
date: Wed Dec 14 15:16:08 2011 -0500
description:
Updated Professional_CSS theme with the latest topic, block and story theme changes.

diffstat:

 public_html/layout/professional_css/admin/block/blockeditor.thtml          |   8 +--
 public_html/layout/professional_css/admin/block/defaultblockeditor.thtml   |   9 +--
 public_html/layout/professional_css/admin/common/edit_topics.thtml         |  28 ++++++++++
 public_html/layout/professional_css/admin/story/storyeditor.thtml          |   6 +-
 public_html/layout/professional_css/admin/story/storyeditor_advanced.thtml |   6 +-
 public_html/layout/professional_css/admin/topic/topiceditor.thtml          |  18 +++++-
 public_html/layout/professional_css/submit/submitstory.thtml               |   6 +-
 public_html/layout/professional_css/submit/submitstory_advanced.thtml      |   6 +-
 public_html/layout/professional_css/topicoption.thtml                      |   2 +-
 9 files changed, 50 insertions(+), 39 deletions(-)

diffs (179 lines):

diff -r 41e1ee67f3c5 -r facd0f22388b public_html/layout/professional_css/admin/block/blockeditor.thtml
--- a/public_html/layout/professional_css/admin/block/blockeditor.thtml	Wed Dec 14 14:46:00 2011 -0500
+++ b/public_html/layout/professional_css/admin/block/blockeditor.thtml	Wed Dec 14 15:16:08 2011 -0500
@@ -24,13 +24,7 @@
       <dd class="description">{lang_nospaces}</dd>
 
       <dt><label for="admin-blockeditor-tid">{lang_topic}</label></dt>
-      <dd>
-        <select name="tid" id="admin-blockeditor-tid">
-          <option value="all" {all_selected}>{lang_all}</option>
-          <option value="homeonly" {homeonly_selected}>{lang_homeonly}</option>
-          {topic_options}
-        </select>
-      </dd>
+      <dd>{topic_selection}</dd>
 
       <dt><label for="admin-blockeditor-onleft">{lang_side}</label></dt>
       <dd>
diff -r 41e1ee67f3c5 -r facd0f22388b public_html/layout/professional_css/admin/block/defaultblockeditor.thtml
--- a/public_html/layout/professional_css/admin/block/defaultblockeditor.thtml	Wed Dec 14 14:46:00 2011 -0500
+++ b/public_html/layout/professional_css/admin/block/defaultblockeditor.thtml	Wed Dec 14 15:16:08 2011 -0500
@@ -21,14 +21,7 @@
         <input type="hidden" name="name" value="{block_name}" id="admin-blockeditor-name" class="text"{xhtml}></dd>
 
       <dt><label for="admin-blockeditor-tid">{lang_topic}</label></dt>
-      <dd><select name="tid"  id="admin-blockeditor-tid">
-          <option value="all" {all_selected}>{lang_all}</option>
-          <option value="homeonly" {homeonly_selected}>{lang_homeonly}</option>
-          
-                                                {topic_options}
-                                            
-        </select>
-      </dd>
+      <dd>{topic_selection}</dd>
 
       <dt><label for="admin-blockeditor-onleft">{lang_side}</label></dt>
       <dd><select name="onleft" id="admin-blockeditor-onleft">
diff -r 41e1ee67f3c5 -r facd0f22388b public_html/layout/professional_css/admin/common/edit_topics.thtml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/public_html/layout/professional_css/admin/common/edit_topics.thtml	Wed Dec 14 15:16:08 2011 -0500
@@ -0,0 +1,28 @@
+<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="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}">
+    <select name="tid[]" multiple="multiple" size="4">
+        {topic_options}
+    </select>
+</span>
+<span style="vertical-align:top;{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" size="4">
+        {inherit_options}
+    </select>
+</span>
+<span style="vertical-align:top;{default_hide}">
+    <input type="hidden" name="topic_default_hide" value="{topic_default_hide}"{xhtml}>
+    {lang_default}:
+    <select name="default_tid">
+        {default_options}
+    </select>
+</span>
+<span style="{info_hide}">
+    <p>{topic_info}</p>
+</span>
diff -r 41e1ee67f3c5 -r facd0f22388b public_html/layout/professional_css/admin/story/storyeditor.thtml
--- a/public_html/layout/professional_css/admin/story/storyeditor.thtml	Wed Dec 14 14:46:00 2011 -0500
+++ b/public_html/layout/professional_css/admin/story/storyeditor.thtml	Wed Dec 14 15:16:08 2011 -0500
@@ -41,11 +41,7 @@
       <dd><input type="text" size="48" maxlength="255" value="{page_title}" name="page_title" id="admin-storyeditor-page_title" class="text"{xhtml}></dd>
 
       <dt><label for="admin-storyeditor-tid">{lang_topic}</label></dt>
-      <dd>
-        <select name="tid" id="admin-storyeditor-tid">
-          {topic_options}
-        </select>
-      </dd>
+      <dd>{topic_selection}</dd>
 
       <dt><label for="admin-storyeditor-show_topic_icon">{lang_show_topic_icon}</label></dt>
       <dd><input type="checkbox" {show_topic_icon_checked} name="show_topic_icon" id="admin-storyeditor-show_topic_icon"{xhtml}></dd>
diff -r 41e1ee67f3c5 -r facd0f22388b public_html/layout/professional_css/admin/story/storyeditor_advanced.thtml
--- a/public_html/layout/professional_css/admin/story/storyeditor_advanced.thtml	Wed Dec 14 14:46:00 2011 -0500
+++ b/public_html/layout/professional_css/admin/story/storyeditor_advanced.thtml	Wed Dec 14 15:16:08 2011 -0500
@@ -29,11 +29,7 @@
       <dd{hide_meta}><textarea name="meta_keywords" id="admin-storyeditor-metakeywords" style="width:95%" rows="2">{meta_keywords}</textarea></dd>
 
       <dt><label for="admin-storyeditor_advanced-tid">{lang_topic}</label></dt>
-      <dd>
-        <select name="tid" id="admin-storyeditor_advanced-tid">
-          {topic_options}
-        </select>
-      </dd>
+      <dd>{topic_selection}</dd>
 
       <dt>{lang_hits}</dt>
       <dd>{story_hits}</dd>
diff -r 41e1ee67f3c5 -r facd0f22388b public_html/layout/professional_css/admin/topic/topiceditor.thtml
--- a/public_html/layout/professional_css/admin/topic/topiceditor.thtml	Wed Dec 14 14:46:00 2011 -0500
+++ b/public_html/layout/professional_css/admin/topic/topiceditor.thtml	Wed Dec 14 15:16:08 2011 -0500
@@ -8,16 +8,28 @@
       <dt><label for="admin-topiceditor-tid">{lang_topicid}</label></dt>
       <dd><input type="text" size="20" maxlength="20" value="{topic_id}" name="tid" id="admin-topiceditor-tid" class="text"{xhtml}></dd>
       <dd class="description">{lang_donotusespaces}</dd>
+      
+      <dt><label for="admin-topiceditor-inherit">{lang_inherit}</label></dt>
+      <dd><input type="checkbox" {inherit_checked} name="inherit" id="admin-topiceditor-inherit"{xhtml}><span class="fieldhelp">{lang_inherit_info}</span></dd>
+      
+      <dt><label for="admin-topiceditor-hidden">{lang_hidden}</label></dt>
+      <dd><input type="checkbox" {hidden_checked} name="hidden" id="admin-topiceditor-hidden"{xhtml}><span class="fieldhelp">{lang_hidden_info}</span></dd>
 
+      <dt><label for="admin-topiceditor-parent_id">{lang_parent_id}</label></dt>
+      <dd>
+        <select name="parent_id" id="admin-topiceditor-parent_id">
+            {parent_id_options}
+        </select>
+      </dd>
+      
       <dt><label for="sortnum">{lang_sortorder}</label></dt>
       <dd>{sort_order}</dd>
 
       <dt><label for="admin-topiceditor-limitnews">{lang_storiesperpage}</label></dt>
-      <dd><input type="text" size="3" maxlength="3" value="{story_limit}" name="limitnews" id="admin-topiceditor-limitnews" class="text"{xhtml}></dd>
-      <dd class="description"><span class="fieldhelp">{lang_defaultis}{default_limit}</span></dd>
+      <dd><input type="text" size="3" maxlength="3" value="{story_limit}" name="limitnews" id="admin-topiceditor-limitnews" class="text"{xhtml}><span class="fieldhelp">{lang_defaultis} {default_limit}</span></dd>
 
       <dt><label for="admin-topiceditor-topic">{lang_topicname}</label></dt>
-      <dd><input type="text" size="48" value="{topic_name}" name="topic" id="admin-topiceditor-topic" class="text"{xhtml}></dd>
+      <dd><input type="text" size="48" value="{topic_name}" name="topic_name" id="admin-topiceditor-topic" class="text"{xhtml}></dd>
 
       <dt><label for="admin-topiceditor-imageurl">{lang_topicimage}</label></dt>
       <dd><input type="text" dir="ltr" size="48" maxlength="{max_url_length}" value="{image_url}" name="imageurl" id="admin-topiceditor-imageurl" class="text"{xhtml}></dd>
diff -r 41e1ee67f3c5 -r facd0f22388b public_html/layout/professional_css/submit/submitstory.thtml
--- a/public_html/layout/professional_css/submit/submitstory.thtml	Wed Dec 14 14:46:00 2011 -0500
+++ b/public_html/layout/professional_css/submit/submitstory.thtml	Wed Dec 14 15:16:08 2011 -0500
@@ -17,11 +17,7 @@
       <dd><input type="text" size="36" maxlength="96" value="{story_title}" name="title" id="submitstory-title" class="text"{xhtml}></dd>
 
       <dt><label for="submitstory-tid">{lang_topic}</label></dt>
-      <dd>
-        <select name="tid" id="submitstory-tid">
-          {story_topic_options}
-        </select>
-      </dd>
+      <dd>{topic_selection}</dd>
 
       <dt><label for="introtext">{lang_introtext}</label></dt>
       <dd><textarea cols="45" rows="15" name="introtext" id="introtext">{story_introtext}</textarea></dd>
diff -r 41e1ee67f3c5 -r facd0f22388b public_html/layout/professional_css/submit/submitstory_advanced.thtml
--- a/public_html/layout/professional_css/submit/submitstory_advanced.thtml	Wed Dec 14 14:46:00 2011 -0500
+++ b/public_html/layout/professional_css/submit/submitstory_advanced.thtml	Wed Dec 14 15:16:08 2011 -0500
@@ -25,11 +25,7 @@
       <dd><input type="text" size="36" maxlength="96" value="{story_title}" name="title" id="submitstory_advanced-title" class="text"{xhtml}></dd>
 
       <dt><label for="submitstory_advanced-tid">{lang_topic}</label></dt>
-      <dd>
-        <select name="tid" id="submitstory_advanced-tid">
-          {story_topic_options}
-        </select>
-      </dd>
+      <dd>{topic_selection}</dd>
 
       <dt><label for="introtext">{lang_story}</label></dt>
       <dd>
diff -r 41e1ee67f3c5 -r facd0f22388b public_html/layout/professional_css/topicoption.thtml
--- a/public_html/layout/professional_css/topicoption.thtml	Wed Dec 14 14:46:00 2011 -0500
+++ b/public_html/layout/professional_css/topicoption.thtml	Wed Dec 14 15:16:08 2011 -0500
@@ -1,6 +1,6 @@
 
 <!-- topicoption.thtml { -->
 
-        <li class="topicoption"><a href="{option_url}">{option_label}</a> {option_count}</li>
+        <li class="topicoption">{branch_spaces}<a href="{option_url}">{option_label}</a> {option_count}</li>
 
 <!-- } topicoption.thtml -->



More information about the geeklog-cvs mailing list