/**
* 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>