Revision 2bbeda20
Von Cem Aydin vor 12 Monaten hinzugefügt
templates/design40_webpages/ar/form_header.html | ||
---|---|---|
209 | 209 |
|
210 | 210 |
[% L.hidden_tag('rowcount', rowcount) %] |
211 | 211 |
|
212 |
<table class="tbl-list" style="width:90%;"> |
|
213 |
<caption>[% 'Transaction' | $T8 %]</caption> |
|
212 |
<div class="wrapper"> |
|
213 |
|
|
214 |
<table class="tbl-list"> |
|
215 |
<caption>[% 'Transactions' | $T8 %]</caption> |
|
214 | 216 |
<thead> |
215 | 217 |
<tr> |
216 | 218 |
<th>[% 'Account' | $T8 %]</th> |
... | ... | |
223 | 225 |
<tbody> |
224 | 226 |
[% FOREACH row IN transactions %] |
225 | 227 |
<tr> |
226 |
<td>[% row.selectAR_amount %]</td> |
|
228 |
<td class="wi-wider">[% row.selectAR_amount %]</td>
|
|
227 | 229 |
<td class="numeric">[% L.input_tag('amount_' _ loop.count, LxERP.format_amount(row.amount, 2), class='wi-small numeric') %]</td> |
228 | 230 |
<td class="numeric">[% L.hidden_tag('tax_' _ loop.count, LxERP.format_tax(row.tax, 2)) %][% LxERP.format_amount(row.tax, 2) | html %]</td> |
229 | 231 |
<td>[% row.taxchart %]</td> |
... | ... | |
233 | 235 |
</tbody> |
234 | 236 |
<tfoot> |
235 | 237 |
<tr> |
236 |
<td>[% P.chart.picker("AR_chart_id", AR_chart_id, style="width: 400px", type="AR") %]</td>
|
|
238 |
<td>[% P.chart.picker("AR_chart_id", AR_chart_id, type="AR", class="wi-wider") %]</td>
|
|
237 | 239 |
<th class="numeric">[% LxERP.format_amount(invtotal, 2) | html %]</th> |
238 | 240 |
<input type="hidden" name="oldinvtotal" value="[% oldinvtotal %]"> |
239 | 241 |
<input type="hidden" name="oldtotalpaid" value="[% oldtotalpaid %]"> |
... | ... | |
286 | 288 |
</td> |
287 | 289 |
<td class="numeric"> |
288 | 290 |
[% IF row.changeable %] |
289 |
<input name="paid_[% loop.count %]" value="[% row.paid ? LxERP.format_amount(row.paid, 2) : '' | html %]" type="text" data-validate="number" class="numeric"> |
|
291 |
<input name="paid_[% loop.count %]" value="[% row.paid ? LxERP.format_amount(row.paid, 2) : '' | html %]" size="11" type="text" data-validate="number" class="numeric">
|
|
290 | 292 |
[% ELSE %] |
291 | 293 |
[% row.paid | html %]<input type="hidden" name="paid_[% loop.count %]" value="[% row.paid ? LxERP.format_amount(row.paid, 2) : '' | html %]"> [% defaultcurrency %] |
292 | 294 |
[% END %] |
... | ... | |
361 | 363 |
</tfoot> |
362 | 364 |
</table> |
363 | 365 |
|
366 |
</div><!-- /.wrapper --> |
|
364 | 367 |
|
365 | 368 |
</div><!-- /#ui-tabs-basic-data --> |
366 | 369 |
</div><!-- ./tabwidget --> |
Auch abrufbar als: Unified diff
Design4.0: Debitorenbuchung Tabellen Ansicht vereinheitlichen
- Breiten angepasst, style=.. entfernt
- wrapper eingefügt
- rechtsbündig angepasst