113a04d44bcfdae662faf5ab0a95236bae5c5756
[kivitendo-erp.git] / templates / webpages / generic / set_longdescription.html
1 [%- USE L -%][%- USE LxERP -%]
2
3 <div id="edit_longdescription_dialog" style="display: none">
4  <p>
5   <table>
6    <tr>
7     <th align="right">[% LxERP.t8("Row") %]:</th>
8     <td id="popup_edit_longdescription_runningnumber"></td>
9    </tr>
10
11    <tr>
12     <th align="right">[% LxERP.t8("Part Number") %]:</th>
13     <td id="popup_edit_longdescription_partnumber"></td>
14    </tr>
15
16    <tr>
17     <th align="right">[% LxERP.t8("Description") %]:</th>
18     <td id="popup_edit_longdescription_description"></td>
19    </tr>
20   </table>
21  </p>
22
23  <p id="popup_edit_longdescription_input_container"></p>
24
25  <p>
26   [% L.button_tag("kivi.SalesPurchase.set_longdescription()", LxERP.t8("Assign")) %]
27   <a onclick="$('#edit_longdescription_dialog').dialog('close');" href="#">[% LxERP.t8("Abort") %]</a>
28  </p>
29 </div>