web: update search help and make it slidey
This commit is contained in:
parent
c2a1a399b6
commit
f825db1c89
@ -11,6 +11,9 @@ $(document).ready(function() {
|
|||||||
$('.balancereport td.account').mouseenter(function(){ $(this).addClass('mouseover'); });
|
$('.balancereport td.account').mouseenter(function(){ $(this).addClass('mouseover'); });
|
||||||
$('.balancereport td.account').mouseleave(function(){ $(this).removeClass('mouseover'); });
|
$('.balancereport td.account').mouseleave(function(){ $(this).removeClass('mouseover'); });
|
||||||
|
|
||||||
|
/* set up various show/hide toggles */
|
||||||
|
$('#search-help-link').click(function() { $('#search-help').slideToggle('fast'); });
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
function searchformToggle() {
|
function searchformToggle() {
|
||||||
|
|||||||
@ -21,6 +21,7 @@ body { backgroun
|
|||||||
#addform input.textinput, #addform .dhx_combo_input, .dhx_combo_list { background-color:#eee; }
|
#addform input.textinput, #addform .dhx_combo_input, .dhx_combo_list { background-color:#eee; }
|
||||||
#editform textarea { background-color:#eee; }
|
#editform textarea { background-color:#eee; }
|
||||||
.negative { color:#800; }
|
.negative { color:#800; }
|
||||||
|
.help { }
|
||||||
|
|
||||||
.balancereport .inacct { background-color:#eee; font-weight:bold; }
|
.balancereport .inacct { background-color:#eee; font-weight:bold; }
|
||||||
.notinacct, .notinacct :link, .notinacct :visited, .notinacct .negative { /*color:#aaa;*/ }
|
.notinacct, .notinacct :link, .notinacct :visited, .notinacct .negative { /*color:#aaa;*/ }
|
||||||
|
|||||||
@ -8,15 +8,21 @@
|
|||||||
<td
|
<td
|
||||||
<input name=q size=100 value=#{q}
|
<input name=q size=100 value=#{q}
|
||||||
<input type=submit value="Search"
|
<input type=submit value="Search"
|
||||||
|
\ #
|
||||||
|
<a#search-help-link href="#">help
|
||||||
$if filtering
|
$if filtering
|
||||||
\ #
|
\ #
|
||||||
<span.showall
|
<span.showall
|
||||||
<a href=@{here}>clear search
|
<a href=@{here}>clear search
|
||||||
<tr.help
|
<tr
|
||||||
<td
|
<td
|
||||||
<td
|
<td
|
||||||
leave blank to see general journal (all postings)<br>
|
<div#search-help.help style="display:none;"
|
||||||
inacct:FULLACCTNAME or click an account to focus on one account, or inaccts: to include subs<br>
|
Leave blank or click "all accounts" to see general journal (all postings). #
|
||||||
acct:REGEXP to see postings to matched accounts, desc:REGEXP to search by description<br>
|
Click account links to focus on one account, optionally with subaccounts.
|
||||||
date:PERIODEXP or edate:PERIODEXP to match by date or effective date<br>
|
<br>
|
||||||
not: to negate, single or double quotes to include spaces, multiple patterns are AND'ed
|
acct:REGEXP to filter postings/transactions by account, #
|
||||||
|
desc:REGEXP by description, #
|
||||||
|
date:PERIODEXP or edate:PERIODEXP by date or effective date.
|
||||||
|
<br>
|
||||||
|
not: to negate, use single or double quotes to include spaces, multiple patterns are AND'ed.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user