]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/rc/step2.html
Refactoring: Parameterredesign SL::Controller::Base::render und SL::Presenter::render
[mfinanz.git] / templates / webpages / rc / step2.html
index b292f85a5fb08adf9b71cc7247784d8be7b8b84d..255296463fbcebfc156616b44eccc74869f784e0 100644 (file)
@@ -3,7 +3,6 @@
 [%- USE T8 %]
 [%- USE LxERP  %]
 [%- L.javascript_tag('jquery.checkall')  %]
-<body>
 
 <h1>[% accno | html %]--[% account | html %]</h1>
 
@@ -18,8 +17,8 @@
    <th>[% 'Source' | $T8 %]</th>
    <th>[% 'Description' | $T8 %]</th>
 [%- IF is_asset %]
-   <th>[% 'Deposit' | $T8 %]</th>
    <th>[% 'Payment' | $T8 %]</th>
+   <th>[% 'Deposit' | $T8 %]</th>
 [%- ELSE %]
    <th>[% 'Decrease' | $T8 %]</th>
    <th>[% 'Increase' | $T8 %]</th>
 
 </form>
 
-</body>
-</html>