[pLog-svn] r7077 - plog/branches/lifetype-1.2/class/template/smarty/plugins

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Fri Oct 22 13:07:12 EDT 2010


Author: jondaley
Date: 2010-10-22 13:07:11 -0400 (Fri, 22 Oct 2010)
New Revision: 7077

Modified:
   plog/branches/lifetype-1.2/class/template/smarty/plugins/function.adminpager.php
Log:
don't use 'top.location', just 'location', so tinymce3's floating div will work. fixes #1644

Modified: plog/branches/lifetype-1.2/class/template/smarty/plugins/function.adminpager.php
===================================================================
--- plog/branches/lifetype-1.2/class/template/smarty/plugins/function.adminpager.php	2010-10-22 16:47:51 UTC (rev 7076)
+++ plog/branches/lifetype-1.2/class/template/smarty/plugins/function.adminpager.php	2010-10-22 17:07:11 UTC (rev 7077)
@@ -34,7 +34,7 @@
 			   <a href=\"".$pager->getPrevPageLink()."\"><img src=\"imgs/admin/icon_left-16.png\" /></a>
 			 </span>";
 		}
-		$page_string .= "<select name=\"plogPager\" id=\"plogPager\" onChange=\"top.location.href=this.options[this.selectedIndex].value\""; 
+		$page_string .= "<select name=\"plogPager\" id=\"plogPager\" onChange=\"location.href=this.options[this.selectedIndex].value\""; 
 		if( $pager->isEmpty()) {
 			$page_string .= "disabled=\"disabled\"";
 		}



More information about the pLog-svn mailing list