[geeklog-hg] geeklog: Moved Command & Control template file

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Thu Jul 11 19:34:38 EDT 2013


changeset 9179:40860ec1da4b
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/40860ec1da4b
user: Tom <websitemaster at cogeco.net>
date: Thu Jul 11 19:34:14 2013 -0400
description:
Moved Command & Control template file

diffstat:

 public_html/admin/index.php                                                   |   2 +-
 public_html/docs/english/theme.html                                           |   2 +-
 public_html/layout/denim/admin/commandcontrol.thtml                           |  19 +++++++
 public_html/layout/denim/admin/commandcontrol/commandcontrol.thtml            |  19 -------
 public_html/layout/modern_curve/admin/commandcontrol.thtml                    |  19 +++++++
 public_html/layout/modern_curve/admin/commandcontrol/commandcontrol.thtml     |  19 -------
 public_html/layout/professional/admin/commandcontrol.thtml                    |  25 ++++++++++
 public_html/layout/professional/admin/commandcontrol/commandcontrol.thtml     |  25 ----------
 public_html/layout/professional_css/admin/commandcontrol.thtml                |  19 +++++++
 public_html/layout/professional_css/admin/commandcontrol/commandcontrol.thtml |  19 -------
 10 files changed, 84 insertions(+), 84 deletions(-)

diffs (220 lines):

diff -r 1208eb0657fc -r 40860ec1da4b public_html/admin/index.php
--- a/public_html/admin/index.php	Thu Jul 11 19:32:01 2013 -0400
+++ b/public_html/admin/index.php	Thu Jul 11 19:34:14 2013 -0400
@@ -107,7 +107,7 @@
 
     $retval = '';
 
-    $admin_templates = COM_newTemplate($_CONF['path_layout'] . 'admin/commandcontrol');
+    $admin_templates = COM_newTemplate($_CONF['path_layout'] . 'admin');
     $admin_templates->set_file (array ('cc'     => 'commandcontrol.thtml'));
     $blocks = array('ccgroup', 'ccrow', 'ccitem');
     foreach ($blocks as $block) {
diff -r 1208eb0657fc -r 40860ec1da4b public_html/docs/english/theme.html
--- a/public_html/docs/english/theme.html	Thu Jul 11 19:32:01 2013 -0400
+++ b/public_html/docs/english/theme.html	Thu Jul 11 19:34:14 2013 -0400
@@ -218,7 +218,7 @@
     Added <tt>usernavigation.thtml</tt> which uses blocks to reduce the number of template files.</li>
 <li>Removed <tt>listitem.thtml</tt>. <tt>list.thtml</tt> now uses blocks to reduce the number of template files.</li>
 <li>Removed <tt>admin/moderation/moderation.thtml</tt>, <tt>admin/moderation/ccitem.thtml</tt> and <tt>admin/moderation/ccrow.thtml</tt>.
-    Added <tt>admin/commandcontrol/commandcontrol.thtml</tt> which uses blocks to reduce the number of template files.</li>
+    Added <tt>admin/commandcontrol.thtml</tt> which uses blocks to reduce the number of template files.</li>
 <li>Added <tt>/images/icons/moderation.png</tt>image for Admin Moderation page.</li>
 <li>Changed list id of "admin-moderation" to "admin-commandcontrol". This affects the Denim, Modern Curve and Proffesional CSS themes.</li>
 <li>Moved all images from <tt>/tooltips/images/</tt> to <tt>/images/tooltips/</tt> and updated all tooltip template files under the <tt>/tooltips/</tt> directory to reflect the change.</li>
diff -r 1208eb0657fc -r 40860ec1da4b public_html/layout/denim/admin/commandcontrol.thtml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/public_html/layout/denim/admin/commandcontrol.thtml	Thu Jul 11 19:34:14 2013 -0400
@@ -0,0 +1,19 @@
+{# begin {templatelocation} #}
+
+{cc_groups}
+
+<!-- BEGIN ccgroup -->
+<h2>{lang_group}</h2>
+
+<ul class="admin-commandcontrol clearfix">
+{cc_rows}
+</ul>
+<!-- END ccgroup -->
+<!-- BEGIN ccrow -->
+{cc_main_options}
+<!-- END ccrow -->
+<!-- BEGIN ccitem -->
+<li><a href="{page_url}" style="text-align:center"><img src="{page_image}" style="display:block;margin:5px auto" alt=""{xhtml}>{option_label}</a></li>
+<!-- END ccitem -->
+
+{# end {templatelocation} #}
diff -r 1208eb0657fc -r 40860ec1da4b public_html/layout/denim/admin/commandcontrol/commandcontrol.thtml
--- a/public_html/layout/denim/admin/commandcontrol/commandcontrol.thtml	Thu Jul 11 19:32:01 2013 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-{# begin {templatelocation} #}
-
-{cc_groups}
-
-<!-- BEGIN ccgroup -->
-<h2>{lang_group}</h2>
-
-<ul class="admin-commandcontrol clearfix">
-{cc_rows}
-</ul>
-<!-- END ccgroup -->
-<!-- BEGIN ccrow -->
-{cc_main_options}
-<!-- END ccrow -->
-<!-- BEGIN ccitem -->
-<li><a href="{page_url}" style="text-align:center"><img src="{page_image}" style="display:block;margin:5px auto" alt=""{xhtml}>{option_label}</a></li>
-<!-- END ccitem -->
-
-{# end {templatelocation} #}
diff -r 1208eb0657fc -r 40860ec1da4b public_html/layout/modern_curve/admin/commandcontrol.thtml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/public_html/layout/modern_curve/admin/commandcontrol.thtml	Thu Jul 11 19:34:14 2013 -0400
@@ -0,0 +1,19 @@
+{# begin {templatelocation} #}
+
+{cc_groups}
+
+<!-- BEGIN ccgroup -->
+<h2>{lang_group}</h2>
+
+<ul class="admin-commandcontrol">
+  {cc_rows}
+</ul>
+<!-- END ccgroup -->
+<!-- BEGIN ccrow -->
+{cc_main_options}
+<!-- END ccrow -->
+<!-- BEGIN ccitem -->
+<li><a href="{page_url}"><img src="{page_image}" alt=""{xhtml}></a><a href="{page_url}">{option_label}</a></li>
+<!-- END ccitem -->
+
+{# end {templatelocation} #}
diff -r 1208eb0657fc -r 40860ec1da4b public_html/layout/modern_curve/admin/commandcontrol/commandcontrol.thtml
--- a/public_html/layout/modern_curve/admin/commandcontrol/commandcontrol.thtml	Thu Jul 11 19:32:01 2013 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-{# begin {templatelocation} #}
-
-{cc_groups}
-
-<!-- BEGIN ccgroup -->
-<h2>{lang_group}</h2>
-
-<ul class="admin-commandcontrol">
-  {cc_rows}
-</ul>
-<!-- END ccgroup -->
-<!-- BEGIN ccrow -->
-{cc_main_options}
-<!-- END ccrow -->
-<!-- BEGIN ccitem -->
-<li><a href="{page_url}"><img src="{page_image}" alt=""{xhtml}></a><a href="{page_url}">{option_label}</a></li>
-<!-- END ccitem -->
-
-{# end {templatelocation} #}
diff -r 1208eb0657fc -r 40860ec1da4b public_html/layout/professional/admin/commandcontrol.thtml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/public_html/layout/professional/admin/commandcontrol.thtml	Thu Jul 11 19:34:14 2013 -0400
@@ -0,0 +1,25 @@
+{# begin {templatelocation} #}
+
+{cc_groups}
+
+<!-- BEGIN ccgroup -->
+<h2>{lang_group}</h2>
+
+<div class="moderation-cc">
+    {cc_rows}
+</div>
+<!-- END ccgroup -->
+<!-- BEGIN ccrow -->
+    <div class="moderation-cc-row">
+        {cc_main_options}
+    </div>
+<!-- END ccrow -->
+<!-- BEGIN ccitem -->
+        <div class="moderation-cc-item" style="width:{cc_icon_width}%">
+            <a href="{page_url}"><img src="{page_image}" alt=""{xhtml}></a><br{xhtml}>
+            <a href="{page_url}">{option_label}</a>
+
+        </div>
+<!-- END ccitem -->
+
+{# end {templatelocation} #}
diff -r 1208eb0657fc -r 40860ec1da4b public_html/layout/professional/admin/commandcontrol/commandcontrol.thtml
--- a/public_html/layout/professional/admin/commandcontrol/commandcontrol.thtml	Thu Jul 11 19:32:01 2013 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-{# begin {templatelocation} #}
-
-{cc_groups}
-
-<!-- BEGIN ccgroup -->
-<h2>{lang_group}</h2>
-
-<div class="moderation-cc">
-    {cc_rows}
-</div>
-<!-- END ccgroup -->
-<!-- BEGIN ccrow -->
-    <div class="moderation-cc-row">
-        {cc_main_options}
-    </div>
-<!-- END ccrow -->
-<!-- BEGIN ccitem -->
-        <div class="moderation-cc-item" style="width:{cc_icon_width}%">
-            <a href="{page_url}"><img src="{page_image}" alt=""{xhtml}></a><br{xhtml}>
-            <a href="{page_url}">{option_label}</a>
-
-        </div>
-<!-- END ccitem -->
-
-{# end {templatelocation} #}
diff -r 1208eb0657fc -r 40860ec1da4b public_html/layout/professional_css/admin/commandcontrol.thtml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/public_html/layout/professional_css/admin/commandcontrol.thtml	Thu Jul 11 19:34:14 2013 -0400
@@ -0,0 +1,19 @@
+{# begin {templatelocation} #}
+
+{cc_groups}
+
+<!-- BEGIN ccgroup -->
+<h2>{lang_group}</h2>
+
+<ul class="admin-commandcontrol">
+  {cc_rows}
+</ul>
+<!-- END ccgroup -->
+<!-- BEGIN ccrow -->
+{cc_main_options}
+<!-- END ccrow -->
+<!-- BEGIN ccitem -->
+<li><a href="{page_url}"><img src="{page_image}" alt=""{xhtml}></a><a href="{page_url}">{option_label}</a></li>
+<!-- END ccitem -->
+
+{# end {templatelocation} #}
diff -r 1208eb0657fc -r 40860ec1da4b public_html/layout/professional_css/admin/commandcontrol/commandcontrol.thtml
--- a/public_html/layout/professional_css/admin/commandcontrol/commandcontrol.thtml	Thu Jul 11 19:32:01 2013 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-{# begin {templatelocation} #}
-
-{cc_groups}
-
-<!-- BEGIN ccgroup -->
-<h2>{lang_group}</h2>
-
-<ul class="admin-commandcontrol">
-  {cc_rows}
-</ul>
-<!-- END ccgroup -->
-<!-- BEGIN ccrow -->
-{cc_main_options}
-<!-- END ccrow -->
-<!-- BEGIN ccitem -->
-<li><a href="{page_url}"><img src="{page_image}" alt=""{xhtml}></a><a href="{page_url}">{option_label}</a></li>
-<!-- END ccitem -->
-
-{# end {templatelocation} #}



More information about the geeklog-cvs mailing list