4 <div id="edit_longdescription_dialog" class="wrapper" style="display: none">
7 Eigentlich gibt es hier kein Formular, sollte es aber,
8 damit wir nicht zuletzt das ganze im CSS-Namensraum FORM
9 designen können. Es werden sonst nur die Standard-Elemente angezeigt.
12 <table class="tbl-horizontal checkered" style="clear:left;">
13 <colgroup> <col class="wi-small"><col class="wi-lightwide"> </colgroup>
16 <th>[% LxERP.t8("Row") %]:</th>
17 <td id="popup_edit_longdescription_runningnumber"></td>
20 <th>[% LxERP.t8("Part Number") %]:</th>
21 <td id="popup_edit_longdescription_partnumber"></td>
24 <th>[% LxERP.t8("Description") %]:</th>
25 <td id="popup_edit_longdescription_description"></td>
30 <p class="spacer"> </p>
32 <p id="popup_edit_longdescription_input_container" style="clear:left;"></p>
35 [% L.button_tag("kivi.SalesPurchase.set_longdescription()", LxERP.t8("Assign"), class="button neutral") %]
36 <a onclick="$('#edit_longdescription_dialog').dialog('close');" href="#" class="button neutral">[% LxERP.t8("Abort") %]</a>
39 </div><!-- /#edit_longdescription_dialog -->
43 kivi.SalesPurchase.longdescription_dialog_size_percentage = "[% longdescription_dialog_size_percentage %]";