Prechádzať zdrojové kódy

Preserve show_all when delete button is used

pdontthink 17 rokov pred
rodič
commit
faaf58acb8

+ 2 - 1
templates/default/addressbook_paginator.tpl

@@ -43,7 +43,8 @@ extract($t);
 
 
 if (!isset($bAlreadyExecuted)) {
 if (!isset($bAlreadyExecuted)) {
     $bAlreadyExecuted = true;
     $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) {
     if ($javascript_on && $abook_compact_paginator) {
 ?>
 ?>