]> wagnertech.de Git - mfinanz.git/blob - templates/design40_webpages/generic/set_longdescription.html
date error in mapping
[mfinanz.git] / templates / design40_webpages / generic / set_longdescription.html
1 [% USE L %]
2 [% USE LxERP %]
3
4 <div id="edit_longdescription_dialog" class="wrapper" style="display: none">
5 <!--
6   PENDENT:
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.
10 -->
11
12 <table class="tbl-horizontal checkered" style="clear:left;">
13   <colgroup> <col class="wi-small"><col class="wi-lightwide"> </colgroup>
14   <tbody>
15     <tr>
16       <th>[% LxERP.t8("Row") %]:</th>
17       <td id="popup_edit_longdescription_runningnumber"></td>
18     </tr>
19     <tr>
20       <th>[% LxERP.t8("Part Number") %]:</th>
21       <td id="popup_edit_longdescription_partnumber"></td>
22     </tr>
23     <tr>
24       <th>[% LxERP.t8("Description") %]:</th>
25       <td id="popup_edit_longdescription_description"></td>
26     </tr>
27   </tbody>
28 </table>
29
30 <p class="spacer">&nbsp;</p>
31
32 <p id="popup_edit_longdescription_input_container" style="clear:left;"></p>
33
34 <div class="buttons">
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>
37 </div>
38
39 </div><!-- /#edit_longdescription_dialog -->
40
41 <script>
42   $(function() {
43     kivi.SalesPurchase.longdescription_dialog_size_percentage = "[% longdescription_dialog_size_percentage %]";
44   });
45 </script>