Skip to content
Snippets Groups Projects
Commit 7fa21c5c authored by Robert Goldmann's avatar Robert Goldmann
Browse files

improved ui of repeating options

parent 18d9aa1f
No related branches found
No related tags found
No related merge requests found
Pipeline #
.table-repeating-end td{
padding: 0;
.table-repeating-end .cell{
padding: 0 2vmin 0 0;
}
.table-repeating-end .stretched-cell {
width: 100%;
padding: 0 2% 0 2%;
}
.table-repeating-end .input-cell {
min-width: 20%;
}
\ No newline at end of file
......@@ -203,14 +203,14 @@
<div class="col s11">
<table class="table-repeating-end">
<tr>
<td>${locale.getString("repeating.end.afterXTimes.A")}</td>
<td>
<div class="input-field">
<td class="cell">${locale.getString("repeating.end.afterXTimes.A")}</td>
<td class="cell input-cell">
<div class="input-field no-margin">
<input class="no-margin" id="payment-repeating-end-after-x-times-input" type="text" value="<#if checked>${payment.getRepeatingOption().getEndOption().getValue()}</#if>">
<label for="payment-repeating-end-after-x-times-input"></label>
</div>
</td>
<td>${locale.getString("repeating.end.afterXTimes.B")}</td>
<td class="cell stretched-cell">${locale.getString("repeating.end.afterXTimes.B")}</td>
</tr>
</table>
</div>
......@@ -226,13 +226,14 @@
<div class="col s11">
<table class="table-repeating-end">
<tr>
<td>${locale.getString("repeating.end.date")}</td>
<td>
<div class="input-field">
<td class="cell">${locale.getString("repeating.end.date")}</td>
<td class="cell input-cell">
<div class="input-field no-margin">
<input class="datepicker no-margin" id="payment-repeating-end-date-input" type="text" value="<#if checked>${helpers.getLongDateString(payment.getRepeatingOption().getEndOption().getValue())}<#else>${helpers.getLongDateString(currentDate)}</#if>">
<label for="payment-repeating-end-date-input"></label>
</div>
</td>
<td class="cell stretched-cell"></td>
</tr>
</table>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment