Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 706d20f4

Von Moritz Bunkus vor etwa 12 Jahren hinzugefügt

Überschriften in <h1> anstelle von <div class="listtop"> packen

Unterschiede anzeigen:

templates/webpages/background_job/form.html
1 1
[% USE HTML %][% USE L %][% USE LxERP %]
2 2
<body>
3 3

  
4
 <form method="post" action="controller.pl">
5
  <div class="listtop">[% FORM.title %]</div>
4
 <h1>[% FORM.title %]</h1>
6 5

  
7 6
[%- INCLUDE 'common/flash.html' %]
8 7

  
8
 <form method="post" action="controller.pl">
9 9
  <table>
10 10
   <tr>
11 11
    <th align="right">[%- LxERP.t8('Active') %]</th>
templates/webpages/background_job/list.html
1 1
[% USE HTML %][% USE L %][% USE LxERP %]
2 2

  
3 3
<body>
4
 <div class="listtop">[% FORM.title %]</div>
4
 <h1>[% FORM.title %]</h1>
5 5

  
6 6
[%- INCLUDE 'common/flash.html' %]
7 7

  
templates/webpages/background_job_history/list.html
1 1
[% USE HTML %][% USE L %][% USE LxERP %]
2 2

  
3 3
<body>
4
 <div class="listtop">[% FORM.title %]</div>
4
 <h1>[% FORM.title %]</h1>
5 5

  
6 6
[%- INCLUDE 'common/flash.html' %]
7 7

  
templates/webpages/background_job_history/show.html
1 1
[% USE HTML %][% USE L %][% USE LxERP %]
2 2
<body>
3 3

  
4
 <div class="listtop">[% FORM.title %]</div>
4
 <h1>[% FORM.title %]</h1>
5 5

  
6 6
[%- INCLUDE 'common/flash.html' %]
7 7

  

Auch abrufbar als: Unified diff