[pLog-svn] r1537 - in plog/trunk: locale styles templates/admin

francesc at devel.plogworld.net francesc at devel.plogworld.net
Thu Mar 17 22:22:58 GMT 2005


Author: francesc
Date: 2005-03-17 22:22:58 +0000 (Thu, 17 Mar 2005)
New Revision: 1537

Modified:
   plog/trunk/locale/locale_en_UK.php
   plog/trunk/styles/admin.css
   plog/trunk/templates/admin/dashboard.template
Log:
Some minor changes to dashboard

Modified: plog/trunk/locale/locale_en_UK.php
===================================================================
--- plog/trunk/locale/locale_en_UK.php	2005-03-17 22:04:56 UTC (rev 1536)
+++ plog/trunk/locale/locale_en_UK.php	2005-03-17 22:22:58 UTC (rev 1537)
@@ -131,6 +131,7 @@
 $messages['total_comments'] = 'Total Comments';
 $messages['total_trackbacks'] = 'Total Trackbacks';
 $messages['total_viewed'] = 'Total Viewed Posts';
+$messages['in'] = 'In';
 
 // menu options
 $messages['newPost'] = 'New Post';

Modified: plog/trunk/styles/admin.css
===================================================================
--- plog/trunk/styles/admin.css	2005-03-17 22:04:56 UTC (rev 1536)
+++ plog/trunk/styles/admin.css	2005-03-17 22:22:58 UTC (rev 1537)
@@ -823,6 +823,19 @@
     background-color : #FFFFFF;
 }
 
+#dashboard .dashboard_blog_layout tr
+{
+}
+
+#dashboard .dashboard_blog_layout td
+{
+}
+
+#dashboard .dashboard_data_table
+{
+    width           : 98%;
+}
+
 #dashboard .dashboard_data_table th
 {
     border-bottom: 2px solid #DEDEDE; height: 20px;
@@ -834,6 +847,11 @@
     height           : 20px;
 }
 
+#dashboard .dashboard_data_table_statistics
+{
+    width           : 98%;
+}
+
 #dashboard .dashboard_data_table_statistics th, td
 {
     border-bottom    : 1px solid #DEDEDE;

Modified: plog/trunk/templates/admin/dashboard.template
===================================================================
--- plog/trunk/templates/admin/dashboard.template	2005-03-17 22:04:56 UTC (rev 1536)
+++ plog/trunk/templates/admin/dashboard.template	2005-03-17 22:22:58 UTC (rev 1537)
@@ -13,12 +13,12 @@
 
         <table class="dashboard_blog_layout">
             <tr>
-                <td style="width: 70%; border: 0px solid black; padding-right: 4px;">
+                <td style="width: 70%; border: 0px solid black;">
                     <h3>{$locale->tr("recent_articles")}</h3>
                     <table class="dashboard_data_table">
                         <tr>
                             <th>
-                                Topic
+                                {$locale->tr("topic")}
                             </th>
                         </tr>
                         {assign var=blogId value=$blog->getId()}
@@ -37,7 +37,7 @@
                     <table class="dashboard_data_table">
                         <tr>
                             <th>
-                                Topic
+                                {$locale->tr("topic")}
                             </th>
                             <th>
                                 {$locale->tr("posted_by")}
@@ -46,7 +46,7 @@
                                 {$locale->tr("in")}
                             </th>
                             <th>
-                                Date
+                                {$locale->tr("date")}
                             </th>
                         </tr>
                         {** loop to print out the list of recent comments **}
@@ -82,13 +82,13 @@
                     <table class="dashboard_data_table">
                         <tr>
                             <th>
-                                Topic
+                                {$locale->tr("topic")}
                             </th>
                             <th>
-                                In
+                                {$locale->tr("in")}
                             </th>
                             <th>
-                                Date
+                                {$locale->tr("date")}
                             </th>
                         </tr>
                         {** loop to print out the list of recent trackbacks **}
@@ -115,7 +115,7 @@
                     {/foreach}
                     </table>
                 </td>
-                <td style="width: 30%; vertical-align: top; border-left: 1px solid #DEDEDE; padding-left: 4px;">
+                <td style="width: 30%; vertical-align: top; border-left: 1px solid #DEDEDE; border-bottom: 0px; padding-left: 4px;">
                     <h3>{$locale->tr("blog_statistics")}</h3>
                     <table class="dashboard_data_table_statistics">
                         <tr style="background-color: {cycle values="#FFFFFF,#F7F7F7"};">




More information about the pLog-svn mailing list