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

mark at devel.lifetype.net mark at devel.lifetype.net
Wed Mar 12 00:43:18 EDT 2008


Author: mark
Date: 2008-03-12 00:43:17 -0400 (Wed, 12 Mar 2008)
New Revision: 6210

Modified:
   plog/trunk/templates/admin/editoutboxprivatemessages_table.template
   plog/trunk/templates/admin/siteusers.template
Log:
Some template cosmetics fix.

Modified: plog/trunk/templates/admin/editoutboxprivatemessages_table.template
===================================================================
--- plog/trunk/templates/admin/editoutboxprivatemessages_table.template	2008-03-11 07:26:41 UTC (rev 6209)
+++ plog/trunk/templates/admin/editoutboxprivatemessages_table.template	2008-03-12 04:43:17 UTC (rev 6210)
@@ -1,7 +1,7 @@
  <table id="privatemessages" class="info" summary="{$locale->tr("editOutboxPrivateMessages")}">
   <thead>
    <tr>
-    <th><input class="checkbox" type="checkbox" name="all" id="all" value="1" onclick="toggleAllChecks('outboxPrivateMessages');" /></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("receiver_name")}</th>
     <th style="width:15%">{$locale->tr("date")}</th>
     <th style="width:60%">{$locale->tr("subject")}</th>

Modified: plog/trunk/templates/admin/siteusers.template
===================================================================
--- plog/trunk/templates/admin/siteusers.template	2008-03-11 07:26:41 UTC (rev 6209)
+++ plog/trunk/templates/admin/siteusers.template	2008-03-12 04:43:17 UTC (rev 6210)
@@ -59,10 +59,11 @@
 </div> 
 {/check_perms}
 {check_perms adminperm=update_user}	
-     <div class="optionIcon">
+    <div class="optionIcon">
 		<a id="optionIconLink" href="#bulkEdit" title="{$locale->tr("show_massive_change_option")}" onclick="Lifetype.UI.Pages.Global.switchMassiveOption()">{$locale->tr("show_massive_change_option")}</a>
 	</div>
 {/check_perms}
+<br style="clear:both" />
 <form id="siteUsers" action="admin.php" method="post" onSubmit="Lifetype.Forms.performRequest(this);return(false);">
 {include file="$admintemplatepath/viewvalidateajax.template"}
 <div id="list">	



More information about the pLog-svn mailing list