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

mark at devel.plogworld.net mark at devel.plogworld.net
Wed Jul 6 08:34:59 GMT 2005


Author: mark
Date: 2005-07-06 08:34:58 +0000 (Wed, 06 Jul 2005)
New Revision: 2288

Modified:
   plugins/trunk/templateeditor/templates/blogtemplatesetslist.template
   plugins/trunk/templateeditor/templates/sitetemplatesetslist.template
Log:
Fixed ugly layout in templatesets list view.

Modified: plugins/trunk/templateeditor/templates/blogtemplatesetslist.template
===================================================================
--- plugins/trunk/templateeditor/templates/blogtemplatesetslist.template	2005-07-06 08:13:31 UTC (rev 2287)
+++ plugins/trunk/templateeditor/templates/blogtemplatesetslist.template	2005-07-06 08:34:58 UTC (rev 2288)
@@ -24,9 +24,9 @@
    <thead>
     <tr>
       <th style="width:10px;"><input class="checkbox" type="checkbox" class="check" name="all" id="all" value="1" onclick="toggleAllChecks('blogTemplateSetsList');" /></th>
-      <th style="width:590px;">{$locale->tr("template")}</th>
+      <th style="width:580px;">{$locale->tr("template")}</th>
       <th style="width:70px;">{$locale->tr("type")}</th>
-      <th style="width:105px;">{$locale->tr("actions")}</th>
+      <th style="width:115px;">{$locale->tr("actions")}</th>
     </tr>
   </thead>
   <tbody>

Modified: plugins/trunk/templateeditor/templates/sitetemplatesetslist.template
===================================================================
--- plugins/trunk/templateeditor/templates/sitetemplatesetslist.template	2005-07-06 08:13:31 UTC (rev 2287)
+++ plugins/trunk/templateeditor/templates/sitetemplatesetslist.template	2005-07-06 08:34:58 UTC (rev 2288)
@@ -24,8 +24,8 @@
    <thead>
     <tr>
       <th style="width:10px;"><input class="checkbox" type="checkbox" class="check" name="all" id="all" value="1" onclick="toggleAllChecks('siteTemplateSetsList');" /></th>
-      <th style="width:660px;">{$locale->tr("template")}</th>
-      <th style="width:105px;">{$locale->tr("actions")}</th>
+      <th style="width:650px;">{$locale->tr("template")}</th>
+      <th style="width:115px;">{$locale->tr("actions")}</th>
     </tr>
   </thead>
   <tbody>




More information about the pLog-svn mailing list