[geeklog-cvs]	Geeklog-1.x/public_html/layout/professional/admin/config	configuration.thtml, 1.6, 1.7 menu_element.thtml, 1.2, 1.3
    Blaine Lang 
    blaine at qs1489.pair.com
       
    Sat Jan  5 18:45:52 EST 2008
    
        - Previous message (by thread): [geeklog-cvs]	Geeklog-1.x/public_html/layout/professional/images/droplinemenu	menu_active.png, NONE, 1.1 menu_normal.png, NONE,	1.1 menu_over.png, NONE, 1.1 sublevel_divider.png, NONE,	1.1 black_0.gif, 1.1, NONE black_0a.gif, 1.1, NONE black_1.gif,	1.1, NONE black_1a.gif, 1.1, NONE blue_0.gif, 1.1,	NONE blue_1.gif, 1.1, NONE blue_1a.gif, 1.1, NONE fade.gif,	1.1, NONE
 
        - Next message (by thread): [geeklog-cvs] Geeklog-1.x/public_html/layout/professional	droplinemenu.css, 1.1, 1.2
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
    
  
Update of /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/config
In directory qs1489.pair.com:/tmp/cvs-serv24110/admin/config
Modified Files:
	configuration.thtml menu_element.thtml 
Log Message:
Changes to support revised conifg manager menu
Index: configuration.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/config/configuration.thtml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** configuration.thtml	5 Jan 2008 17:32:16 -0000	1.6
--- configuration.thtml	5 Jan 2008 23:45:50 -0000	1.7
***************
*** 9,18 ****
      {change_block}
  </div>
! <div class="pro_linedrop" style="margin-bottom:35px;">
! <ul class="select">
! <li><a href="{site_url}"><b>Home</b></a></li>
!     {menu_elements}
! </ul>
  </div>
  
  <form action="configuration.php" method="post" name="subgroup">
--- 9,22 ----
      {change_block}
  </div>
! <div id="dropline_menu_container">
!     <div id="dropline_menu">
!         <ul>
!             <li><a href="{site_url}"><b>Home</b></a></li>
!                 {menu_elements}
!         </ul>
!     </div>
  </div>
+ <div id="teaser-bottom-module-dropline"></div>
+ <div class="clearboth" style="margin-top:10px;padding-left:5px;"><b>{group_active_name} : {subgroup_active_name}</b></div>
  
  <form action="configuration.php" method="post" name="subgroup">
Index: menu_element.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/config/menu_element.thtml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** menu_element.thtml	30 Dec 2007 03:07:01 -0000	1.2
--- menu_element.thtml	5 Jan 2008 23:45:50 -0000	1.3
***************
*** 1,13 ****
  
! <li class="line"><a href="#" onclick='open_group("{group_select_value}")'><b>{group_display}</b></a><!--[if IE 7]><!--></a><!--<![endif]-->
! <!--[if lte IE 6]><table><tr><td><![endif]-->
!     <ul class="sub">
  <!-- BEGIN subgroup-selector -->
     <li>
!      <a  href="#" {select_id} onclick='open_subgroup("{group_select_value}","{subgroup_name}")'><span style="padding-top:5px;">{subgroup_display_name}</span>
!      </a>
     </li>
  <!-- END subgroup-selector -->
      </ul>
- <!--[if lte IE 6]></td></tr></table></a><![endif]-->
  </li>
--- 1,10 ----
  
! <li><a href="#" onclick='open_group("{group_select_value}")'>{group_display}</a>
!     <ul>
  <!-- BEGIN subgroup-selector -->
     <li>
!      <a  href="#" {select_id} onclick='open_subgroup("{group_select_value}","{subgroup_name}")'>{subgroup_display_name}</a>
     </li>
  <!-- END subgroup-selector -->
      </ul>
  </li>
    
    
        
	- Previous message (by thread): [geeklog-cvs]	Geeklog-1.x/public_html/layout/professional/images/droplinemenu	menu_active.png, NONE, 1.1 menu_normal.png, NONE,	1.1 menu_over.png, NONE, 1.1 sublevel_divider.png, NONE,	1.1 black_0.gif, 1.1, NONE black_0a.gif, 1.1, NONE black_1.gif,	1.1, NONE black_1a.gif, 1.1, NONE blue_0.gif, 1.1,	NONE blue_1.gif, 1.1, NONE blue_1a.gif, 1.1, NONE fade.gif,	1.1, NONE
 
	- Next message (by thread): [geeklog-cvs] Geeklog-1.x/public_html/layout/professional	droplinemenu.css, 1.1, 1.2
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
More information about the geeklog-cvs
mailing list