Lines 15-21
Link Here
|
15 |
<div class="form-content"> |
15 |
<div class="form-content"> |
16 |
<input class="query form-control" type="text" name="filter_budgetname" id="filter_budgetname" value="[% filter_budgetname | html %]" placeholder="Search funds" /> |
16 |
<input class="query form-control" type="text" name="filter_budgetname" id="filter_budgetname" value="[% filter_budgetname | html %]" placeholder="Search funds" /> |
17 |
|
17 |
|
18 |
<button type="button" class="form-extra-content-toggle"><i class="fa-solid fa-folder-open"></i></button> |
18 |
<button type="button" class="form-extra-content-toggle"><i class="fa-solid fa-sliders"></i></button> |
19 |
</div> |
19 |
</div> |
20 |
|
20 |
|
21 |
<button type="submit"><i class="fa fa-arrow-right"></i></button> |
21 |
<button type="submit"><i class="fa fa-arrow-right"></i></button> |
22 |
- |
|
|