1 [%- USE L -%][%- USE LxERP -%]
3 <div id="edit_longdescription_dialog" style="display: none">
7 <th align="right">[% LxERP.t8("Row") %]:</th>
8 <td id="popup_edit_longdescription_runningnumber"></td>
12 <th align="right">[% LxERP.t8("Part Number") %]:</th>
13 <td id="popup_edit_longdescription_partnumber"></td>
17 <th align="right">[% LxERP.t8("Description") %]:</th>
18 <td id="popup_edit_longdescription_description"></td>
23 <p>[% L.textarea_tag("popup_edit_longdescription_input", "", class="texteditor-in-dialog" wrap="soft", style="width: 750px; height: 220px;") %]</p>
26 [% L.button_tag("kivi.SalesPurchase.set_longdescription()", LxERP.t8("Close")) %]
27 <a onclick="$('#edit_longdescription_dialog').dialog('close');" href="#">[% LxERP.t8("Abort") %]</a>