Revision 904cc648
Von Bernd Bleßmann vor mehr als 2 Jahren hinzugefügt
SL/Controller/Order.pm | ||
---|---|---|
1008 | 1008 |
->val('.add_item_input', '') |
1009 | 1009 |
->attr('.add_item_input', 'placeholder', '') |
1010 | 1010 |
->attr('.add_item_input', 'title', '') |
1011 |
->attr('#add_item_qty_as_number', 'placeholder', '1') |
|
1011 | 1012 |
->run('kivi.Order.init_row_handlers') |
1012 | 1013 |
->run('kivi.Order.renumber_positions') |
1013 | 1014 |
->focus('#add_item_parts_id_name'); |
templates/webpages/order/tabs/_item_input.html | ||
---|---|---|
35 | 35 |
$PARAM_KEY=PARAM_VAL) %]</td> |
36 | 36 |
<td>[% L.input_tag('add_item.description', SELF.created_part.description, class="add_item_input") %]</td> |
37 | 37 |
<td> |
38 |
[% L.input_tag('add_item.qty_as_number', '', size = 5, class="add_item_input numeric") %] |
|
38 |
[% L.input_tag('add_item.qty_as_number', '', placeholder="1", size = 5, class="add_item_input numeric") %]
|
|
39 | 39 |
[% L.hidden_tag('add_item.unit', SELF.created_part.unit, class="add_item_input") %] |
40 | 40 |
</td> |
41 | 41 |
[%- SET price = '' %] |
Auch abrufbar als: Unified diff
Auftrags-Controller: Eingabezeile: Default-Menge "1" ausgegraut anzeigen