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

oscar at devel.plogworld.net oscar at devel.plogworld.net
Mon Jan 10 13:04:39 GMT 2005


Author: oscar
Date: 2005-01-10 13:04:39 +0000 (Mon, 10 Jan 2005)
New Revision: 718

Modified:
   plog/trunk/templates/admin/resources.template
Log:
cosmetic fixes


Modified: plog/trunk/templates/admin/resources.template
===================================================================
--- plog/trunk/templates/admin/resources.template	2005-01-10 12:57:03 UTC (rev 717)
+++ plog/trunk/templates/admin/resources.template	2005-01-10 13:04:39 UTC (rev 718)
@@ -59,7 +59,7 @@
 {foreach from=$albums item=resalbum}
 <tr class="{cycle values="odd,even"}">
  <td>
-  <input type="checkbox" value="{$resalbum->getId()}" name="albumIds[{$resalbum->getId()}]" />
+  <input type="checkbox" class="checkbox" value="{$resalbum->getId()}" name="albumIds[{$resalbum->getId()}]" />
  </td>
  <td>
     <a href="admin.php?op=resources&amp;albumId={$resalbum->getId()}&amp;page=1"><img src="imgs/icon_folder-72.png" border="0" alt="folder" /></a><br/>




More information about the pLog-svn mailing list