Skip to content

Commit

Permalink
Some nice UI upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
phili67 committed Mar 2, 2018
1 parent a821a08 commit 370b802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AutoPaymentEditor.php
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ class="form-control pull-right active date-picker">
<label><?= gettext('Fund') ?>:</label>
</div>
<div class="col-md-4">
<select name="Fund">
<select name="Fund" class="form-control">
<option value="0"><?= gettext('None') ?></option>
<?php
foreach ($ormFunds as $fund) {
Expand Down

0 comments on commit 370b802

Please sign in to comment.