[pLog-svn] r767 - plog/trunk/templates/admin

oscar at devel.plogworld.net oscar at devel.plogworld.net
Wed Jan 19 20:36:46 GMT 2005


Author: oscar
Date: 2005-01-19 20:36:46 +0000 (Wed, 19 Jan 2005)
New Revision: 767

Modified:
   plog/trunk/templates/admin/edittrackbacks.template
Log:
corrected a few layout defects

Modified: plog/trunk/templates/admin/edittrackbacks.template
===================================================================
--- plog/trunk/templates/admin/edittrackbacks.template	2005-01-19 20:28:49 UTC (rev 766)
+++ plog/trunk/templates/admin/edittrackbacks.template	2005-01-19 20:36:46 UTC (rev 767)
@@ -8,10 +8,6 @@
  {if $viewIsError}
   {include file="$admintemplatepath/errormessage.template" message=$viewErrorMessage}<br/>
  {/if}
-
-
-        <div id="list_nav_bar">
-            <div id="list_nav_select">
 			
         <form id="postTrackbacks" action="admin.php" method="post">
         <div id="list">
@@ -19,10 +15,10 @@
                 <thead>
                     <tr>
                         <th style="width:10px;"><input class="checkbox" type="checkbox" class="check" name="all" id="all" value="1" onclick="toggleAllChecks('postTrackbacks');" /></th>
-                        <th style="width:225px;"><a href="#">{$locale->tr("blog")}</a></th>
-                        <th style="width:330px;"><a href="#">{$locale->tr("excerpt")}</a></th>                        
-                        <th style="width:115px;"><a href="#">{$locale->tr("date")}</a></th>
-                        <th style="width:95px;"><a href="#">{$locale->tr("actions")}</a></th>
+                        <th style="width:225px;">{$locale->tr("blog")}</th>
+                        <th style="width:330px;">{$locale->tr("excerpt")}</th>                        
+                        <th style="width:115px;">{$locale->tr("date")}</th>
+                        <th style="width:95px;">{$locale->tr("actions")}</th>
                     </tr>
                 </thead>
                 <tbody>
@@ -34,7 +30,7 @@
                         <td class="col_highlighted">
                             <a href="{$trackback->getUrl()}">{$trackback->getBlogName()}</a>
                         </td>
-                        <td class="col_highlighted">
+                        <td>
                             {$trackback->getExcerpt()|escape:htmlall}
                         </td>
                         <td>




More information about the pLog-svn mailing list