Revision 66d6bd65
Von Cem Aydin vor etwa 2 Jahren hinzugefügt
templates/design40_webpages/order/tabs/phone_notes.html | ||
---|---|---|
33 | 33 |
<colgroup><col class="wi-verysmall"><col class="wi-wider"></colgroup> |
34 | 34 |
<tbody> |
35 | 35 |
<tr> |
36 |
<th valign="right">[% 'Subject' | $T8 %]</th>
|
|
36 |
<th>[% 'Subject' | $T8 %]</th> |
|
37 | 37 |
<td>[% L.input_tag('phone_note.subject', '', class="wi-wider") %]</td> |
38 | 38 |
</tr> |
39 | 39 |
<tr> |
40 |
<th valign="right" align="top">[% 'Body' | $T8 %]</th>
|
|
41 |
<td align="top">[% L.textarea_tag('phone_note.body', '', wrap="soft", style="height: 350px", class="texteditor wi-wider") %]</td>
|
|
40 |
<th>[% 'Body' | $T8 %]</th> |
|
41 |
<td>[% L.textarea_tag('phone_note.body', '', wrap="soft", style="height: 350px", class="texteditor wi-wider") %]</td> |
|
42 | 42 |
</tr> |
43 | 43 |
</tbody> |
44 | 44 |
</table> |
... | ... | |
46 | 46 |
<p> |
47 | 47 |
[% P.button_tag("kivi.Order.save_phone_note()", LxERP.t8('Save')) %] |
48 | 48 |
[% P.button_tag("kivi.Order.delete_phone_note()", LxERP.t8('Delete'), id = 'phone_note_delete_button', style='display:none') %] |
49 |
[% P.button_tag("kivi.Order.cancel_phone_note()", LxERP.t8('Cancel')) %] |
|
49 |
[% P.button_tag("kivi.Order.cancel_phone_note()", LxERP.t8('Cancel'), class="neutral") %]
|
|
50 | 50 |
</p> |
51 | 51 |
|
52 | 52 |
</div> |
Auch abrufbar als: Unified diff
design40: Telefonnotiz align/valign entfernt (kein unterschied feststellbar), Abbrechen Knopf mit neutraler Klasse versehen