Update of /cvsroot/phpwebapp/top10/templates/menu
In directory sc8-pr-cvs1:/tmp/cvs-serv24770/templates/menu
Modified Files:
menu.php menu.html
Log Message:
Index: menu.php
===================================================================
RCS file: /cvsroot/phpwebapp/top10/templates/menu/menu.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** menu.php 23 Sep 2003 14:04:14 -0000 1.1.1.1
--- menu.php 24 Sep 2003 14:01:36 -0000 1.2
***************
*** 39,44 ****
//add class variables for the tabs
WebApp::addVars( array(
! "about" => "menu-tab",
! "proj_list" => "menu-tab",
"preference_list" => "menu-tab",
));
--- 39,45 ----
//add class variables for the tabs
WebApp::addVars( array(
! "about" => "menu-tab",
! "proj_list" => "menu-tab",
! "proj_details" => "menu-tab",
"preference_list" => "menu-tab",
));
Index: menu.html
===================================================================
RCS file: /cvsroot/phpwebapp/top10/templates/menu/menu.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** menu.html 23 Sep 2003 14:04:14 -0000 1.1.1.1
--- menu.html 24 Sep 2003 14:01:37 -0000 1.2
***************
*** 4,7 ****
--- 4,9 ----
<td class="{{proj_list}}"><a href="javascript:select_tab('proj_list')">List of Projects</a></td>
<td width="3"></td>
+ <td class="{{proj_details}}"><a href="javascript:select_tab('proj_details')">Project Details</a></td>
+ <td width="3"></td>
<td class="{{preference_list}}"><a href="javascript:select_tab('preference_list')">Preference List</a></td>
<td width="3"></td>
|