mirror of
				https://github.com/fspc/BikeShed-1.git
				synced 2025-10-30 16:35:35 -04:00 
			
		
		
		
	Replacing user/customer accordion with tab panel
This commit is contained in:
		
							parent
							
								
									731d0ed3da
								
							
						
					
					
						commit
						65708e743d
					
				| @ -4,7 +4,7 @@ class TransactionsBorder < Netzke::Base | ||||
|   component :transactions | ||||
|   component :transaction_logs | ||||
|   #users and customers components are required for the transactions form | ||||
|   component :users_and_customers_accordian | ||||
|   component :users_and_customers_lower_tabs | ||||
| 
 | ||||
|   def configure(c) | ||||
|     super | ||||
| @ -13,7 +13,7 @@ class TransactionsBorder < Netzke::Base | ||||
|     c.items = [ | ||||
|      { netzke_component: :transactions, region: :center, height: 300, split: true }, | ||||
|      { netzke_component: :transaction_logs, region: :east, width: 300, split: true }, | ||||
|      { netzke_component: :users_and_customers_accordian, region: :south, height: 300, split: true } | ||||
|      { netzke_component: :users_and_customers_lower_tabs, region: :south, height: 300, split: true } | ||||
|     ] | ||||
|   end | ||||
| 
 | ||||
|  | ||||
| @ -1,10 +1,10 @@ | ||||
| class UsersAndCustomersAccordian < Netzke::Basepack::Accordion | ||||
| class UsersAndCustomersLowerTabs < Netzke::Basepack::TabPanel | ||||
|   component :customers | ||||
|   component :users | ||||
| 
 | ||||
|   def configure(c) | ||||
|     c.prevent_header = true | ||||
|     c.items = [ :customers, :users ] | ||||
|     c.items = [ :users, :customers ] | ||||
|     super | ||||
|   end | ||||
| end | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user