feature request [ 904168 ] Reload Button in left Frame
authorioguix <ioguix>
Mon, 16 Apr 2007 19:24:27 +0000 (19:24 +0000)
committerioguix <ioguix>
Mon, 16 Apr 2007 19:24:27 +0000 (19:24 +0000)
browser.php
themes/default/global.css

index 1cd47009c27d01f239ad94d51cc28acbae00dea8..3117471a0351607c2c1663a5637812ed9107583f 100644 (file)
@@ -5,7 +5,7 @@
         * 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
@@ -25,7 +25,7 @@
 ?>
 
        <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') ?>";
index 6e7097ffe235e56951ccf1319e10fb4c5c46f495..8d757d66db356527dc31e540e88506ef6a9d1e3a 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * 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 */
@@ -362,6 +362,11 @@ pre.data
 .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;