Added the folders option in the header
authorlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 28 Nov 1999 21:44:50 +0000 (21:44 +0000)
committerlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 28 Nov 1999 21:44:50 +0000 (21:44 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@28 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/page_header.php
src/folders.php [new file with mode: 0644]

index e01dd3f745911254cda57b01e0be9581bad12068..d871768ef7cdead0b94831d56288e22113d0cfca 100644 (file)
       /** Here is the header and wrapping table **/
       $shortBoxName = readShortMailboxName($mailbox, ".");
       echo "<TABLE BGCOLOR=FFFFFF BORDER=0 COLS=2 WIDTH=100% CELLSPACING=0 CELLPADDING=2>";
-      echo "   <TR BGCOLOR=A0B8C8 WIDTH=50%>";
-      echo "      <TD ALIGN=left>";
-      echo "         <FONT FACE=\"Arial,Helvetica\" SIZE=-1><A HREF=\"signout.php\" TARGET=_top><B>Sign Out</B></A></FONT>";
-      echo "      </TD><TD ALIGN=right WIDTH=50%>";
+      echo "   <TR BGCOLOR=A0B8C8 WIDTH=100%>";
+      echo "      <TD ALIGN=left WIDTH=30%>";
+      echo "         <FONT FACE=\"Arial,Helvetica\"><A HREF=\"signout.php\" TARGET=_top><B>Sign Out</B></A></FONT>";
+      echo "      </TD><TD ALIGN=right WIDTH=70%>";
       echo "         <FONT FACE=\"Arial,Helvetica\"><div align=right>Current Folder: <B>$shortBoxName</div></B></FONT>";
       echo "      </TD>";
-      echo "   </TR><TR>";
-      echo "      <TD ALIGN=left WIDTH=50%>";
+      echo "   </TR></TABLE>\n";
+      echo "<TABLE BGCOLOR=FFFFFF BORDER=0 COLS=2 WIDTH=100% CELLSPACING=0 CELLPADDING=2><TR>";
+      echo "      <TD ALIGN=left WIDTH=70%>";
       echo "         <FONT FACE=\"Arial,Helvetica\">Compose</FONT>&nbsp&nbsp";
       echo "         <FONT FACE=\"Arial,Helvetica\">Addresses</FONT>&nbsp&nbsp";
+      echo "         <FONT FACE=\"Arial,Helvetica\"><A HREF=\"folders.php\">Folders</A></FONT>&nbsp&nbsp";
       echo "         <FONT FACE=\"Arial,Helvetica\">Options</FONT>&nbsp&nbsp";
-      echo "      </TD><TD ALIGN=right WIDTH=50%>";
+      echo "      </TD><TD ALIGN=right WIDTH=30%>";
       echo "         <FONT FACE=\"Arial,Helvetica\"><A HREF=\"http://adam.usa.om.org/~luke/main.php3\" TARGET=_top>Todos & Bugs</A></FONT>&nbsp&nbsp";
       echo "         <FONT FACE=\"Arial,Helvetica\">Help!</FONT>";
       echo "      </TD>";
diff --git a/src/folders.php b/src/folders.php
new file mode 100644 (file)
index 0000000..5133e22
--- /dev/null
@@ -0,0 +1,2 @@
+<?
+?>
\ No newline at end of file