Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 8cf6f7ff

Von Tamino Steinert vor 8 Monaten hinzugefügt

  • ID 8cf6f7ff77911962a0a096a6f5e368425f72ca17
  • Vorgänger 54406cb8

SL::Layout::Flash: Entfernen von [% INCLUDE 'common/flash.html' %]

Erzeugt mit:

find . type f -exec sed -i '/^..\? INCLUDE .common.flash.html. ..$/d'  {} \;

Unterschiede anzeigen:

templates/design40_webpages/admin/create_dataset.html
3 3
[% USE T8 %]
4 4
[% USE L %]
5 5

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

  
8 6
<h1>[% HTML.escape(title) %]</h1>
9 7

  
10 8
<form method="post" action="controller.pl">
templates/design40_webpages/admin/dbadmin.html
2 2
[% USE LxERP %]
3 3
[% USE L %]
4 4

  
5
[% INCLUDE 'common/flash.html' %]
6

  
7 5
<h1>[% LxERP.t8("Database login (#1)", title) %]</h1>
8 6

  
9 7
<div class="wrapper">
templates/design40_webpages/admin/delete_dataset.html
3 3
[% USE L %]
4 4
[% USE JavaScript %]
5 5

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

  
8 6
<h1>[% HTML.escape(title) %]</h1>
9 7

  
10 8
<p>
templates/design40_webpages/admin/edit_client.html
2 2
[% USE L %]
3 3
[% USE LxERP %]
4 4

  
5
[% INCLUDE 'common/flash.html' %]
6

  
7 5
<h1>[% HTML.escape(title) %]</h1>
8 6

  
9 7
<form method="post" action="controller.pl" id="form">
templates/design40_webpages/admin/edit_group.html
2 2
[% USE L %]
3 3
[% USE LxERP %]
4 4

  
5
[% INCLUDE 'common/flash.html' %]
6

  
7 5
<h1>[% HTML.escape(title) %]</h1>
8 6

  
9 7

  
templates/design40_webpages/admin/edit_printer.html
6 6

  
7 7
<div class="wrapper">
8 8

  
9
[% INCLUDE 'common/flash.html' %]
10

  
11 9
[% IF !SELF.all_clients.size %]
12 10
<div class="message message_error">
13 11
 <b>[% LxERP.t8("Error") %]:</b> [% LxERP.t8("No clients have been created yet.") %]
templates/design40_webpages/admin/edit_user.html
3 3
[% USE LxERP %]
4 4
[% USE JavaScript %]
5 5

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

  
8 6
<h1>[% HTML.escape(title) %]</h1>
9 7

  
10 8
<form method="post" action="controller.pl" id="form">
templates/design40_webpages/admin/list_printers.html
6 6

  
7 7
<div class="wrapper">
8 8
[% IF !SELF.all_clients.size %] 
9
  [% INCLUDE 'common/flash.html' %] 
10 9
  <div class="error">
11 10
    [% LxERP.t8("Error") %]: [% LxERP.t8("No clients have been created yet.") %] 
12 11
  </div>
templates/design40_webpages/admin/show.html
2 2
[% USE LxERP %]
3 3
[% USE L %]
4 4

  
5
[% INCLUDE 'common/flash.html' %]
6

  
7 5
<h1>[% HTML.escape(title) %]</h1>
8 6

  
9 7
<div class="tabwidget">
templates/design40_webpages/admin/show_lock.html
6 6

  
7 7
<div class="wrapper">
8 8

  
9
[% INCLUDE 'common/flash.html' %]
10

  
11

  
12 9
[% IF SELF.is_locked %]
13 10
<p>
14 11
  [% LxERP.t8("The installation is currently locked.") %]
templates/design40_webpages/am/edit_units.html
4 4
  [% title %]
5 5
</h1>
6 6

  
7
[% INCLUDE "common/flash.html" %]
8

  
9 7
<div class="wrapper">
10 8

  
11 9
  <div class="col" style="width:30.0em">
templates/design40_webpages/am/list_tax.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
[% INCLUDE "common/flash.html" %]
4 3
<h1>[% title %]</h1>
5 4
<div class="wrapper">
6 5
<table class="tbl-list width-moderate">
templates/design40_webpages/ap/form_header.html
9 9
  [% title %]
10 10
</h1>
11 11

  
12
[% INCLUDE 'common/flash.html' %]
13

  
14 12
<form method="post" action="[% script | html %]" id="form">
15 13

  
16 14
<input type="hidden" name="terms" value="[% terms | html %]">
templates/design40_webpages/ar/form_header.html
9 9
  [% title %]
10 10
</h1>
11 11

  
12
[% INCLUDE 'common/flash.html' %]
13

  
14 12
<form method="post" name="arledger" action="[% script %]" id="form">
15 13

  
16 14
[% L.hidden_tag('id', id) %]
templates/design40_webpages/background_job/form.html
4 4

  
5 5
<h1>[% FORM.title %]</h1>
6 6

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

  
9 7
<form method="post" action="controller.pl" id="form">
10 8
  [% L.hidden_tag("id", SELF.background_job.id) %]
11 9
  [% L.hidden_tag("back_to", SELF.back_to) %]
templates/design40_webpages/background_job/list.html
4 4

  
5 5
<h1>[% FORM.title %]</h1>
6 6

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

  
9 7
[% IF !BACKGROUND_JOBS.size %]
10 8
  <p>[% LxERP.t8('No background job has been created yet.') %]</p>
11 9

  
templates/design40_webpages/background_job_history/list.html
4 4

  
5 5
<h1>[% FORM.title %]</h1>
6 6

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

  
9 7
[% PROCESS 'background_job_history/_filter.html' filter=SELF.models.filtered.laundered %]
10 8

  
11 9
<div class="wrapper">
templates/design40_webpages/background_job_history/show.html
4 4

  
5 5
<h1>[% FORM.title %]</h1>
6 6

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

  
9 7
<table id="background_job_history_details" class="background_job_details">
10 8
  <tbody>
11 9
    <tr>
templates/design40_webpages/bank_import/upload_mt940.html
3 3
[% USE L %]
4 4
[% USE T8 %]
5 5

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

  
8 6
<h1>[% FORM.title %]</h1>
9 7

  
10 8
<div class="wrapper">
templates/design40_webpages/bank_transactions/list.html
5 5

  
6 6
<h1>[% title %]</h1>
7 7

  
8
[% INCLUDE 'common/flash.html' %]
9

  
10 8
[% IF SELF.problems.size %]
11 9
  [% INCLUDE 'bank_transactions/_problems.html' %]
12 10
[% END %]
templates/design40_webpages/bank_transactions/search.html
3 3
[% USE L %]
4 4
[% USE LxERP %]
5 5

  
6
[% INCLUDE 'common/flash.html' %]
7 6
<h1>[% 'Search bank transactions' | $T8 %]</h1>
8 7

  
9 8

  
templates/design40_webpages/buchungsgruppen/list.html
2 2
[% USE LxERP %]
3 3
[% USE L %]
4 4
[% USE T8 %]
5
[% INCLUDE 'common/flash.html' %]
6 5

  
7 6
<h1>[% title %]</h1>
8 7

  
templates/design40_webpages/client_config/form.html
80 80

  
81 81
<h1>[% title | html %]</h1>
82 82

  
83
[% INCLUDE 'common/flash.html' %]
84

  
85 83
<form action='controller.pl' method='POST' id='form'>
86 84
 <div class="tabwidget">
87 85
  <ul>
templates/design40_webpages/csv_import/_deferred_report.html
1
[% INCLUDE 'common/flash.html' %]
2 1
<div id='csv_import_report'></div>
3 2

  
4 3
<script type='text/javascript'>
......
24 23
    [%- END %]
25 24
  });
26 25

  
27
</script>
26
</script>
templates/design40_webpages/csv_import/_deferred_results.html
4 4

  
5 5
<h2>[% 'Import Status' | $T8 %]</h2>
6 6

  
7
[% INCLUDE 'common/flash.html' %]
8 7
[% UNLESS SELF.background_job.data_as_hash.errors %]
9 8
<div id='progress_description'></div>
10 9
<div id='progressbar'></div>
templates/design40_webpages/csv_import/form.html
5 5

  
6 6
<h1>[% FORM.title %]</h1>
7 7

  
8
[% INCLUDE 'common/flash.html' %]
9

  
10 8
<form method="post" action="controller.pl" enctype="multipart/form-data" id="form">
11 9
[% L.hidden_tag('form_sent', '1') %]
12 10
[% L.hidden_tag('action', 'CsvImport/dispatch') %]
templates/design40_webpages/cti/calling.html
1 1
<body>
2
[% INCLUDE 'common/flash.html' %]
3 2
</body>
4
</html>
3
</html>
templates/design40_webpages/custom_data_export/empty_result_set.html
2 2

  
3 3
<h1>[% FORM.title %]</h1>
4 4
<div class="wrapper">
5
  [%- INCLUDE 'common/flash.html' %]
6

  
7 5
  <p>
8 6
  [% LxERP.t8("The query did not return any data.") %]
9 7
  </p>
templates/design40_webpages/custom_data_export/export.html
2 2

  
3 3
<h1>[% FORM.title %]</h1>
4 4
<div class="wrapper ">
5
  [%- INCLUDE 'common/flash.html' %]
6

  
7 5
  <form method="post" action="controller.pl" id="form">
8 6
    [% L.hidden_tag("id", SELF.query.id) %]
9 7
    [% L.hidden_tag("parameters_set", "1") %]
templates/design40_webpages/custom_data_export/list.html
2 2

  
3 3
<h1>[% FORM.title %]</h1>
4 4
<div class="wrapper">
5
  [%- INCLUDE 'common/flash.html' %]
6

  
7 5
  [% IF !SELF.queries.size %]
8 6
  <p>
9 7
  [%- LxERP.t8("You do not have access to any custom report.") %]
templates/design40_webpages/custom_data_export_designer/edit.html
2 2

  
3 3
<h1>[% FORM.title %] — [% LxERP.t8("Step #1/#2", 1, 2) %] — [% LxERP.t8("Basic Data") %]</h1>
4 4
<div class="wrapper">
5
  [% INCLUDE 'common/flash.html' %]
6

  
7 5
  <form method="post" action="controller.pl" id="form">
8 6
    [% L.hidden_tag("id", SELF.query.id) %]
9 7
    <div class="input-panel control-panel">
templates/design40_webpages/custom_data_export_designer/edit_parameters.html
2 2

  
3 3
<h1>[% FORM.title %] — [% LxERP.t8("Step #1/#2", 2, 2) %] — [% LxERP.t8("Query parameters") %]</h1>
4 4
<div class="wrapper">
5
  [%- INCLUDE 'common/flash.html' %]
6

  
7 5
  <form method="post" action="controller.pl" id="form">
8 6
    [% L.hidden_tag("id", SELF.query.id) %]
9 7
    [% L.hidden_tag("query.name", SELF.query.name) %]
templates/design40_webpages/custom_data_export_designer/list.html
3 3
<h1>[% FORM.title %]</h1>
4 4

  
5 5
<div class="wrapper">
6
  [%- INCLUDE 'common/flash.html' %]
7

  
8 6
  [% IF !SELF.queries.size %]
9 7
  <p>
10 8
  [%- LxERP.t8("No custom reports have been created yet.") %]
templates/design40_webpages/custom_variable_config/list.html
5 5

  
6 6
<h1>[% title %]</h1>
7 7

  
8
[% INCLUDE 'common/flash.html' %]
9

  
10 8
<div class="wrapper">
11 9

  
12 10
  <div class="select-item control-panel">
templates/design40_webpages/customer_vendor/form.html
14 14
  [% L.hidden_tag('callback', FORM.callback) %]
15 15
  [% L.hidden_tag('cv.id', SELF.cv.id) %]
16 16

  
17
  [% INCLUDE 'common/flash.html' %]
18

  
19 17
  [%- SET show_deliveries = ( SELF.cv.id && ((SELF.is_customer && AUTH.assert('sales_all_edit', 1)) || (SELF.is_vendor && AUTH.assert('purchase_all_edit', 1))) ) -%]
20 18
  <div class="tabwidget" id="customer_vendor_tabs">
21 19
    <ul class="ui-tabs">
templates/design40_webpages/dbupgrade/auth/clients.html
1 1
[% USE LxERP %]
2 2
[% USE L %]
3 3

  
4
[% INCLUDE 'common/flash.html' %]
5

  
6 4
<h1>[% LxERP.t8("Introduction of clients") %]</h1>
7 5

  
8 6
<div class="wrapper">
......
126 124
  </p>
127 125
</form>
128 126

  
129
</div><!-- /.wrapper -->
127
</div><!-- /.wrapper -->
templates/design40_webpages/dbupgrade/auth/clients_webdav.html
1 1
[% USE LxERP %]
2 2
[% USE L %]
3 3

  
4
[% INCLUDE 'common/flash.html' %]
5

  
6 4
<h1>[% LxERP.t8("Introduction of clients") %] -- [% LxERP.t8("Handling of WebDAV") %]</h1>
7 5

  
8 6
<div class="wrapper">
......
25 23
  </p>
26 24
</form>
27 25

  
28
</div><!-- /.wrapper -->
26
</div><!-- /.wrapper -->
templates/design40_webpages/delivery_order/form.html
35 35
  [%   L.hidden_tag('form_validity_token', FORM.form_validity_token) %]
36 36
  [% END %]
37 37

  
38
  [%- INCLUDE 'common/flash.html' %]
39

  
40 38
  <div class="tabwidget" id="order_tabs">
41 39
    <ul>
42 40
      <li><a href="#ui-tabs-basic-data">[% 'Basic Data' | $T8 %]</a></li>
templates/design40_webpages/delivery_term/form.html
4 4

  
5 5
<div class="wrapper">
6 6
  <form method="post" action="controller.pl" id="form">
7
    [%- INCLUDE 'common/flash.html' %]
8 7
    <table class="tbl-horizontal">
9 8
      <tr>
10 9
        <th> [%- 'Description' | $T8 %] </th>
templates/design40_webpages/delivery_term/list.html
4 4
[% USE LxERP %]
5 5
<h1>[% FORM.title %]</h1>
6 6

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

  
9 7
<form method="post" action="controller.pl" id="form">
10 8
<div class="wrapper">
11 9

  
templates/design40_webpages/disposition_manager/list_parts.html
3 3
[%- USE L -%]
4 4
[%- USE T8 -%]
5 5

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

  
8 6
<div class="wrapper">
9 7
<form id="form">
10 8
  <table class="tbl-list">
templates/design40_webpages/disposition_manager/show_purchase_basket.html
4 4
[%- USE T8 -%]
5 5
[%- USE P -%]
6 6

  
7
[%- INCLUDE 'common/flash.html' %]
8 7
<h1>[% title %]</h1>
9 8

  
10 9
<div class="wrapper" id="wrapper-1">
templates/design40_webpages/do/form_header.html
46 46
  [% SET DISABLED = ' disabled' %]
47 47
[% END %]
48 48

  
49
[% INCLUDE 'common/flash.html' %]
50 49
[% INCLUDE 'generic/set_longdescription.html' %]
51 50

  
52 51
[% IF ERRORS && ERRORS.size %]
templates/design40_webpages/do/orders_top.html
1
[% INCLUDE 'common/flash.html' %]
2 1
<form method="post" action="do.pl" id="form">
templates/design40_webpages/drafts/form.html
3 3
[% USE LxERP %]
4 4
[% USE HTML %]
5 5

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

  
8 6
[% IF FORM.id %]
9 7
<h3>[% 'Update this draft.' | $T8 %]</h3>
10 8
[% ELSE %]
templates/design40_webpages/dunning/search.html
5 5

  
6 6
<h1>[% title %]</h1>
7 7

  
8
[% INCLUDE 'common/flash.html' %]
9

  
10 8
<form method="post" name="search" action="dn.pl" id="form">
11 9

  
12 10
<div class="wrapper">
templates/design40_webpages/dunning/status.html
6 6

  
7 7
<h1>[% title | html %]</h1>
8 8

  
9
[% INCLUDE 'common/flash.html' %]
10

  
11 9
<div class="wrapper">
12 10
  <table class="tbl-list">
13 11
    <thead>
templates/design40_webpages/email_journal/list.html
5 5

  
6 6
<h1>[% FORM.title %]</h1>
7 7

  
8
[% INCLUDE 'common/flash.html' %]
9 8
[% PROCESS 'email_journal/_filter.html' filter=SELF.models.filtered.laundered %]
10 9

  
11 10
[% IF !ENTRIES.size %]
templates/design40_webpages/email_journal/show.html
8 8

  
9 9
<form>
10 10

  
11
[% INCLUDE 'common/flash.html' %]
12

  
13 11
  <div class="tabwidget" id="email_tabs">
14 12
    <ul>
15 13
      <li><a href="#ui-tabs-basic-data">[% 'Basic Data' | $T8 %]</a></li>
templates/design40_webpages/employee/edit.html
1 1
[%- USE LxERP -%][%- USE L -%][%- USE T8 -%]<h1>[% title | html %]</h1>
2 2

  
3
[% INCLUDE "common/flash.html" %]
4

  
5 3
<div class="wrapper">
6 4
<form action="controller.pl" method="POST" id="form">
7 5

  
templates/design40_webpages/employee/list.html
1 1
<h1>[% title | html %]</h1>
2 2

  
3
[% INCLUDE 'common/flash.html' %]
4

  
5 3
[% PROCESS 'employee/_list.html' %]
templates/design40_webpages/gl/form_header.html
23 23

  
24 24
<form method="post" name="gl" action="gl.pl" id="form">
25 25

  
26
[%- INCLUDE 'common/flash.html' %]
27

  
28 26
[% FOREACH name IN [ 'id', 'closedto', 'locked', 'storno', 'storno_id', 'previous_id', 'previous_gldate' ] %]
29 27
  [% L.hidden_tag(name, $name) %]
30 28
[% END %]
templates/design40_webpages/gobd/filter.html
10 10

  
11 11
<div class="wrapper">
12 12

  
13
[% INCLUDE 'common/flash.html' %]
14

  
15 13
<p>[% 'This export will include all records in the given time range and all supplicant information from checked entities. You will receive a single zip file. Please extract this file onto the data medium requested by your auditor.' | $T8 %]</p>
16 14

  
17 15

  
templates/design40_webpages/ic/search.html
5 5
[% USE P %]
6 6
[% SET style="width: 250px" %]
7 7

  
8
[% INCLUDE 'common/flash.html' %]
9

  
10 8
<h1>[% title %]</h1>
11 9

  
12 10
<form method="post" action="ic.pl" id="form">
templates/design40_webpages/ic/search_update_prices.html
4 4
[% USE L %]
5 5
<h1>[% 'Update prices' | $T8 %]</h1>
6 6

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

  
9 7
<form method="post" action="controller.pl" id="form">
10 8
<div class="wrapper">
11 9

  
templates/design40_webpages/inventory/stocktaking/form.html
8 8

  
9 9
<div class="wrapper">
10 10

  
11
[% INCLUDE 'common/flash.html' %]
12

  
13 11
<form method="post" action="controller.pl" id="stocktaking_form">
14 12

  
15 13
<div class="select-item control-panel">
templates/design40_webpages/inventory/warehouse_selection_stock.html
6 6

  
7 7
<h1>[% title | html %]</h1>
8 8

  
9
[% INCLUDE 'common/flash.html' %]
10

  
11 9
<form name="Form" method="post" action="controller.pl" id="form">
12 10

  
13 11
<div class="wrapper">
templates/design40_webpages/inventory/warehouse_usage.html
7 7

  
8 8
<h1>[% title | html %]</h1>
9 9

  
10
[% INCLUDE 'common/flash.html' %]
11

  
12 10
<form name="Form" method="post" action="controller.pl" id="form">
13 11

  
14 12
<div class="wrapper">
templates/design40_webpages/ir/form_header.html
35 35
[% L.hidden_tag('workflow_email_attachment_id', workflow_email_attachment_id) %]
36 36
[% L.hidden_tag('workflow_email_callback',      workflow_email_callback) %]
37 37

  
38
[% INCLUDE 'common/flash.html' %]
39 38
[% INCLUDE 'generic/set_longdescription.html' %]
40 39

  
41 40
<div id="ir_tabs" class="tabwidget">
templates/design40_webpages/is/form_header.html
40 40

  
41 41
[% IF saved_message != '' %]<p>[% saved_message %]</p>[% END %]
42 42

  
43
[% INCLUDE 'common/flash.html' %]
44 43
[% INCLUDE 'generic/set_longdescription.html' %]
45 44

  
46 45
<div id="is_tabs" class="tabwidget">
templates/design40_webpages/letter/edit.html
14 14
<input type="hidden" name="type" value="[% FORM.type | html %]">
15 15
[% L.hidden_tag('is_sales', SELF.is_sales) %]
16 16

  
17
[% INCLUDE 'common/flash.html' %]
18

  
19 17
<div id="oe_tabs" class="tabwidget">
20 18
  <ul>
21 19
    <li><a href="#ui-tabs-letter">[% LxERP.t8("Letter") %]</a></li>
templates/design40_webpages/list_transactions/report_settings.html
4 4
[% USE P %]
5 5
[% USE T8 %]
6 6

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

  
9 7
<h1>[% title | html %]</h1>
10 8

  
11 9
<form name="Form" method="post" action="controller.pl" id="report_settings">
......
37 35
                                                  label => LxERP.t8('Description')) %]</div>
38 36
  </div>
39 37

  
40
</form>
38
</form>
templates/design40_webpages/login/company_logo.html
9 9
     label_information = LxERP.t8('A lot of the usability of kivitendo has been enhanced with javascript. Although it is currently possible to use every aspect of kivitendo without javascript, we strongly recommend it. In a future version this may change and javascript may be necessary to access advanced features.'),
10 10
  %]
11 11
  </noscript>
12
[%- INCLUDE 'common/flash.html' %]
13 12
  <div class="col" style="width:270px">
14 13
    <a class="nomobile" href="http://www.kivitendo.de" target="_blank" title="[% 'kivitendo Homepage' | $T8 %] ([% 'Open in new window' | $T8 %])">
15 14
    <img src="image/kivitendo[% xmas %].png" class="kivitendo-logo" alt="[% 'kivitendo' | $T8 %]"></a>
templates/design40_webpages/mass_delivery_order_print/list_delivery_orders.html
4 4

  
5 5
<h1>[% FORM.title %]</h1>
6 6

  
7
[% INCLUDE "common/flash.html" %]
8

  
9 7
[% LIST_ACTION     = 'action_list_delivery_orders' %]
10 8
[% PROCESS 'mass_delivery_order_print/_filter.html' filter=SELF.filter %]
11 9

  
templates/design40_webpages/mass_invoice_create_print_from_do/list_invoices.html
4 4

  
5 5
<h1>[% FORM.title %]</h1>
6 6

  
7
[% INCLUDE "common/flash.html" %]
8

  
9 7
[% LIST_ACTION     = 'list_invoices' %]
10 8
[% PROCESS 'mass_invoice_create_print_from_do/_filter.html' filter=SELF.invoice_models.filtered.laundered %]
11 9

  
templates/design40_webpages/mass_invoice_create_print_from_do/list_sales_delivery_orders.html
5 5

  
6 6
<h1>[% FORM.title %]</h1>
7 7

  
8
[% INCLUDE "common/flash.html" %]
9

  
10 8
[% LIST_ACTION  = 'list_sales_delivery_orders' %]
11 9
[% SET MODELS = SELF.sales_delivery_order_models;
12 10
       dummy  = MODELS.finalize %]
templates/design40_webpages/oe/form_header.html
26 26
<input type="hidden" name="follow_up_rowcount" value="1">
27 27
<input type="hidden" name="lastmtime" value="[% HTML.escape(lastmtime) %]">
28 28

  
29
[% INCLUDE 'common/flash.html' %]
30 29
[% INCLUDE 'generic/set_longdescription.html' %]
31 30

  
32 31
<div id="oe_tabs" class="tabwidget">
templates/design40_webpages/order/form.html
37 37
  [%   L.hidden_tag('form_validity_token', FORM.form_validity_token) %]
38 38
  [% END %]
39 39

  
40
  [% INCLUDE 'common/flash.html' %]
41

  
42 40
<div class="tabwidget" id="order_tabs">
43 41

  
44 42
<ul>
templates/design40_webpages/part/form.html
8 8

  
9 9
<form method="post" id="ic" name="ic" action="controller.pl">
10 10

  
11
[% INCLUDE 'common/flash.html' %]
12

  
13 11
[% L.hidden_tag('part.part_type'   , SELF.part.part_type) %]
14 12
[% L.hidden_tag('part.id'          , SELF.part.id) %]
15 13
[% L.hidden_tag('last_modification', SELF.part.last_modification) %]
templates/design40_webpages/pay_posting_import/form.html
2 2
[% USE LxERP %]
3 3
[% USE L %]
4 4
[% USE T8 %]
5
[% INCLUDE 'common/flash.html' %]
6 5

  
7 6
<h1>[% FORM.title %]</h1>
8 7

  
templates/design40_webpages/payment_term/form.html
3 3

  
4 4
 
5 5
<form method="post" action="controller.pl" id="form">
6
  [%- INCLUDE 'common/flash.html' %] 
7 6
<div class="wrapper">
8 7

  
9 8
<table class="tbl-horizontal">
templates/design40_webpages/payment_term/list.html
1 1
[% USE HTML %][% USE T8 %][% USE L %][% USE LxERP %]
2 2
<h1>[% FORM.title %]</h1>
3 3

  
4
[%- INCLUDE 'common/flash.html' %]
5

  
6 4
<form method="post" action="controller.pl">
7 5
[% IF !PAYMENT_TERMS.size %]
8 6
  <p>
templates/design40_webpages/price_rule/form.html
6 6

  
7 7
<h1>[% title %]</h1>
8 8

  
9
[% INCLUDE 'common/flash.html' %]
10

  
11 9
<form method="post" action="controller.pl" id="form">
12 10
[% L.hidden_tag("price_rule.id",   SELF.price_rule.id) %]
13 11
[% L.hidden_tag("price_rule.type", SELF.price_rule.type) %]
templates/design40_webpages/project/form.html
5 5
[% USE LxERP %]
6 6
<h1>[% title | html %]</h1>
7 7

  
8
[% INCLUDE 'common/flash.html' %]
9

  
10 8
 <form method="post" action="controller.pl" id="form">
11 9
  [% L.hidden_tag("callback", callback) %]
12 10
  [% L.hidden_tag("id", SELF.project.id) %]
templates/design40_webpages/reclamation/form.html
36 36
  [%   L.hidden_tag('form_validity_token', FORM.form_validity_token) %]
37 37
  [% END %]
38 38

  
39
  [%- INCLUDE 'common/flash.html' %]
40

  
41 39
  <div class="tabwidget" id="reclamation_tabs">
42 40
    <ul>
43 41
      <li><a href="#ui-tabs-basic-data">[% 'Basic Data' | $T8 %]</a></li>
templates/design40_webpages/reclamation_reason/form.html
1 1
[%- USE HTML -%][%- USE LxERP -%][%- USE L -%][%- USE P -%][%- USE T8 -%]
2
[% INCLUDE 'common/flash.html' %]
3 2

  
4 3
<h1>[% HTML.escape(title) %]</h1>
5 4
<form action="controller.pl" method="post" id="form">
templates/design40_webpages/reclamation_reason/list.html
1 1
[%- USE HTML -%][%- USE LxERP -%][%- USE L -%][%- USE T8 -%]
2
[%- INCLUDE 'common/flash.html' %]
3 2

  
4 3
<h1>[% title %]</h1>
5 4

  
templates/design40_webpages/reclamation_reason/sort_list.html
1 1
[%- USE HTML -%][%- USE LxERP -%][%- USE L -%][%- USE P -%][%- USE T8 -%]
2
[% INCLUDE 'common/flash.html' %]
3 2

  
4 3
<h1>[% HTML.escape(title) %]</h1>
5 4
[% SET style="width: 400px" %]
templates/design40_webpages/reconciliation/form.html
5 5

  
6 6
<h1>[% title %]</h1>
7 7

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

  
10 8
<form id="reconciliation_form" method="post" action="controller.pl" id="filter_form">
11 9

  
12 10
  <table class="tbl-horizontal test">
templates/design40_webpages/report_generator/chart_report.html
2 2

  
3 3
<h1>[% TITLE %]</h1>
4 4

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

  
7 5
[% IF TOP_INFO_TEXT %]
8 6
 <p>[% TOP_INFO_TEXT %]</p>
9 7
[% END %]
templates/design40_webpages/report_generator/html_report.html
7 7
  <p class="message">[% MESSAGE %]</p>
8 8
[% END %]
9 9

  
10
[% INCLUDE 'common/flash.html' %]
11

  
12 10
[% IF TOP_INFO_TEXT %]<p>[% TOP_INFO_TEXT %]</p>[% END %]
13 11
[% RAW_TOP_INFO_TEXT %]
14 12

  
templates/design40_webpages/requirement_spec/new.html
1 1
<h1>[% FORM.title %]</h1>
2 2

  
3
[% INCLUDE 'common/flash.html' %]
4

  
5 3
[% INCLUDE 'requirement_spec/_form.html' %]
templates/design40_webpages/requirement_spec/show.html
6 6
[% USE JavaScript %]
7 7
[% SET sections = SELF.requirement_spec.sections_sorted || [] %]
8 8

  
9
[% INCLUDE 'common/flash.html' %]
10

  
11 9
[% INCLUDE 'requirement_spec/_header.html' %]
12 10

  
13 11
[% L.hidden_tag('requirement_spec_id', SELF.requirement_spec.id, 'data-is-template'=(SELF.requirement_spec.is_template ? 1 : 0)) %]
templates/design40_webpages/requirement_spec_version/new.html
1
[% INCLUDE 'common/flash.html' %]
2

  
3 1
[% INCLUDE 'requirement_spec_version/_form.html' %]
templates/design40_webpages/shop_order/_get_one.html
1 1
[%- USE HTML -%][%- USE LxERP -%][%- USE L -%][%- USE T8 -%]
2 2
[% USE Dumper %]
3
[%- INCLUDE 'common/flash.html' %]
4 3
<form id="get_one_order_form" action="controller.pl" method="post" style="padding-left:1em;">
5 4
 <table>
6 5
    <tr>
templates/design40_webpages/shop_order/list.html
4 4
[% USE T8 %]
5 5

  
6 6
[% L.stylesheet_tag('webshop') %]
7
[% INCLUDE 'common/flash.html' %]
8 7
<h1>[% title %] &nbsp; <small>[% 'Number of data sets' | $T8 %]: [% SHOPORDERS.size %]</small></h1>
9 8

  
10 9
[% PROCESS 'shop_order/_filter.html' filter=SELF.models.filtered.laundered %]
templates/design40_webpages/shop_order/show.html
6 6

  
7 7
<h1>[% title %]</h1>
8 8

  
9
[% INCLUDE 'common/flash.html' %]
10

  
11 9
<!--
12 10
  PENDENT: Die DIV-Tables umwandeln in horizontale Tabellen.
13 11
  Vielleicht vorher mit Werner Hahn absprechen.
templates/design40_webpages/shops/form.html
10 10
<h1>[% HTML.escape(title) %]</h1>
11 11
<form id="form" action="controller.pl" method="post">
12 12

  
13
[% INCLUDE 'common/flash.html' %]
14

  
15 13
[% L.hidden_tag("id", SELF.shop.id) %]
16 14

  
17 15
<div class="wrapper">
templates/design40_webpages/shops/list.html
3 3
[% USE L %]
4 4
[% USE T8 %]
5 5

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

  
8 6
<h1>[% title %]</h1>
9 7
<div class="wrapper">
10 8

  
templates/design40_webpages/simple_system_setting/form.html
5 5

  
6 6
<h1>[% HTML.escape(title) %]</h1>
7 7

  
8
[%- INCLUDE "common/flash.html" %]
9

  
10 8
<form action="controller.pl" method="post" id="form">
11 9

  
12 10
 [%- L.hidden_tag("type", SELF.type) %]
templates/design40_webpages/simple_system_setting/list.html
2 2

  
3 3
<h1>[% HTML.escape(title) %]</h1>
4 4

  
5
[%- INCLUDE 'common/flash.html' %]
6 5
<div class="wrapper">
7 6

  
8 7
<table id="object_list" class="tbl-list wi-moderate">
templates/design40_webpages/task_server/show.html
5 5

  
6 6
<h1>[% FORM.title %]</h1>
7 7

  
8
[% INCLUDE 'common/flash.html' %]
9

  
10 8
<div class="wrapper">
11 9

  
12 10
  <table id="background_job_history_details" class="background_job_details">
templates/design40_webpages/taxzones/list.html
1
[%- USE HTML -%][%- USE LxERP -%][%- USE L -%][%- USE T8 -%][%- INCLUDE 'common/flash.html' %]
2

  
3 1
<h1>[% title %]</h1>
4 2

  
5 3
<div class="wrapper">
templates/design40_webpages/time_recording/form.html
6 6

  
7 7
<h1>[% title %]</h1>
8 8

  
9
[%- INCLUDE 'common/flash.html' %]
10

  
11 9
<form method="post" action="controller.pl" id="form">
12 10
  [% P.hidden_tag('id',       SELF.time_recording.id) %]
13 11
  [% L.hidden_tag('callback', FORM.callback) %]
templates/design40_webpages/todo/show_todo_list.html
3 3

  
4 4
<h1>[% 'Your TODO list' | $T8 %]</h1>
5 5

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

  
8 6
[% IF !todo_list %]
9 7
  <p>[% 'There are no items on your TODO list at the moment.' | $T8 %]</p>
10 8
[% ELSE %]
templates/design40_webpages/ustva/report.html
4 4

  
5 5
 <form method="post" id="form_do" action="[% HTML.escape(script) %]">
6 6

  
7
 [%- INCLUDE 'common/flash.html' %]
8 7
 <input type="hidden" name="title" value="[% HTML.escape(title) %]">
9 8

  
10 9
 <table width="100%">
templates/design40_webpages/yearend/form.html
5 5

  
6 6
<h1>[% title | html %]</h1>
7 7

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

  
10 8
<div class="wrapper">
11 9

  
12 10
[% IF carry_over_chart AND profit_chart AND loss_chart %] [% THEN %]
templates/design40_webpages/zugferd/form.html
3 3
[% USE L %]
4 4
[% USE T8 %]
5 5

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

  
8 6
<h1>[% FORM.title %]</h1>
9 7

  
10 8
<div class="wrapper">
templates/webpages/admin/create_dataset.html
1 1
[%- USE HTML %][%- USE LxERP -%][%- USE T8 -%][%- USE L -%]
2 2

  
3
[% INCLUDE 'common/flash.html' %]
4

  
5 3
<h1>[% HTML.escape(title) %]</h1>
6 4

  
7 5
<form method="post" action="controller.pl">
templates/webpages/admin/dbadmin.html
1 1
[%- USE HTML %][%- USE LxERP -%][%- USE L -%]
2 2

  
3
[% INCLUDE 'common/flash.html' %]
4

  
5 3
<h1>[% LxERP.t8("Database login (#1)", title) %]</h1>
6 4

  
7 5
<p>[% LxERP.t8('Here you only provide the credentials for logging into the database.') %] [% LxERP.t8('Nothing will be created or deleted at this stage!') %]</p>
templates/webpages/admin/delete_dataset.html
1 1
[%- USE HTML %][%- USE LxERP -%][%- USE L -%][%- USE JavaScript -%]
2 2

  
3
[% INCLUDE 'common/flash.html' %]
4

  
5 3
<h1>[% HTML.escape(title) %]</h1>
6 4

  
7 5
<p>
templates/webpages/admin/edit_client.html
1 1
[%- USE HTML %]
2 2
[%- USE L %][%- USE LxERP -%]
3 3

  
4
[%- INCLUDE 'common/flash.html' %]
5

  
6 4
<h1>[% HTML.escape(title) %]</h1>
7 5

  
8 6
<form method="post" action="controller.pl" id="form">
templates/webpages/admin/edit_group.html
1 1
[%- USE HTML %]
2 2
[%- USE L %][%- USE LxERP -%]
3 3

  
4
[%- INCLUDE 'common/flash.html' %]
5

  
6 4
<h1>[% HTML.escape(title) %]</h1>
7 5

  
8 6
<form method="post" action="controller.pl" id="form">
templates/webpages/admin/edit_printer.html
1 1
[%- USE LxERP -%][%- USE HTML -%][%- USE L -%]
2 2

  
3
[% INCLUDE 'common/flash.html' %]
4

  
5 3
[% IF !SELF.all_clients.size %]
6 4
<div class="error">
7 5
 [% LxERP.t8("Error") %]:
templates/webpages/admin/edit_user.html
1 1
[%- USE HTML %]
2 2
[%- USE L %][%- USE LxERP -%][%- USE JavaScript -%]
3 3

  
4
[%- INCLUDE 'common/flash.html' %]
5

  
6 4
<h1>[% HTML.escape(title) %]</h1>
7 5

  
8 6
<form method="post" action="controller.pl" id="form">
templates/webpages/admin/list_printers.html
1 1
[%- USE HTML -%][%- USE LxERP -%][%- USE L -%]
2 2

  
3
[% INCLUDE 'common/flash.html' %]
4

  
5 3
<h1>[% HTML.escape(title) %]</h1>
6 4

  
7 5
[% IF !SELF.all_clients.size %]
templates/webpages/admin/show.html
1 1
[%- USE HTML %][%- USE LxERP -%][%- USE L -%]
2 2

  
3
[% INCLUDE 'common/flash.html' %]
4

  
5 3
<h1>[% HTML.escape(title) %]</h1>
6 4

  
7 5
<div class="tabwidget">
templates/webpages/admin/show_lock.html
1 1
[%- USE HTML %][%- USE LxERP -%][%- USE L -%]
2 2

  
3
[% INCLUDE 'common/flash.html' %]
4

  
5 3
<h1>[% HTML.escape(title) %]</h1>
6 4

  
7 5
[% IF SELF.is_locked %]
templates/webpages/am/edit_units.html
2 2
[% USE HTML %]
3 3
<h1>[% title %]</h1>
4 4

  
5
[% INCLUDE "common/flash.html" %]
6

  
7 5
[% PROCESS "am/_units_header_info.html" %]
8 6

  
9 7
<hr>
templates/webpages/am/list_tax.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
[% INCLUDE "common/flash.html" %]
4 3
 <h1>[% title %]</h1>
5 4

  
6 5
 <table>
templates/webpages/ap/form_header.html
9 9
  [% title %]
10 10
</h1>
11 11

  
12
[%- INCLUDE 'common/flash.html' %]
13

  
14 12
<form method="post" action="[% script | html %]" id="form">
15 13

  
16 14
<input type="hidden" name="terms" value="[% terms | html %]">
templates/webpages/ar/form_header.html
8 8
  [% title | html %]
9 9
</h1>
10 10

  
11
[%- INCLUDE 'common/flash.html' %]
12

  
13 11
<form method=post name="arledger" action="[% script %]" id="form">
14 12

  
15 13
[% L.hidden_tag('id', id) %]
templates/webpages/background_job/form.html
2 2

  
3 3
 <h1>[% FORM.title %]</h1>
4 4

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

  
7 5
 <form method="post" action="controller.pl" id="form">
8 6
  [% L.hidden_tag("id", SELF.background_job.id) %]
9 7
  [% L.hidden_tag("back_to", SELF.back_to) %]
templates/webpages/background_job/list.html
2 2

  
3 3
 <h1>[% FORM.title %]</h1>
4 4

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

  
7 5
  [% IF !BACKGROUND_JOBS.size %]
8 6
   <p>
9 7
    [%- LxERP.t8('No background job has been created yet.') %]
templates/webpages/background_job_history/list.html
2 2

  
3 3
<h1>[% FORM.title %]</h1>
4 4

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

  
7 5
[%- PROCESS 'background_job_history/_filter.html' filter=SELF.models.filtered.laundered %]
8 6

  
9 7
[% IF !ENTRIES.size %]
templates/webpages/background_job_history/show.html
2 2

  
3 3
 <h1>[% FORM.title %]</h1>
4 4

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

  
7 5
 <table id="background_job_history_details" class="background_job_details">
8 6
  <tbody>
9 7
   <tr class="listrow0">
templates/webpages/bank_import/upload_mt940.html
3 3
[%- USE L %]
4 4
[%- USE T8 %]
5 5

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

  
8 6
<h1>[% FORM.title %]</h1>
9 7

  
10 8
<form method="post" action="controller.pl" enctype="multipart/form-data" id="form">
templates/webpages/bank_transactions/list.html
2 2

  
3 3
<h1>[% title %]</h1>
... Dieser Diff wurde abgeschnitten, weil er die maximale Anzahl anzuzeigender Zeilen überschreitet.

Auch abrufbar als: Unified diff