[Openfirst-cvscommit] sidebars index.php,1.3,1.4 sidebar.php,1.4,1.5
Brought to you by:
xtimg
From: <xt...@us...> - 2003-09-28 14:44:48
|
Update of /cvsroot/openfirst/sidebars In directory sc8-pr-cvs1:/tmp/cvs-serv735 Modified Files: index.php sidebar.php Log Message: Remove Port Perry branding, fix errors occuring with certain style sheets which justify as letter. Index: index.php =================================================================== RCS file: /cvsroot/openfirst/sidebars/index.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** index.php 26 Sep 2003 03:31:08 -0000 1.3 --- index.php 28 Sep 2003 13:01:02 -0000 1.4 *************** *** 42,49 **** <table width="488" align="center"> <tr> ! <th width="104">Option Name</th> ! <th width="104">Preview</th> ! <th width="100">Add as Sidebar</th> ! <th width="160">Add as Active Desktop</th> </tr> <?php if(is_readable("../messenger/")) { ?> --- 42,49 ---- <table width="488" align="center"> <tr> ! <th>Option Name</th> ! <th>Preview</th> ! <th>Add as Sidebar</th> ! <th>Add as Active Desktop</th> </tr> <?php if(is_readable("../messenger/")) { ?> Index: sidebar.php =================================================================== RCS file: /cvsroot/openfirst/sidebars/sidebar.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** sidebar.php 14 Sep 2003 22:44:08 -0000 1.4 --- sidebar.php 28 Sep 2003 13:01:02 -0000 1.5 *************** *** 48,52 **** </schedule> <item href=\"/sidebars/sidebar.php?sidebar=$sidebar\" lastmod=\"2003-03-18\"> ! <title>Team #1006 $sidebar</title> <usage value=\"DesktopComponent\"> <openas value=\"html\" /> --- 48,52 ---- </schedule> <item href=\"/sidebars/sidebar.php?sidebar=$sidebar\" lastmod=\"2003-03-18\"> ! <title>$sidebar</title> <usage value=\"DesktopComponent\"> <openas value=\"html\" /> |