]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/generic/set_longdescription.html
1. fix für #480, Im Einkauf wird der Status geliefert falsch im Auftrag gesetzt
[mfinanz.git] / templates / webpages / generic / set_longdescription.html
index 461222541aa60e105cfb57b568af3ade19407db1..31876376852e4fb4518691b71b664a13937b49ed 100644 (file)
@@ -1,7 +1,6 @@
 [%- USE L -%][%- USE LxERP -%]
 
 <div id="edit_longdescription_dialog" style="display: none">
- <p>
   <table>
    <tr>
     <th align="right">[% LxERP.t8("Row") %]:</th>
     <td id="popup_edit_longdescription_description"></td>
    </tr>
   </table>
- </p>
 
- <p>[% L.textarea_tag("popup_edit_longdescription_input", "", class="texteditor-in-dialog" wrap="soft", style="width: 750px; height: 220px;") %]</p>
+ <p id="popup_edit_longdescription_input_container"></p>
 
  <p>
-  [% L.button_tag("kivi.SalesPurchase.set_longdescription()", LxERP.t8("Close")) %]
+  [% L.button_tag("kivi.SalesPurchase.set_longdescription()", LxERP.t8("Assign")) %]
   <a onclick="$('#edit_longdescription_dialog').dialog('close');" href="#">[% LxERP.t8("Abort") %]</a>
  </p>
 </div>