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

Oliver ospiess at qs1489.pair.com
Wed Aug 29 02:55:30 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-serv10225/lists

Modified Files:
	list.thtml topmenu.thtml 
Log Message:
de-cluttering the admin lists by outsourcing the top menu into a separate function. It has nothing to do with the list itself as such and can be used in other places now also to preserve formatting and move further HTML into a single template

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.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** topmenu.thtml	14 Jan 2007 03:29:13 -0000	1.8
--- topmenu.thtml	29 Aug 2007 06:55:27 -0000	1.9
***************
*** 1,23 ****
! <div class="admin-list-icon">
!     {icon}
! </div>
! {menu_fields_pre}{menu_fields}{menu_fields_aft}<br>
! {lang_instructions}
! <form action="{form_url}" method="post">
!     <div class="admin-list-search">
!         {filter}
!         {lang_search}: <input type="text" size="20" name="q" value="{last_query}">
!           {lang_limit_results}:
!             <select name="query_limit">
!                 <option value="10" {10_selected}>10</option>
!                 <option value="20" {20_selected}>20</option>
!                 <option value="50" {50_selected}>50</option>
!                 <option value="75" {75_selected}>75</option>
!                 <option value="100" {100_selected}>100</option>
!                 <option value="200" {200_selected}>200</option>
!                 <option value="500" {500_selected}>500</option>
!             </select>
!         <input type="submit" value="{lang_submit}">
!           {lang_records_found}: {records_found}
!     </div>
! </form>
--- 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>

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.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** list.thtml	23 Aug 2007 05:51:31 -0000	1.18
--- list.thtml	29 Aug 2007 06:55:27 -0000	1.19
***************
*** 1,3 ****
--- 1,4 ----
                              {top_menu}
+                             {search_menu}
                              <form action="{form_url}" method="post">
                                  {formfields_top}




More information about the geeklog-cvs mailing list