[geeklog-cvs] Geeklog-1.x/public_html/layout/professional/admin/lists list.thtml, 1.19, 1.20 topmenu.thtml, 1.9, 1.10

Oliver ospiess at qs1489.pair.com
Wed Aug 29 05:34:37 EDT 2007


Update of /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/lists
In directory qs1489.pair.com:/tmp/cvs-serv15431/admin/lists

Modified Files:
	list.thtml topmenu.thtml 
Log Message:
display the menu by itself instead of piping it through the admin-list-functions

Index: topmenu.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/lists/topmenu.thtml,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** topmenu.thtml	29 Aug 2007 06:55:27 -0000	1.9
--- topmenu.thtml	29 Aug 2007 09:34:35 -0000	1.10
***************
*** 1,13 ****
!                             <div>
!                                 <div class="admin-list-icon">
!                                     {icon}
                                  </div>
!                                 <div>
!                                     <div>
!                                         {menu_fields_pre}{menu_fields}{menu_fields_aft}
!                                     </div>
!                                     <div>
!                                         {lang_instructions}
!                                     </div>
                                  </div>
                              </div>
--- 1,10 ----
!                             <div class="admin-menu">
!                                 {icon}
!                                 <div class="admin-menu-items">
!                                     {menu_fields_pre}{menu_fields}{menu_fields_aft}
                                  </div>
!                                 <div class="admin-menu-text">
!                                     {lang_instructions}
                                  </div>
+                                 <div class="clearboth"></div>
                              </div>

Index: list.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/lists/list.thtml,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** list.thtml	29 Aug 2007 06:55:27 -0000	1.19
--- list.thtml	29 Aug 2007 09:34:35 -0000	1.20
***************
*** 1,3 ****
-                             {top_menu}
                              {search_menu}
                              <form action="{form_url}" method="post">
--- 1,2 ----




More information about the geeklog-cvs mailing list