Add associative edit list option widget with optional folder list selector for values...
[squirrelmail.git] / templates / default / addressbook_paginator.tpl
index c1c167f2ff7cb23ebfebcff63cae7c66df4561bb..ff3441593e3e3a5d7389479b0d7110ef7916c7db 100644 (file)
@@ -24,9 +24,9 @@
   *                                  changing one of them); structured as an
   *                                  associative array of key/value pairs
   *
-  * @copyright © 1999-2008 The SquirrelMail Project Team
+  * @copyright 1999-2013 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 $
+  * @version $Id$
   * @package squirrelmail
   * @subpackage templates
   */
@@ -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) {
 ?>