[pLog-svn] r1547 - plugins/trunk/templateeditor/templates

mark at devel.plogworld.net mark at devel.plogworld.net
Fri Mar 18 13:31:11 GMT 2005


Author: mark
Date: 2005-03-18 13:31:10 +0000 (Fri, 18 Mar 2005)
New Revision: 1547

Modified:
   plugins/trunk/templateeditor/templates/blogtemplateslist.template
   plugins/trunk/templateeditor/templates/sitetemplateslist.template
Log:
A little change of templatelist GUI.

Modified: plugins/trunk/templateeditor/templates/blogtemplateslist.template
===================================================================
--- plugins/trunk/templateeditor/templates/blogtemplateslist.template	2005-03-18 08:52:00 UTC (rev 1546)
+++ plugins/trunk/templateeditor/templates/blogtemplateslist.template	2005-03-18 13:31:10 UTC (rev 1547)
@@ -61,6 +61,22 @@
   </thead>
   <tbody>
 
+  <tr class="{cycle values="odd,even"}">
+   <td>
+    <div align="center"><span style="background-color: #CCCCCC">&nbsp;&nbsp;&nbsp;</span></div>
+   </td>
+   <td  class="col_highlighted">
+    <a href="?op=blogTemplateSetsList">
+     <img src="imgs/admin/icon_folderopen-16.png" />
+     ..
+    </a>
+   </td>
+   <td>
+   </td>    
+   <td>
+   </td>
+  </tr>
+
   {foreach from=$templateSubFolders item=folder}
    <tr class="{cycle values="odd,even"}">
     <td>

Modified: plugins/trunk/templateeditor/templates/sitetemplateslist.template
===================================================================
--- plugins/trunk/templateeditor/templates/sitetemplateslist.template	2005-03-18 08:52:00 UTC (rev 1546)
+++ plugins/trunk/templateeditor/templates/sitetemplateslist.template	2005-03-18 13:31:10 UTC (rev 1547)
@@ -61,6 +61,22 @@
   </thead>
   <tbody>
 
+  <tr class="{cycle values="odd,even"}">
+   <td>
+    <div align="center"><span style="background-color: #CCCCCC">&nbsp;&nbsp;&nbsp;</span></div>
+   </td>
+   <td  class="col_highlighted">
+    <a href="?op=siteTemplateSetsList">
+     <img src="imgs/admin/icon_folderopen-16.png" />
+     ..
+    </a>
+   </td>
+   <td>
+   </td>    
+   <td>
+   </td>
+  </tr>
+
   {foreach from=$templateSubFolders item=folder}
    <tr class="{cycle values="odd,even"}">
     <td>




More information about the pLog-svn mailing list