This is a utility that will help developers automatically create "selected" navigation bar images. Currently, it just adds a 1 pixel border around the image in a style that suggests a depressed button.

The instructions are as follows:

  1. Select an app from the list below.
  2. Right click on the image that appears in your browser and save the image.
  3. Name the image "navbar-sel.gif" -- but without the quotes.
  4. Copy the image to the images subdirectory of the app.
  5. Commit the image to cvs, adding it first if necessary.

NOTE: This app will only work if your server has the GD library compiled into PHP. Furthermore, if your GD library is too new, it will not work with GIF's, only PNG's...

NOTE 2: Also, some images seem to give load errors. This is easily fixed by reexporting them as a GIF from Photoshop in GIF89a format. Other programs will also work.

Applications

link("/admin/navbar-sel.php","filename=".$phpgw_info["server"]["server_root"]."/".$key."/images/navbar.gif")."\">"; echo $phpgw_info["apps"][$key]["title"]."
"; } $phpgw->common->phpgw_footer(); ?>