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

mark at devel.lifetype.net mark at devel.lifetype.net
Wed Mar 12 03:43:41 EDT 2008


Author: mark
Date: 2008-03-12 03:43:41 -0400 (Wed, 12 Mar 2008)
New Revision: 6213

Modified:
   plog/trunk/templates/admin/edittemplate_table.template
Log:
Javascript fix

Modified: plog/trunk/templates/admin/edittemplate_table.template
===================================================================
--- plog/trunk/templates/admin/edittemplate_table.template	2008-03-12 04:50:25 UTC (rev 6212)
+++ plog/trunk/templates/admin/edittemplate_table.template	2008-03-12 07:43:41 UTC (rev 6213)
@@ -1,7 +1,7 @@
 <table class="info" id="templateFiles">
   <thead>
    <tr>
-     <th style="width:10px;"><input class="checkbox" type="checkbox" class="check" name="all" id="all" value="1" onclick="toggleAllChecks('siteTemplatesList');" /></th>
+     <th style="width:10px;"><input class="checkbox" type="checkbox" class="check" name="all" id="all" value="1" onclick="Lifetype.Forms.toggleAllChecks('siteTemplatesList');" /></th>
      <th style="width:520px;">{$locale->tr("file")}</th>
      <th style="width:150px;">{$locale->tr("size")} ({$locale->tr("bytes")})</th>
      <th style="width:95px;">{$locale->tr("actions")}</th>



More information about the pLog-svn mailing list