projects
/
pgeu-web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f74cfd1
)
Fix accounting search function
author
Magnus Hagander
<magnus@hagander.net>
Sun, 2 Sep 2018 18:03:59 +0000
(20:03 +0200)
committer
Magnus Hagander
<magnus@hagander.net>
Sun, 2 Sep 2018 18:03:59 +0000
(20:03 +0200)
template/accounting/main.html
patch
|
blob
|
blame
|
history
diff --git
a/template/accounting/main.html
b/template/accounting/main.html
index adf496883dab87d9ede4c97bfe69b1c888b52e2e..81086736013d009bef0b1850b13a61f8b8133e5b 100644
(file)
--- a/
template/accounting/main.html
+++ b/
template/accounting/main.html
@@
-74,7
+74,7
@@
table.journalentry tr td.objectname {
<form class="navbar-form navbar-left" role="search">
<div class="form-group">
- <input type="text" id="searchentry" class="form-control" placeholder="Search">
+ <input type="text" id="searchentry" class="form-control" placeholder="Search"
name="search"
>
</div>
<button type="submit" class="btn btn-default">Search</button>
</form>