Preserve show_all when delete button is used
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 4 Jul 2008 09:44:27 +0000 (09:44 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 4 Jul 2008 09:44:27 +0000 (09:44 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13215 7612ce4b-ef26-0410-bec9-ea0150e637f0

templates/default/addressbook_paginator.tpl

index c1c167f2ff7cb23ebfebcff63cae7c66df4561bb..84fcd48e0745b644e4af713bba339da1a79b9fbf 100644 (file)
@@ -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) {
 ?>