Langtext-Dialog: Größe prozentual zum Hauptfenster einstellbar pro Benutzer
[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   <table>
5    <tr>
6     <th align="right">[% LxERP.t8("Row") %]:</th>
7     <td id="popup_edit_longdescription_runningnumber"></td>
8    </tr>
9
10    <tr>
11     <th align="right">[% LxERP.t8("Part Number") %]:</th>
12     <td id="popup_edit_longdescription_partnumber"></td>
13    </tr>
14
15    <tr>
16     <th align="right">[% LxERP.t8("Description") %]:</th>
17     <td id="popup_edit_longdescription_description"></td>
18    </tr>
19   </table>
20
21  <p id="popup_edit_longdescription_input_container"></p>
22
23  <p>
24   [% L.button_tag("kivi.SalesPurchase.set_longdescription()", LxERP.t8("Assign")) %]
25   <a onclick="$('#edit_longdescription_dialog').dialog('close');" href="#">[% LxERP.t8("Abort") %]</a>
26  </p>
27 </div>
28
29 <script>
30   $(function() {
31     kivi.SalesPurchase.longdescription_dialog_size_percentage = "[% longdescription_dialog_size_percentage %]";
32   });
33 </script>