web: register tweaks
This commit is contained in:
parent
918b3b45a5
commit
3da58052ab
@ -3,7 +3,7 @@
|
||||
<th.date align=left>Date
|
||||
<th.description align=left>Description
|
||||
<th.account align=left>
|
||||
Account
|
||||
Accounts
|
||||
<!-- \ #
|
||||
<a#all-postings-toggle-link.togglelink href="#" title="Toggle all split postings">[+/-] -->
|
||||
<th.amount align=right>Amount
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
<tr.item.#{evenodd}.#{firstposting}.#{datetransition}
|
||||
<td.date>#{date}
|
||||
<td.description title="#{show t}">#{elideRight 30 desc}
|
||||
<td.account title="#{show t}>
|
||||
<td.account title="#{show t}"
|
||||
$if True
|
||||
<a title="#{acct}"
|
||||
<a
|
||||
#{elideRight 40 acct}
|
||||
|
||||
<a.postings-toggle-link.togglelink href="#" title="Toggle postings"
|
||||
@ -19,6 +19,6 @@ $if True
|
||||
<tr.item.#{evenodd}.posting.#{displayclass}
|
||||
<td.date
|
||||
<td.description
|
||||
<td.account> <a href="@?{accountUrl here $ paccount p}" title="#{stringIfLongerThan 40 $ paccount p}">#{elideRight 40 $ paccount p}
|
||||
<td.account> <a href="@?{accountUrl here $ paccount p}" title="Focus on #{paccount p}">#{elideRight 40 $ paccount p}
|
||||
<td.amount align=right>#{mixedAmountAsHtml $ pamount p}
|
||||
<td.balance align=right>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user