Auftrags-Controller: Kosmetik und html-Typos gefixed.
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Wed, 16 Sep 2015 08:21:10 +0000 (10:21 +0200)
committerG. Richardson <information@kivitendo-premium.de>
Mon, 16 Nov 2015 15:15:57 +0000 (16:15 +0100)
templates/webpages/order/form.html
templates/webpages/order/tabs/_row.html
templates/webpages/order/tabs/basic_data.html

index 1693555..2fcf2bc 100644 (file)
@@ -30,7 +30,7 @@
 
   [% L.hidden_tag('action', 'Order/dispatch') %]
 
-  [% L.button_tag('save()', LxERP.t8('Save')) %]</td>
+  [% L.button_tag('save()', LxERP.t8('Save')) %]
 
 </form>
 
index fcc0b3f..7cf610a 100644 (file)
@@ -66,7 +66,7 @@
 
   </tr>
 
-  <tr class="listrow1" style="display:none;">
+  <tr class="listrow1" style="display:none">
     <td colspan="100%">
       <table>
         <tr class="listrow1">
index 64d73ea..c7b9874 100644 (file)
@@ -14,7 +14,7 @@
             <td>[% L.customer_vendor_picker("order.${SELF.cv}" _ '_id', SELF.order.$cv_id, type=SELF.cv, style='width: 300px') %]</td>
           </tr>
 
-          <tr id='cp_row' [%- IF !SELF.order.${SELF.cv}.contacts.size %]style='display:none;'[%- END %]>
+          <tr id='cp_row' [%- IF !SELF.order.${SELF.cv}.contacts.size %]style='display:none'[%- END %]>
             <th align="right">[% 'Contact Person' | $T8 %]</th>
             <td>[% L.select_tag('order.cp_id',
                                 SELF.order.${SELF.cv}.contacts,
@@ -25,7 +25,7 @@
                                 style='width: 300px') %]</td>
           </tr>
 
-          <tr id='shipto_row' [%- IF !SELF.order.${SELF.cv}.shipto.size %]style='display:none;'[%- END %]>
+          <tr id='shipto_row' [%- IF !SELF.order.${SELF.cv}.shipto.size %]style='display:none'[%- END %]>
             <th align="right">[% 'Shipping Address' | $T8 %]</th>
             <td>[% L.select_tag('order.shipto_id',
                                 SELF.order.${SELF.cv}.shipto,
     <tr>
       <td>
 
-        <div id="row_table_scroll_id" style="overflow-y: auto; height: 45vh;">
+        <div id="row_table_scroll_id" style="overflow-y: auto; height: 45vh">
           <table id="row_table_id" width="100%">
             <thead>
               <tr class="listheading">
                 </tr>
                 <tr valign="top">
                   <td>
-                    [% L.textarea_tag('order.notes', SELF.order.notes, wrap="soft", style="width: 350px; height: 150px;", class="texteditor") %]
+                    [% L.textarea_tag('order.notes', SELF.order.notes, wrap="soft", style="width: 350px; height: 150px", class="texteditor") %]
                   </td>
                   <td>
-                    [% L.textarea_tag('order.intnotes', SELF.order.intnotes, wrap="soft", style="width: 350px; height: 150px;") %]
+                    [% L.textarea_tag('order.intnotes', SELF.order.intnotes, wrap="soft", style="width: 350px; height: 150px") %]
                   </td>
                 </tr>
               </table>
                                       default = SELF.order.payment_id,
                                       with_empty = 1,
                                       title_key = 'description',
-                                      style = 'width: 250px;') %]</td>
+                                      style = 'width: 250px') %]</td>
                 </tr>
                 <tr>
                   <th align="right">[% 'Delivery Terms' | $T8 %]</th>
                                       default = SELF.order.delivery_term_id,
                                       with_empty = 1,
                                       title_key = 'description',
-                                      style = 'width: 250px;') %]</td>
+                                      style = 'width: 250px') %]</td>
                 </tr>
               </table>
             </td>
     </tr>
 
     <tr>
-      <td><hl></td>
+      <td><hr></td>
     </tr>
 
   </table>