Order: <h1> statt <div class=listtop> für einheitliches spacing
authorSven Schöling <s.schoeling@linet-services.de>
Thu, 9 Jun 2016 12:48:39 +0000 (14:48 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Thu, 9 Jun 2016 13:10:54 +0000 (15:10 +0200)
templates/webpages/order/form.html

index 221af11..3d4bddf 100644 (file)
@@ -2,6 +2,7 @@
 [%- USE LxERP %]
 [%- USE L %]
 [%- USE HTML %]
+<h1>[% FORM.title %]</h1>
 
 <div id="print_options" style="display:none">
   <form method="post" action="controller.pl" id="print_options_form">
@@ -13,8 +14,6 @@
 </div>
 
 <form method="post" action="controller.pl" id="order_form">
-  <div class="listtop">[% FORM.title %]</div>
-
   [% L.hidden_tag('callback', FORM.callback) %]
   [% L.hidden_tag('type',     FORM.type) %]
   [% L.hidden_tag('id',       SELF.order.id) %]