Angebotssuche: Einige Strings waren noch nciht von Auftrag->Angebot übersetzt.
[kivitendo-erp.git] / templates / webpages / common / show_history_master.html
index 4e28b33..5847496 100644 (file)
 [% END %]
 
 <table>
-       <tr>
-               <th class="listtop">
+  <tr>
+    <th class="listtop">
       <table height="0" width="0" cellpadding="0" cellspacing="0" marginheight="0" marginwidth="0" border="0">
         <tr>
           <td align="center" valign="middle">
-                            &nbsp;<translate>Zeitpunkt</translate>&nbsp;
+           &nbsp;<translate>Zeitpunkt</translate>&nbsp;
           </td>
           <td valign="top">
            [% PROCESS column_header THIS_COLUMN=ITIME THIS_COLUMN_DOWN=ITIMEBY column='h.itime' %]
           </td>
         </tr>
       </table>
-               </th>
-               <th class=listtop>
+    </th>
+    <th class=listtop>
       <table height="0" width="0" cellpadding="0" cellspacing="0" marginheight="0" marginwidth="0" border="0">
         <tr>
           <td align="center" valign="middle">
           </td>
         </tr>
       </table>
-               </th>
-               <th class=listtop>
+    </th>
+    <th class=listtop>
       <table>
         <tr>
           <td>
-                             &nbsp;<translate>Aktion</translate>&nbsp;
+            &nbsp;<translate>Aktion</translate>&nbsp;
           </td>
         </tr>
       </table>
-               </th>
-               <th class=listtop>
+    </th>
+    <th class=listtop>
       <table>
         <tr>
           <td>
         </tr>
       </table>
     </th>
-       </tr>
+  </tr>
   <tbody>
 [% FOREACH row = DATEN %]
   <tr class="listrow[% loop.count % 2 %]">
-               <td nowrap>
-                       &nbsp;[% HTML.escape(row.itime) %]&nbsp;
-               </td>
-               <td nowrap>
-                       &nbsp;[% HTML.escape(row.name) %]&nbsp;
-               </td>
-               <td>
-                       &nbsp;[% HTML.escape(row.addition) %]&nbsp;
-               </td>
-               <td>
+    <td nowrap>
+      &nbsp;[% HTML.escape(row.itime) %]&nbsp;
+    </td>
+    <td nowrap>
+      &nbsp;[% HTML.escape(row.name) %]&nbsp;
+    </td>
+    <td>
+      &nbsp;[% HTML.escape(row.addition) %]&nbsp;
+    </td>
+    <td>
       &nbsp;[% HTML.escape(row.what_done) %]&nbsp;
     </td>
     <td>
     <td>
       &nbsp;[% HTML.escape(row.snumbers) %]&nbsp;
     </td>
-       </tr>
+  </tr>
 [% END %]
 </tbody>
 </table>