missed the two popup links when fixing for lack of cookies. incorporated nicola's...
authorchriskl <chriskl>
Wed, 10 Sep 2003 02:39:09 +0000 (02:39 +0000)
committerchriskl <chriskl>
Wed, 10 Sep 2003 02:39:09 +0000 (02:39 +0000)
topbar.php

index 6806e22a059f9bb402e8ac928b0a35a648cb7f4f..4f480cd23218bfabd2f05315f7827c3f31cbdf97 100755 (executable)
@@ -3,7 +3,7 @@
        /**
         * Top menu for phpPgAdmin
         *
-        * $Id: topbar.php,v 1.16 2003/09/05 04:58:14 chriskl Exp $
+        * $Id: topbar.php,v 1.17 2003/09/10 02:39:09 chriskl Exp $
         */
 
        // Include application functions
 <?php if ($conf['show_reports']) : ?>
                        <a class="toplink" href="reports.php" target="detail"><?php echo $lang['strreports'] ?></a> |
 <?php endif; ?>
-                       <a class="toplink" href="sqledit" target="sqledit"                                      
-                               onclick="window.open('sqledit.php?action=sql','sqledit','toobar=no,width=700,height=420,resizable=yes,scrollbars=yes').focus(); return false;"><?php echo $lang['strsql'] ?></a> |
-                       <a class="toplink" href="sqledit" target="sqledit"                                      
-                               onclick="window.open('sqledit.php?action=find','sqledit','toobar=no,width=700,height=420,resizable=yes,scrollbars=yes').focus(); return false;"><?php echo $lang['strfind'] ?></a> |
+                       <a class="toplink" href="sqledit" target="sqledit"
+                                               onclick="window.open('sqledit.php?action=sql&<?php echo SID ?>','sqledit','toolbar=no,width=600,height=400,resizable=yes,scrollbars=no').focus(); return false;"><?php echo $lang['strsql'] ?></a> |
+                       <a class="toplink" href="sqledit" target="sqledit"
+                                               onclick="window.open('sqledit.php?action=find&<?php echo SID ?>','sqledit','toolbar=no,width=600,height=400,resizable=yes,scrollbars=no').focus(); return false;"><?php echo $lang['strfind'] ?></a> |
                        <a class="toplink" href="logout.php" target="_parent"><?php echo $lang['strlogout'] ?></a>
                </td>
        </tr>