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

oscar at devel.lifetype.net oscar at devel.lifetype.net
Wed Jul 25 17:28:21 EDT 2007


Author: oscar
Date: 2007-07-25 17:28:21 -0400 (Wed, 25 Jul 2007)
New Revision: 5727

Modified:
   plog/trunk/templates/admin/editlinks_table.template
Log:
Small fix.

Modified: plog/trunk/templates/admin/editlinks_table.template
===================================================================
--- plog/trunk/templates/admin/editlinks_table.template	2007-07-25 21:07:14 UTC (rev 5726)
+++ plog/trunk/templates/admin/editlinks_table.template	2007-07-25 21:28:21 UTC (rev 5727)
@@ -1,7 +1,7 @@
 <table id="links" class="info" summary="{$locale->tr("editLinks")}">
  <thead>
   <tr>
-   <th><input class="checkbox" type="checkbox" name="all" id="all" value="1" onclick="Lifetype.Forms.toggleAllChecks('links');" /></th>  
+   <th><input class="checkbox" type="checkbox" name="all" id="all" value="1" onclick="Lifetype.Forms.toggleAllChecks('editLinks');" /></th>  
    <th style="width:30%;">{$locale->tr("name")}</th>
    <th style="width:40%;">{$locale->tr("url")}</th>
    <th style="width:15%;">{$locale->tr("category")}</th>



More information about the pLog-svn mailing list