web: Make "Add transaction" button tabbable (#430)

This commit is contained in:
Jakub Zárybnický 2017-08-28 22:53:33 +02:00 committed by Simon Michael
parent 13a6584440
commit 9ccb1bcb81

View File

@ -37,7 +37,7 @@ getJournalR = do
<div .row>
<h2 #contenttitle>#{title}
<!-- p>Journal entries record movements of commodities between accounts. -->
<a #addformlink role="button" style="cursor:pointer; margin-top:1em;" data-toggle="modal" data-target="#addmodal" title="Add a new transaction to the journal" >Add a transaction
<a #addformlink role="button" style="cursor:pointer; margin-top:1em;" data-toggle="modal" data-target="#addmodal" title="Add a new transaction to the journal" href="#">Add a transaction
<div .table-responsive>
^{maincontent}
|]