Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 9205a42e

Von Moritz Bunkus vor fast 8 Jahren hinzugefügt

  • ID 9205a42e2d316266a7d77d1eac6f913c7ae0dd07
  • Vorgänger 38a9098d
  • Nachfolger 6ebacae9

ActionBar: Verwendung beim Massendruck

Unterschiede anzeigen:

templates/webpages/bp/search.html
2 2
[%- USE T8 %]
3 3
[%- USE LxERP %]
4 4
[%- USE HTML %]
5
<form method=post action=bp.pl>
5
<form method="post" action="bp.pl" id="form">
6 6

  
7 7
<h1>[% 'Print' | $T8 %] [% label.$type.title %]</h1>[% L.hidden_tag('title', LxERP.t8('Print') _ ' ' _ label.$type.title) %]
8 8

  
......
55 55
  </tr>
56 56
</table>
57 57

  
58
<hr size=3 noshade>
59
<br>
60 58

  
61 59
[% L.hidden_tag('sort', 'transdate') %]
62 60
[% L.hidden_tag('vc', vc) %]
63 61
[% L.hidden_tag('type', type) %]
64
[% L.hidden_tag('nextsub', 'list_spool') %]
65

  
66
[% L.submit_tag('action', LxERP.t8('Continue')) %]
67

  
68 62
</form>

Auch abrufbar als: Unified diff