add bottom page nav links when browsing
authorchriskl <chriskl>
Thu, 2 Sep 2004 08:39:17 +0000 (08:39 +0000)
committerchriskl <chriskl>
Thu, 2 Sep 2004 08:39:17 +0000 (08:39 +0000)
HISTORY
display.php

diff --git a/HISTORY b/HISTORY
index d51e4e5b28df0d7b6edaf3a12f4f15b8b5421360..2bc7b484b356a8a0527715ba746a7842df620a91 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -26,6 +26,8 @@ Features
 * Syntax highlighting for PL/SQL, PL/PgSQL, PL/PHP, PL/Ruby, PL/Java, 
   PL/J, PL/Python and PL/Perl functions, thanks to Jacob D. Cohen's
   BSD-licensed highlighting code on rafb.net
+* Add page navigation links at the bottom as well as the top of the page
+  when browsing results.
 
 Translations
 * Arabic from Zaki
@@ -36,6 +38,7 @@ Translations
 
 Bugs
 * Fix that non-Auto mode import didn't work (Adrian Nida)
+* Fix inability to drop constraints when using a non-english translation
 
 Version 3.4.1
 -------------
index a78ee5fcbc9ba0af1e79cadb50e80c2777d42374..cb91eacad2fd9b1182c07e24ed20c3d240704f63 100644 (file)
@@ -9,7 +9,7 @@
         * @param $return_desc The return link name
         * @param $page The current page
         *
-        * $Id: display.php,v 1.42 2004/08/30 11:50:31 soranzo Exp $
+        * $Id: display.php,v 1.43 2004/09/02 08:39:17 chriskl Exp $
         */
 
        // Include application functions
                                $rs->moveNext();
                                $i++;
                        }
-                       echo "</table>\n";
+                       echo "</table>\n";                      
                        echo "<p>", $rs->recordCount(), " {$lang['strrows']}</p>\n";
+                       // Show page navigation
+                       $misc->printPages($_REQUEST['page'], $max_pages, "display.php?page=%s&amp;{$str}&amp;{$str2}");
                }
                else echo "<p>{$lang['strnodata']}</p>\n";