web: gratuitous accounts sidebar toggle
This commit is contained in:
		
							parent
							
								
									b0279cb2df
								
							
						
					
					
						commit
						8396f988ad
					
				@ -13,6 +13,7 @@ $(document).ready(function() {
 | 
			
		||||
 | 
			
		||||
    /* set up various show/hide toggles */
 | 
			
		||||
    $('#search-help-link').click(function() { $('#search-help').slideToggle('fast'); });
 | 
			
		||||
    $('#accounts-toggle-link').click(function() { $('#accounts').slideToggle('fast'); });
 | 
			
		||||
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -44,6 +44,7 @@ input.textinput, .dhx_combo_input, .dhx_combo_list { font-size:small; }
 | 
			
		||||
.topleftlink                                       { font-size:small; }
 | 
			
		||||
.toprightlink                                      { font-size:small; }
 | 
			
		||||
#journaldesc                                       { font-size:small; }
 | 
			
		||||
.togglelink                                        { font-size:small; }
 | 
			
		||||
.help                                              { font-size:smaller; }
 | 
			
		||||
.form                                              { font-size:small; }
 | 
			
		||||
.journalreport                                     { font-size:small; }
 | 
			
		||||
 | 
			
		||||
@ -1,7 +1,10 @@
 | 
			
		||||
<div#accountsheading
 | 
			
		||||
 accounts
 | 
			
		||||
 \ #
 | 
			
		||||
 <a#accounts-toggle-link.togglelink href="#">[+/-]
 | 
			
		||||
 | 
			
		||||
<table.balancereport>
 | 
			
		||||
<div#accounts
 | 
			
		||||
 <table.balancereport>
 | 
			
		||||
  <tr.item :allaccts:.inacct
 | 
			
		||||
   <td.account colspan=3><a href=@{here}>all accounts
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user