[pLog-svn] r4889 - in plog/branches/lifetype-1.2/templates/admin: . chooser

oscar at devel.lifetype.net oscar at devel.lifetype.net
Tue Feb 27 16:51:07 EST 2007


Author: oscar
Date: 2007-02-27 16:51:07 -0500 (Tue, 27 Feb 2007)
New Revision: 4889

Modified:
   plog/branches/lifetype-1.2/templates/admin/blogcategories.template
   plog/branches/lifetype-1.2/templates/admin/blogtemplates.template
   plog/branches/lifetype-1.2/templates/admin/blogusers.template
   plog/branches/lifetype-1.2/templates/admin/chooser/blogtemplatechooser.template
   plog/branches/lifetype-1.2/templates/admin/chooser/resourcelist.template
   plog/branches/lifetype-1.2/templates/admin/chooser/siteblogschooser.template
   plog/branches/lifetype-1.2/templates/admin/chooser/siteuserschooser.template
   plog/branches/lifetype-1.2/templates/admin/chooser/userpictureselect.template
   plog/branches/lifetype-1.2/templates/admin/customfields.template
   plog/branches/lifetype-1.2/templates/admin/editarticlecategories.template
   plog/branches/lifetype-1.2/templates/admin/editcomments.template
   plog/branches/lifetype-1.2/templates/admin/editlinkcategories.template
   plog/branches/lifetype-1.2/templates/admin/editlinks.template
   plog/branches/lifetype-1.2/templates/admin/editposts.template
   plog/branches/lifetype-1.2/templates/admin/edittrackbacks.template
   plog/branches/lifetype-1.2/templates/admin/globalarticlecategories.template
   plog/branches/lifetype-1.2/templates/admin/permissions.template
   plog/branches/lifetype-1.2/templates/admin/plugincenter.template
   plog/branches/lifetype-1.2/templates/admin/poststats.template
   plog/branches/lifetype-1.2/templates/admin/resources.template
   plog/branches/lifetype-1.2/templates/admin/siteblogs.template
   plog/branches/lifetype-1.2/templates/admin/sitelocales.template
   plog/branches/lifetype-1.2/templates/admin/sitetemplates.template
   plog/branches/lifetype-1.2/templates/admin/siteusers.template
   plog/branches/lifetype-1.2/templates/admin/statistics.template
Log:
Fixed issue 1203 (http://bugs.lifetype.net/view.php?id=1203), the TableEffects javascript object was interfering with the drop-down menu.


Modified: plog/branches/lifetype-1.2/templates/admin/blogcategories.template
===================================================================
--- plog/branches/lifetype-1.2/templates/admin/blogcategories.template	2007-02-27 21:23:38 UTC (rev 4888)
+++ plog/branches/lifetype-1.2/templates/admin/blogcategories.template	2007-02-27 21:51:07 UTC (rev 4889)
@@ -29,7 +29,7 @@
  <div id="list">
   {include file="$admintemplatepath/successmessage.template"}
   {include file="$admintemplatepath/errormessage.template"}
- <table class="info" summary="{$locale->tr("editBlogCategories")}">
+ <table id="list" class="info" summary="{$locale->tr("editBlogCategories")}">
   <thead>
    <tr>
     <th style="width:10px;"><input class="checkbox" type="checkbox" name="all" id="all" value="1" onclick="toggleAllChecks('deleteCategories');" /></th>

Modified: plog/branches/lifetype-1.2/templates/admin/blogtemplates.template
===================================================================
--- plog/branches/lifetype-1.2/templates/admin/blogtemplates.template	2007-02-27 21:23:38 UTC (rev 4888)
+++ plog/branches/lifetype-1.2/templates/admin/blogtemplates.template	2007-02-27 21:51:07 UTC (rev 4889)
@@ -3,7 +3,7 @@
 <script type="text/javascript">
 {literal}
 YAHOO.util.Event.addListener( window, "load", function() {
-		var t = new Lifetype.UI.TableEffects();
+		var t = new Lifetype.UI.TableEffects( "list" );
 		t.stripe();
 		t.highlightRows();
 	});
@@ -13,7 +13,7 @@
  <div id="list">
   {include file="$admintemplatepath/successmessage.template"}
   {include file="$admintemplatepath/errormessage.template"}
-  <table class="info" summary="{$locale->tr("blogTemplates")}">
+  <table id="list" class="info" summary="{$locale->tr("blogTemplates")}" id="list">
    <thead>
     <tr>
       <th><input class="checkbox" type="checkbox" name="all" id="all" value="1" onclick="toggleAllChecks('editTemplates');" /></th>

Modified: plog/branches/lifetype-1.2/templates/admin/blogusers.template
===================================================================
--- plog/branches/lifetype-1.2/templates/admin/blogusers.template	2007-02-27 21:23:38 UTC (rev 4888)
+++ plog/branches/lifetype-1.2/templates/admin/blogusers.template	2007-02-27 21:51:07 UTC (rev 4889)
@@ -3,7 +3,7 @@
 <script type="text/javascript">
 {literal}
 YAHOO.util.Event.addListener( window, "load", function() {
-		var t = new Lifetype.UI.TableEffects();
+		var t = new Lifetype.UI.TableEffects( "list" );
 		t.stripe();
 		t.highlightRows();
 	});
@@ -13,7 +13,7 @@
         <div id="list">
   {include file="$admintemplatepath/successmessage.template"}
   {include file="$admintemplatepath/errormessage.template"}
-            <table class="info" summary="{$locale->tr("showBlogUsers")}">
+            <table id="list" class="info" summary="{$locale->tr("showBlogUsers")}">
                 <thead>
                     <tr>
                         <th><input class="checkbox" type="checkbox" name="all" id="all" value="1" onclick="toggleAllChecks('blogUsers');" /></th>

Modified: plog/branches/lifetype-1.2/templates/admin/chooser/blogtemplatechooser.template
===================================================================
--- plog/branches/lifetype-1.2/templates/admin/chooser/blogtemplatechooser.template	2007-02-27 21:23:38 UTC (rev 4888)
+++ plog/branches/lifetype-1.2/templates/admin/chooser/blogtemplatechooser.template	2007-02-27 21:51:07 UTC (rev 4889)
@@ -1,6 +1,6 @@
 {include file="$admintemplatepath/chooser/header.template"}
 <div id="container">
-<table class="info" summary="{$locale->tr("template")}">
+<table id="list" class="info" summary="{$locale->tr("template")}">
  <thead>
   <th style="width:210px";>{$locale->tr("template")}</th>
   <th style="width:210px";></th>

Modified: plog/branches/lifetype-1.2/templates/admin/chooser/resourcelist.template
===================================================================
--- plog/branches/lifetype-1.2/templates/admin/chooser/resourcelist.template	2007-02-27 21:23:38 UTC (rev 4888)
+++ plog/branches/lifetype-1.2/templates/admin/chooser/resourcelist.template	2007-02-27 21:51:07 UTC (rev 4889)
@@ -26,7 +26,7 @@
 <script type="text/javascript">
 {literal}
 YAHOO.util.Event.addListener( window, "load", function() {
-		var t = new Lifetype.UI.TableEffects();
+		var t = new Lifetype.UI.TableEffects( "list" );
 		t.stripe();
 		t.highlightRows();
 	});
@@ -65,7 +65,7 @@
  <div id="container">
   {include file="$admintemplatepath/successmessage.template"}
   {include file="$admintemplatepath/errormessage.template"} 
-<table class="info" summary="{$locale->tr("resources")}">
+<table id="list" class="info" summary="{$locale->tr("resources")}">
  <thead>
   <tr>
     <th style="width:75%;">{$locale->tr("resource")}</th>
@@ -190,4 +190,4 @@
   {/if}
 </div>
 </div>
-{include file="$admintemplatepath/chooser/footer.template"}
+{include file="$admintemplatepath/chooser/footer.template"}

Modified: plog/branches/lifetype-1.2/templates/admin/chooser/siteblogschooser.template
===================================================================
--- plog/branches/lifetype-1.2/templates/admin/chooser/siteblogschooser.template	2007-02-27 21:23:38 UTC (rev 4888)
+++ plog/branches/lifetype-1.2/templates/admin/chooser/siteblogschooser.template	2007-02-27 21:51:07 UTC (rev 4889)
@@ -37,7 +37,7 @@
   <div id="list"> 
   {include file="$admintemplatepath/successmessage.template"}
   {include file="$admintemplatepath/errormessage.template"}
-   <table class="info" summary="{$locale->tr("blogs")}">
+   <table id="list" class="info" summary="{$locale->tr("blogs")}">
     <thead>
      <tr>
       <th style="width:25px;">ID</th>

Modified: plog/branches/lifetype-1.2/templates/admin/chooser/siteuserschooser.template
===================================================================
--- plog/branches/lifetype-1.2/templates/admin/chooser/siteuserschooser.template	2007-02-27 21:23:38 UTC (rev 4888)
+++ plog/branches/lifetype-1.2/templates/admin/chooser/siteuserschooser.template	2007-02-27 21:51:07 UTC (rev 4889)
@@ -2,7 +2,7 @@
 <script type="text/javascript">
 {literal}
 YAHOO.util.Event.addListener( window, "load", function() {
-		var t = new Lifetype.UI.TableEffects();
+		var t = new Lifetype.UI.TableEffects( "list" );
 		t.stripe();
 		t.highlightRows();
 	});

Modified: plog/branches/lifetype-1.2/templates/admin/chooser/userpictureselect.template
===================================================================
--- plog/branches/lifetype-1.2/templates/admin/chooser/userpictureselect.template	2007-02-27 21:23:38 UTC (rev 4888)
+++ plog/branches/lifetype-1.2/templates/admin/chooser/userpictureselect.template	2007-02-27 21:51:07 UTC (rev 4889)
@@ -13,7 +13,7 @@
 <script type="text/javascript">
 {literal}
 YAHOO.util.Event.addListener( window, "load", function() {
-		var t = new Lifetype.UI.TableEffects();
+		var t = new Lifetype.UI.TableEffects( "list" );
 		t.stripe();
 		t.highlightRows();
 	});
@@ -50,7 +50,7 @@
  <div id="container">
   {include file="$admintemplatepath/successmessage.template"}
   {include file="$admintemplatepath/errormessage.template"}
-<table class="info" summary="{$locale->tr("picture")}">
+<table id="list" class="info" summary="{$locale->tr("picture")}">
  <thead>
   <tr>
    <th style="width:270px;">{$locale->tr("resource")}</th>

Modified: plog/branches/lifetype-1.2/templates/admin/customfields.template
===================================================================
--- plog/branches/lifetype-1.2/templates/admin/customfields.template	2007-02-27 21:23:38 UTC (rev 4888)
+++ plog/branches/lifetype-1.2/templates/admin/customfields.template	2007-02-27 21:51:07 UTC (rev 4889)
@@ -3,7 +3,7 @@
 <script type="text/javascript">
 {literal}
 YAHOO.util.Event.addListener( window, "load", function() {
-		var t = new Lifetype.UI.TableEffects();
+		var t = new Lifetype.UI.TableEffects( "list" );
 		t.stripe();
 		t.highlightRows();
 	});
@@ -14,7 +14,7 @@
   {include file="$admintemplatepath/successmessage.template"}
   {include file="$admintemplatepath/errormessage.template"}
 		
-            <table class="info" summary="{$locale->tr("blogCustomFields")}">
+            <table id="list" class="info" summary="{$locale->tr("blogCustomFields")}">
                 <thead>
                     <tr>
                         <th><input class="checkbox" type="checkbox" name="all" id="all" value="1" onclick="toggleAllChecks('customFields');" /></th>

Modified: plog/branches/lifetype-1.2/templates/admin/editarticlecategories.template
===================================================================
--- plog/branches/lifetype-1.2/templates/admin/editarticlecategories.template	2007-02-27 21:23:38 UTC (rev 4888)
+++ plog/branches/lifetype-1.2/templates/admin/editarticlecategories.template	2007-02-27 21:51:07 UTC (rev 4889)
@@ -3,7 +3,7 @@
 <script type="text/javascript">
 {literal}
 YAHOO.util.Event.addListener( window, "load", function() {
-		var t = new Lifetype.UI.TableEffects();
+		var t = new Lifetype.UI.TableEffects( "list" );
 		t.stripe();
 		t.highlightRows();
 	});

Modified: plog/branches/lifetype-1.2/templates/admin/editcomments.template
===================================================================
--- plog/branches/lifetype-1.2/templates/admin/editcomments.template	2007-02-27 21:23:38 UTC (rev 4888)
+++ plog/branches/lifetype-1.2/templates/admin/editcomments.template	2007-02-27 21:51:07 UTC (rev 4889)
@@ -9,7 +9,7 @@
 	<script type="text/javascript">
 	{literal}
 	YAHOO.util.Event.addListener( window, "load", function() {
-			var t = new Lifetype.UI.TableEffects();
+			var t = new Lifetype.UI.TableEffects( "list" );
 			t.stripe();
 			t.highlightRows();
 		});
@@ -59,7 +59,7 @@
         <div id="list">
   {include file="$admintemplatepath/successmessage.template"}
   {include file="$admintemplatepath/errormessage.template"}
-            <table class="info" summary="{$locale->tr("editComments")}">
+            <table id="list" class="info" summary="{$locale->tr("editComments")}">
                 <thead>
                     <tr>					
                         <th><input class="checkbox" type="checkbox" name="all" id="all" value="1" onclick="toggleAllChecks('postCommentsList');" /></th>

Modified: plog/branches/lifetype-1.2/templates/admin/editlinkcategories.template
===================================================================
--- plog/branches/lifetype-1.2/templates/admin/editlinkcategories.template	2007-02-27 21:23:38 UTC (rev 4888)
+++ plog/branches/lifetype-1.2/templates/admin/editlinkcategories.template	2007-02-27 21:51:07 UTC (rev 4889)
@@ -3,7 +3,7 @@
 <script type="text/javascript">
 {literal}
 YAHOO.util.Event.addListener( window, "load", function() {
-		var t = new Lifetype.UI.TableEffects();
+		var t = new Lifetype.UI.TableEffects( "list" );
 		t.stripe();
 		t.highlightRows();
 	});
@@ -37,7 +37,7 @@
  <div id="list"> 
   {include file="$admintemplatepath/successmessage.template"}
   {include file="$admintemplatepath/errormessage.template"}
- <table class="info" summary="{$locale->tr("editLinkCategories")}">
+ <table id="list" class="info" summary="{$locale->tr("editLinkCategories")}">
   <thead>
    <tr>
     <th><input class="checkbox" type="checkbox" name="all" id="all" value="1" onclick="toggleAllChecks('linkCategories');" /></th>

Modified: plog/branches/lifetype-1.2/templates/admin/editlinks.template
===================================================================
--- plog/branches/lifetype-1.2/templates/admin/editlinks.template	2007-02-27 21:23:38 UTC (rev 4888)
+++ plog/branches/lifetype-1.2/templates/admin/editlinks.template	2007-02-27 21:51:07 UTC (rev 4889)
@@ -8,7 +8,7 @@
 <script type="text/javascript">
 {literal}
 YAHOO.util.Event.addListener( window, "load", function() {
-		var t = new Lifetype.UI.TableEffects();
+		var t = new Lifetype.UI.TableEffects( "list" );
 		t.stripe();
 		t.highlightRows();
 	});
@@ -56,7 +56,7 @@
 <div id="list">
   {include file="$admintemplatepath/successmessage.template"}
   {include file="$admintemplatepath/errormessage.template"}
-<table class="info" summary="{$locale->tr("editLinks")}">
+<table id="list" class="info" summary="{$locale->tr("editLinks")}">
  <thead>
   <tr>
    <th><input class="checkbox" type="checkbox" name="all" id="all" value="1" onclick="toggleAllChecks('links');" /></th>  

Modified: plog/branches/lifetype-1.2/templates/admin/editposts.template
===================================================================
--- plog/branches/lifetype-1.2/templates/admin/editposts.template	2007-02-27 21:23:38 UTC (rev 4888)
+++ plog/branches/lifetype-1.2/templates/admin/editposts.template	2007-02-27 21:51:07 UTC (rev 4889)
@@ -9,7 +9,7 @@
 	<script type="text/javascript">
 	{literal}
 	YAHOO.util.Event.addListener( window, "load", function() {
-			var t = new Lifetype.UI.TableEffects();
+			var t = new Lifetype.UI.TableEffects( "list" );
 			t.stripe();
 			t.highlightRows();
 		});
@@ -91,7 +91,7 @@
         <div id="list">
   {include file="$admintemplatepath/successmessage.template"}
   {include file="$admintemplatepath/errormessage.template"}
-            <table class="info" summary="{$locale->tr("editPosts")}">
+            <table id="list" class="info" summary="{$locale->tr("editPosts")}">
                 <thead>
                     <tr>
                         <th><input class="checkbox" type="checkbox" name="all" id="all" value="1" onclick="toggleAllChecks('postsList');" /></th>

Modified: plog/branches/lifetype-1.2/templates/admin/edittrackbacks.template
===================================================================
--- plog/branches/lifetype-1.2/templates/admin/edittrackbacks.template	2007-02-27 21:23:38 UTC (rev 4888)
+++ plog/branches/lifetype-1.2/templates/admin/edittrackbacks.template	2007-02-27 21:51:07 UTC (rev 4889)
@@ -9,7 +9,7 @@
 	<script type="text/javascript">
 	{literal}
 	YAHOO.util.Event.addListener( window, "load", function() {
-			var t = new Lifetype.UI.TableEffects();
+			var t = new Lifetype.UI.TableEffects( "list" );
 			t.stripe();
 			t.highlightRows();
 		});
@@ -60,7 +60,7 @@
         <div id="list">
 		  {include file="$admintemplatepath/successmessage.template"}
 		  {include file="$admintemplatepath/errormessage.template"}
-            <table class="info" summary="{$locale->tr("editTrackbacks")}">
+            <table id="list" class="info" summary="{$locale->tr("editTrackbacks")}">
                 <thead>
                     <tr>
                         <th><input class="checkbox" type="checkbox" name="all" id="all" value="1" onclick="toggleAllChecks('postTrackbacksList');" /></th>

Modified: plog/branches/lifetype-1.2/templates/admin/globalarticlecategories.template
===================================================================
--- plog/branches/lifetype-1.2/templates/admin/globalarticlecategories.template	2007-02-27 21:23:38 UTC (rev 4888)
+++ plog/branches/lifetype-1.2/templates/admin/globalarticlecategories.template	2007-02-27 21:51:07 UTC (rev 4889)
@@ -28,7 +28,7 @@
  <div id="list">
   {include file="$admintemplatepath/successmessage.template"}
   {include file="$admintemplatepath/errormessage.template"}
- <table class="info" summary="{$locale->tr("editArticleCategories")}">
+ <table id="list" class="info" summary="{$locale->tr("editArticleCategories")}">
   <thead>
    <tr>
     <th><input class="checkbox" type="checkbox" name="all" id="all" value="1" onclick="toggleAllChecks('deleteCategories');" /></th>

Modified: plog/branches/lifetype-1.2/templates/admin/permissions.template
===================================================================
--- plog/branches/lifetype-1.2/templates/admin/permissions.template	2007-02-27 21:23:38 UTC (rev 4888)
+++ plog/branches/lifetype-1.2/templates/admin/permissions.template	2007-02-27 21:51:07 UTC (rev 4889)
@@ -6,7 +6,7 @@
  <div id="list">
   {include file="$admintemplatepath/successmessage.template"}
   {include file="$admintemplatepath/errormessage.template"}
- <table class="info" summary="{$locale->tr("permissionsList")}">
+ <table id="list" class="info" summary="{$locale->tr("permissionsList")}">
   <thead>
    <tr>
     <th><input class="checkbox" type="checkbox" name="all" id="all" value="1" onclick="toggleAllChecks('deletePermissions');" /></th>

Modified: plog/branches/lifetype-1.2/templates/admin/plugincenter.template
===================================================================
--- plog/branches/lifetype-1.2/templates/admin/plugincenter.template	2007-02-27 21:23:38 UTC (rev 4888)
+++ plog/branches/lifetype-1.2/templates/admin/plugincenter.template	2007-02-27 21:51:07 UTC (rev 4889)
@@ -3,14 +3,14 @@
 <script type="text/javascript">
 {literal}
 YAHOO.util.Event.addListener( window, "load", function() {
-		var t = new Lifetype.UI.TableEffects();
+		var t = new Lifetype.UI.TableEffects( "list" );
 		t.stripe();
 		t.highlightRows();
 	});
 {/literal}
 </script>
         <div id="list">
-            <table class="info" summary="{$locale->tr("pluginCenter")}">
+            <table id="list" class="info" summary="{$locale->tr("pluginCenter")}">
                 <thead>
                     <tr>
                         <th style="width:15%;"><a href="#">{$locale->tr("identifier")}</a></th>

Modified: plog/branches/lifetype-1.2/templates/admin/poststats.template
===================================================================
--- plog/branches/lifetype-1.2/templates/admin/poststats.template	2007-02-27 21:23:38 UTC (rev 4888)
+++ plog/branches/lifetype-1.2/templates/admin/poststats.template	2007-02-27 21:51:07 UTC (rev 4889)
@@ -3,7 +3,7 @@
 <script type="text/javascript">
 {literal}
 YAHOO.util.Event.addListener( window, "load", function() {
-		var t = new Lifetype.UI.TableEffects();
+		var t = new Lifetype.UI.TableEffects( "list" );
 		t.stripe();
 		t.highlightRows();
 	});
@@ -13,7 +13,7 @@
         <div id="list">
   {include file="$admintemplatepath/successmessage.template"}
   {include file="$admintemplatepath/errormessage.template"}
-            <table class="info" summary="{$locale->tr("editPosts")}">
+            <table id="list" class="info" summary="{$locale->tr("editPosts")}">
                 <thead>
                     <tr>
                         <th style="width:10px;"><input class="checkbox" type="checkbox" class="check" name="all" id="all" value="1" onclick="toggleAllChecks('postStats');" /></th>

Modified: plog/branches/lifetype-1.2/templates/admin/resources.template
===================================================================
--- plog/branches/lifetype-1.2/templates/admin/resources.template	2007-02-27 21:23:38 UTC (rev 4888)
+++ plog/branches/lifetype-1.2/templates/admin/resources.template	2007-02-27 21:51:07 UTC (rev 4889)
@@ -8,7 +8,7 @@
 <script type="text/javascript">
 {literal}
 YAHOO.util.Event.addListener( window, "load", function() {
-		var t = new Lifetype.UI.TableEffects();
+		var t = new Lifetype.UI.TableEffects( "list" );
 		t.stripe();
 		t.highlightRows();
 	});
@@ -55,7 +55,7 @@
 <div id="list">
   {include file="$admintemplatepath/successmessage.template"}
   {include file="$admintemplatepath/errormessage.template"}
-<table class="info" summary="{$locale->tr("resources")}">
+<table id="list" class="info" summary="{$locale->tr("resources")}">
  <thead>
   <tr>
     <th><input class="checkbox" type="checkbox" name="all" id="all" value="1" onclick="toggleAllChecks('Resources');" /></th>

Modified: plog/branches/lifetype-1.2/templates/admin/siteblogs.template
===================================================================
--- plog/branches/lifetype-1.2/templates/admin/siteblogs.template	2007-02-27 21:23:38 UTC (rev 4888)
+++ plog/branches/lifetype-1.2/templates/admin/siteblogs.template	2007-02-27 21:51:07 UTC (rev 4889)
@@ -37,7 +37,7 @@
   <div id="list"> 
   {include file="$admintemplatepath/successmessage.template"}
   {include file="$admintemplatepath/errormessage.template"}
-   <table class="info" summary="{$locale->tr("editSiteBlogs")}">
+   <table id="list" class="info" summary="{$locale->tr("editSiteBlogs")}">
     <thead>
      <tr>
       <th><input class="checkbox" type="checkbox" name="all" id="all" value="1" onclick="toggleAllChecks('editBlogs');" /></th>

Modified: plog/branches/lifetype-1.2/templates/admin/sitelocales.template
===================================================================
--- plog/branches/lifetype-1.2/templates/admin/sitelocales.template	2007-02-27 21:23:38 UTC (rev 4888)
+++ plog/branches/lifetype-1.2/templates/admin/sitelocales.template	2007-02-27 21:51:07 UTC (rev 4889)
@@ -3,7 +3,7 @@
 <script type="text/javascript">
 {literal}
 YAHOO.util.Event.addListener( window, "load", function() {
-		var t = new Lifetype.UI.TableEffects();
+		var t = new Lifetype.UI.TableEffects( "list" );
 		t.stripe();
 		t.highlightRows();
 	});
@@ -13,7 +13,7 @@
   <div id="list">
   {include file="$admintemplatepath/successmessage.template"}
   {include file="$admintemplatepath/errormessage.template"}
-   <table class="info" summary="{$locale->tr("siteLocales")}">
+   <table id="list" class="info" summary="{$locale->tr("siteLocales")}">
     <thead>
      <tr>
       <th><input class="checkbox" type="checkbox" name="all" id="all" value="1" onclick="toggleAllChecks('editLocales');" /></th>

Modified: plog/branches/lifetype-1.2/templates/admin/sitetemplates.template
===================================================================
--- plog/branches/lifetype-1.2/templates/admin/sitetemplates.template	2007-02-27 21:23:38 UTC (rev 4888)
+++ plog/branches/lifetype-1.2/templates/admin/sitetemplates.template	2007-02-27 21:51:07 UTC (rev 4889)
@@ -3,7 +3,7 @@
 <script type="text/javascript">
 {literal}
 YAHOO.util.Event.addListener( window, "load", function() {
-		var t = new Lifetype.UI.TableEffects();
+		var t = new Lifetype.UI.TableEffects( "list" );
 		t.stripe();
 		t.highlightRows();
 	});
@@ -13,7 +13,7 @@
  <div id="list">
   {include file="$admintemplatepath/successmessage.template"}
   {include file="$admintemplatepath/errormessage.template"}
-  <table class="info" summary="{$locale->tr("siteTemplates")}">
+  <table id="list" class="info" summary="{$locale->tr("siteTemplates")}">
    <thead>
     <tr>
       <th><input class="checkbox" type="checkbox" name="all" id="all" value="1" onclick="toggleAllChecks('siteTemplates');" /></th>

Modified: plog/branches/lifetype-1.2/templates/admin/siteusers.template
===================================================================
--- plog/branches/lifetype-1.2/templates/admin/siteusers.template	2007-02-27 21:23:38 UTC (rev 4888)
+++ plog/branches/lifetype-1.2/templates/admin/siteusers.template	2007-02-27 21:51:07 UTC (rev 4889)
@@ -3,7 +3,7 @@
 <script type="text/javascript">
 {literal}
 YAHOO.util.Event.addListener( window, "load", function() {
-		var t = new Lifetype.UI.TableEffects();
+		var t = new Lifetype.UI.TableEffects( "list" );
 		t.stripe();
 		t.highlightRows();
 	});
@@ -46,7 +46,7 @@
         <div id="list">
   {include file="$admintemplatepath/successmessage.template"}
   {include file="$admintemplatepath/errormessage.template"}
-            <table class="info" summary="{$locale->tr("editSiteUsers")}">
+            <table id="list" class="info" summary="{$locale->tr("editSiteUsers")}">
                 <thead>
                     <tr>
                         <th><input class="checkbox" type="checkbox" name="all" id="all" value="1" onclick="toggleAllChecks('siteUsers');" /></th>

Modified: plog/branches/lifetype-1.2/templates/admin/statistics.template
===================================================================
--- plog/branches/lifetype-1.2/templates/admin/statistics.template	2007-02-27 21:23:38 UTC (rev 4888)
+++ plog/branches/lifetype-1.2/templates/admin/statistics.template	2007-02-27 21:51:07 UTC (rev 4889)
@@ -3,7 +3,7 @@
 <script type="text/javascript">
 {literal}
 YAHOO.util.Event.addListener( window, "load", function() {
-		var t = new Lifetype.UI.TableEffects();
+		var t = new Lifetype.UI.TableEffects( "list" );
 		t.stripe();
 		t.highlightRows();
 	});
@@ -13,7 +13,7 @@
         <div id="list">
   {include file="$admintemplatepath/successmessage.template"}
   {include file="$admintemplatepath/errormessage.template"}
-            <table class="info" summary="{$locale->tr("Stats")}">
+            <table id="list" class="info" summary="{$locale->tr("Stats")}">
                 <thead>
                     <tr>
                         <th><input class="checkbox" type="checkbox" name="all" id="all" value="1" onclick="toggleAllChecks('postStats');" /></th>



More information about the pLog-svn mailing list