Remove ability for HTML emails to use CSS positioning to overlay SquirrelMail content...
[squirrelmail.git] / templates / default / addressbook_paginator.tpl
index c1c167f2ff7cb23ebfebcff63cae7c66df4561bb..4d84a5d12bfb967f3884bc8b521189c7217f3d14 100644 (file)
@@ -24,7 +24,7 @@
   *                                  changing one of them); structured as an
   *                                  associative array of key/value pairs
   *
-  * @copyright © 1999-2008 The SquirrelMail Project Team
+  * @copyright © 1999-2009 The SquirrelMail Project Team
   * @license http://opensource.org/licenses/gpl-license.php GNU Public License
   * @version $Id: addressbook_list.tpl 13146 2008-05-15 19:00:03Z pdontthink $
   * @package squirrelmail
@@ -43,7 +43,8 @@ extract($t);
 
 if (!isset($bAlreadyExecuted)) {
     $bAlreadyExecuted = true;
-    ?><input type="hidden" name="current_page_number" value="<?php echo $page_number; ?>" /><?php
+    ?><input type="hidden" name="current_page_number" value="<?php echo $page_number; ?>" />
+      <input type="hidden" name="show_all" value="<?php echo $show_all; ?>" /><?php
 
     if ($javascript_on && $abook_compact_paginator) {
 ?>