* if you click on a database it shows a list of database objects in that
* database.
*
- * $Id: browser.php,v 1.55 2005/12/06 14:29:31 jollytoad Exp $
+ * $Id: browser.php,v 1.56 2007/04/16 19:24:27 ioguix Exp $
*/
// Include application functions
?>
<div class="logo"><a href="intro.php" target="detail"><img src="<?php echo $misc->icon('title') ?>" width="200" height="50" alt="<?php echo htmlspecialchars($appName) ?>" title="<?php echo htmlspecialchars($appName) ?>" /></a></div>
-
+ <div class="refreshTree"><a href="browser.php" target="browser" ><img src="<?= $misc->icon('Refresh')?>" alt="<?=$lang['strrefresh']?>" title="<?=$lang['strrefresh']?>" /></a></div>
<script type="text/javascript">
webFXTreeConfig.rootIcon = "<?php echo $misc->icon('Servers') ?>";
/**
* Default style sheet
*
- * $Id: global.css,v 1.41 2006/12/31 15:01:24 soranzo Exp $
+ * $Id: global.css,v 1.42 2007/04/16 19:24:28 ioguix Exp $
*/
/** ELEMENTS */
.literal {color: #808080}
/* Browser Tree using XLoadTree 2 */
+.refreshTree {
+ float:right;
+ text-align:right;
+ padding: 0 3px;
+}
.webfx-tree-row {
white-space: nowrap;
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;