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

mark at devel.lifetype.net mark at devel.lifetype.net
Tue Mar 18 04:27:12 EDT 2008


Author: mark
Date: 2008-03-18 04:27:11 -0400 (Tue, 18 Mar 2008)
New Revision: 6241

Modified:
   plog/trunk/templates/admin/editinboxprivatemessages_table.template
Log:
Fix javascript error.

Modified: plog/trunk/templates/admin/editinboxprivatemessages_table.template
===================================================================
--- plog/trunk/templates/admin/editinboxprivatemessages_table.template	2008-03-15 17:24:27 UTC (rev 6240)
+++ plog/trunk/templates/admin/editinboxprivatemessages_table.template	2008-03-18 08:27:11 UTC (rev 6241)
@@ -1,7 +1,7 @@
  <table id="privatemessages" class="info" summary="{$locale->tr("editInboxPrivateMessages")}">
   <thead>
    <tr>
-    <th><input class="checkbox" type="checkbox" name="all" id="all" value="1" onclick="toggleAllChecks('inboxPrivateMessages');" /></th>
+    <th><input class="checkbox" type="checkbox" name="all" id="all" value="1" onclick="Lifetype.Forms.toggleAllChecks('editPrivateMessages');" /></th>
     <th style="width:15%">{$locale->tr("sender_name")}</th>
     <th style="width:10%">{$locale->tr("receiver_read_status")}</th>
     <th style="width:15%">{$locale->tr("date")}</th>



More information about the pLog-svn mailing list