Browse Source

Preserve show_all when delete button is used

pdontthink 17 years ago
parent
commit
faaf58acb8
1 changed files with 2 additions and 1 deletions
  1. 2 1
      templates/default/addressbook_paginator.tpl

+ 2 - 1
templates/default/addressbook_paginator.tpl

@@ -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) {
 ?>