Preserve show_all when delete button is used
[squirrelmail.git] / 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) {
 ?>