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

oscar at devel.plogworld.net oscar at devel.plogworld.net
Sun Jan 9 14:22:30 GMT 2005


Author: oscar
Date: 2005-01-09 14:22:30 +0000 (Sun, 09 Jan 2005)
New Revision: 708

Modified:
   plog/trunk/templates/admin/userpictureselect.template
Log:
removed some unnecessary column


Modified: plog/trunk/templates/admin/userpictureselect.template
===================================================================
--- plog/trunk/templates/admin/userpictureselect.template	2005-01-09 14:20:39 UTC (rev 707)
+++ plog/trunk/templates/admin/userpictureselect.template	2005-01-09 14:22:30 UTC (rev 708)
@@ -68,7 +68,6 @@
 <table class="info">
  <thead>
   <th style="width:200px";>{$locale->tr("resource")}</th>
-  <th style="width:85px;">{$locale->tr("actions")}</th>
  </thead>  
  <tbody>
   {if $album && $pager->getCurrentPage()==1}
@@ -77,7 +76,6 @@
      <a href="admin.php?op=userPictureSelect&amp;albumId={$album->getParentId()}&amp;mode={$destination}&amp;page=1">
      <img src="imgs/icon_folder-72.png" border="0" alt="Parent" />&nbsp;<br/>..</a>
     </td>
-    <td>&nbsp;</td>
    </tr>
   {/if}
   {foreach from=$albums item=resalbum}
@@ -97,6 +95,7 @@
  <a target="_blank" href="{$url->resourceLink($resource)}"><br/>{$resource->getFileName()}</a><br/>
  <a href="javascript:returnResourceInformation('{$resource->getId()}','{$url->resourcePreviewLink($resource)}');window.close();">{$locale->tr("select")}</a><br/> 
  </td>
+</tr>
 {/foreach}
 </tbody>
 </table>




More information about the pLog-svn mailing list