Anzeige um Buchungsnummer und interne ID erweitert
authorThomas Kasulke <t.kasulke@linet-services.de>
Mon, 23 Apr 2007 14:16:26 +0000 (14:16 +0000)
committerThomas Kasulke <t.kasulke@linet-services.de>
Mon, 23 Apr 2007 14:16:26 +0000 (14:16 +0000)
templates/webpages/common/show_history_master.html

index 8c8c4a8..b5e4309 100644 (file)
                        <translate>Vorgang</translate>
                </th>
                <th class=listtop>
-                       <translate>Zusatz</translate>
-               </th>
+      <translate>Zusatz</translate>
+    </th>
+    <th class=listtop>
+      <translate>ID-Nummer</translate>
+    </th>
+    <th class=listtop>
+      <translate>Buchungsnummer</translate>
+    </th>
        </tr>
 <TMPL_LOOP NAME=DATEN>
        <tr class="listrow<TMPL_IF __odd__>1<TMPL_ELSE>0</TMPL_IF>">
                        <TMPL_VAR NAME=addition ESCAPE=HTML>
                </td>
                <td>
-                       <TMPL_VAR NAME=what_done ESCAPE=HTML>
-               </td>
+      <TMPL_VAR NAME=what_done ESCAPE=HTML>
+    </td>
+    <td>
+      <TMPL_VAR NAME=id ESCAPE=HTML>
+    </td>
+    <td>
+      <TMPL_VAR NAME=snumbers ESCAPE=HTML>
+    </td>
        </tr>   
 </TMPL_LOOP>
 </table>