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

mark at devel.lifetype.net mark at devel.lifetype.net
Tue Mar 25 02:22:15 EDT 2008


Author: mark
Date: 2008-03-25 02:22:15 -0400 (Tue, 25 Mar 2008)
New Revision: 6270

Modified:
   plog/trunk/templates/admin/siteblogs_table.template
Log:
Fixed the toggleAllCheck error.

Modified: plog/trunk/templates/admin/siteblogs_table.template
===================================================================
--- plog/trunk/templates/admin/siteblogs_table.template	2008-03-25 04:37:54 UTC (rev 6269)
+++ plog/trunk/templates/admin/siteblogs_table.template	2008-03-25 06:22:15 UTC (rev 6270)
@@ -1,7 +1,7 @@
 <table id="blogsList" class="info" summary="{$locale->tr("editSiteBlogs")}">
  <thead>
   <tr>
-   <th><input class="checkbox" type="checkbox" name="all" id="all" value="1" onclick="Lifetype.Forms.toggleAllChecks('editBlogs');" /></th>
+   <th><input class="checkbox" type="checkbox" name="all" id="all" value="1" onclick="Lifetype.Forms.toggleAllChecks('siteBlogs');" /></th>
    <th style="width:35%;">{$locale->tr("blog")}</th>
    <th style="width:25%">{$locale->tr("owner")}</th>
    <th style="width:15%;">{$locale->tr("status")}</th>



More information about the pLog-svn mailing list