From: Clinton Ebadi Date: Sun, 8 Feb 2015 19:03:02 +0000 (-0500) Subject: money: make boot and freeze worthy lists easier to use X-Git-Url: https://git.hcoop.net/hcoop/portal.git/commitdiff_plain/c6a3d7ddf5fbadd1d0b8aa6cfb7db453b7811a8b money: make boot and freeze worthy lists easier to use Right align money and add transaction history link --- diff --git a/money.mlt b/money.mlt index eca86f5..865cd09 100644 --- a/money.mlt +++ b/money.mlt @@ -614,7 +614,8 @@ elseif $"cmd" = "freezeworthy" then <% foreach dq in dqs do %> - + + <% if #joinedThisMonth dq then %><% end %> <% end %>
Member Balance
<% #name dq %> $<% #balance dq %>
<% #name dq %> $<% #balance dq %>[History](joined this month)
@@ -625,7 +626,7 @@ elseif $"cmd" = "freezeworthy" then <% foreach dq in dqs do %> - + <% if #joinedThisMonth dq then %><% end %> <% end %>
Member Balance
<% #name dq %> $<% #balance dq %>
<% #name dq %> $<% #balance dq %>[History](joined this month)