]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Überschriften in <h1> anstelle von <div class="listtop"> packen
authorMoritz Bunkus <m.bunkus@linet-services.de>
Mon, 3 Sep 2012 15:33:51 +0000 (17:33 +0200)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Mon, 3 Sep 2012 15:33:51 +0000 (17:33 +0200)
templates/webpages/background_job/form.html
templates/webpages/background_job/list.html
templates/webpages/background_job_history/list.html
templates/webpages/background_job_history/show.html

index e7e364010c19f49cd514dffb01449d31c0625c58..cbd43af806ec10269e5e368adabade3d7efda5e4 100644 (file)
@@ -1,11 +1,11 @@
 [% USE HTML %][% USE L %][% USE LxERP %]
 <body>
 
- <form method="post" action="controller.pl">
-  <div class="listtop">[% FORM.title %]</div>
+ <h1>[% FORM.title %]</h1>
 
 [%- INCLUDE 'common/flash.html' %]
 
+ <form method="post" action="controller.pl">
   <table>
    <tr>
     <th align="right">[%- LxERP.t8('Active') %]</th>
index 7d480472a87a4d776c2e03b0c4ca342115364199..b8ea3f64dcc39051ba4f7d89c61674eff27e3a7a 100644 (file)
@@ -1,7 +1,7 @@
 [% USE HTML %][% USE L %][% USE LxERP %]
 
 <body>
- <div class="listtop">[% FORM.title %]</div>
+ <h1>[% FORM.title %]</h1>
 
 [%- INCLUDE 'common/flash.html' %]
 
index 48e78b4eeb03c78c703521a90d9acbf073f16985..bf732d44eed0f4bd1fb7fbf6f72474a6fe826839 100644 (file)
@@ -1,7 +1,7 @@
 [% USE HTML %][% USE L %][% USE LxERP %]
 
 <body>
- <div class="listtop">[% FORM.title %]</div>
+ <h1>[% FORM.title %]</h1>
 
 [%- INCLUDE 'common/flash.html' %]
 
index 0a0584fbc4032d3915c734bcb862bd05f90661a6..e9df400604a9afd61db9505a87b8c26d98b8691c 100644 (file)
@@ -1,7 +1,7 @@
 [% USE HTML %][% USE L %][% USE LxERP %]
 <body>
 
- <div class="listtop">[% FORM.title %]</div>
+ <h1>[% FORM.title %]</h1>
 
 [%- INCLUDE 'common/flash.html' %]