Skip to content

Commit

Permalink
make date filter optional
Browse files Browse the repository at this point in the history
  • Loading branch information
dangowans committed Jun 17, 2022
1 parent 35fe3b6 commit 4fd1c28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/report-search.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
</span>
</div>
<div class="is-flex-grow-1">
<h3 class="title is-5 is-marginless">Daily Transactions</h3>
<h3 class="title is-5 is-marginless">Transaction Log</h3>
<form class="mt-2" action="<%= urlPrefix %>/reports/licenceTransactions-byDate" method="get">
<div class="field has-addons">
<div class="control is-expanded has-icons-left">
<input class="input" name="transactionDateString" type="date" value="<%= todayDateString %>" max="<%= nearFutureDateString %>" aria-label="Transaction Date" required />
<input class="input" name="transactionDateString" type="date" value="<%= todayDateString %>" max="<%= nearFutureDateString %>" aria-label="Transaction Date" />
<span class="icon is-small is-left" aria-hidden="true">
<i class="fas fa-calendar"></i>
</span>
Expand Down

0 comments on commit 4fd1c28

Please sign in to comment.