Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 7bf16444

Von Tamino Steinert vor 7 Tagen hinzugefügt

  • ID 7bf16444622d7b223d65fc52ec787a285429072b
  • Vorgänger 4a663bf8
  • Nachfolger e1938585

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
[% USE T8 %]
[% USE L %]
[% INCLUDE 'common/flash.html' %]
<h1>[% HTML.escape(title) %]</h1>
<form method="post" action="controller.pl">
templates/design40_webpages/admin/dbadmin.html
[% USE LxERP %]
[% USE L %]
[% INCLUDE 'common/flash.html' %]
<h1>[% LxERP.t8("Database login (#1)", title) %]</h1>
<div class="wrapper">
templates/design40_webpages/admin/delete_dataset.html
[% USE L %]
[% USE JavaScript %]
[% INCLUDE 'common/flash.html' %]
<h1>[% HTML.escape(title) %]</h1>
<p>
templates/design40_webpages/admin/edit_client.html
[% USE L %]
[% USE LxERP %]
[% INCLUDE 'common/flash.html' %]
<h1>[% HTML.escape(title) %]</h1>
<form method="post" action="controller.pl" id="form">
templates/design40_webpages/admin/edit_group.html
[% USE L %]
[% USE LxERP %]
[% INCLUDE 'common/flash.html' %]
<h1>[% HTML.escape(title) %]</h1>
templates/design40_webpages/admin/edit_printer.html
<div class="wrapper">
[% INCLUDE 'common/flash.html' %]
[% IF !SELF.all_clients.size %]
<div class="message message_error">
<b>[% LxERP.t8("Error") %]:</b> [% LxERP.t8("No clients have been created yet.") %]
templates/design40_webpages/admin/edit_user.html
[% USE LxERP %]
[% USE JavaScript %]
[% INCLUDE 'common/flash.html' %]
<h1>[% HTML.escape(title) %]</h1>
<form method="post" action="controller.pl" id="form">
templates/design40_webpages/admin/list_printers.html
<div class="wrapper">
[% IF !SELF.all_clients.size %]
[% INCLUDE 'common/flash.html' %]
<div class="error">
[% LxERP.t8("Error") %]: [% LxERP.t8("No clients have been created yet.") %]
</div>
templates/design40_webpages/admin/show.html
[% USE LxERP %]
[% USE L %]
[% INCLUDE 'common/flash.html' %]
<h1>[% HTML.escape(title) %]</h1>
<div class="tabwidget">
templates/design40_webpages/admin/show_lock.html
<div class="wrapper">
[% INCLUDE 'common/flash.html' %]
[% IF SELF.is_locked %]
<p>
[% LxERP.t8("The installation is currently locked.") %]
templates/design40_webpages/am/edit_units.html
[% title %]
</h1>
[% INCLUDE "common/flash.html" %]
<div class="wrapper">
<div class="col" style="width:30.0em">
templates/design40_webpages/am/list_tax.html
[%- USE T8 %]
[%- USE HTML %]
[% INCLUDE "common/flash.html" %]
<h1>[% title %]</h1>
<div class="wrapper">
<table class="tbl-list width-moderate">
templates/design40_webpages/ap/form_header.html
[% title %]
</h1>
[% INCLUDE 'common/flash.html' %]
<form method="post" action="[% script | html %]" id="form">
<input type="hidden" name="terms" value="[% terms | html %]">
templates/design40_webpages/ar/form_header.html
[% title %]
</h1>
[% INCLUDE 'common/flash.html' %]
<form method="post" name="arledger" action="[% script %]" id="form">
[% L.hidden_tag('id', id) %]
templates/design40_webpages/background_job/form.html
<h1>[% FORM.title %]</h1>
[% INCLUDE 'common/flash.html' %]
<form method="post" action="controller.pl" id="form">
[% L.hidden_tag("id", SELF.background_job.id) %]
[% L.hidden_tag("back_to", SELF.back_to) %]
templates/design40_webpages/background_job/list.html
<h1>[% FORM.title %]</h1>
[% INCLUDE 'common/flash.html' %]
[% IF !BACKGROUND_JOBS.size %]
<p>[% LxERP.t8('No background job has been created yet.') %]</p>
templates/design40_webpages/background_job_history/list.html
<h1>[% FORM.title %]</h1>
[% INCLUDE 'common/flash.html' %]
[% PROCESS 'background_job_history/_filter.html' filter=SELF.models.filtered.laundered %]
<div class="wrapper">
templates/design40_webpages/background_job_history/show.html
<h1>[% FORM.title %]</h1>
[% INCLUDE 'common/flash.html' %]
<table id="background_job_history_details" class="background_job_details">
<tbody>
<tr>
templates/design40_webpages/bank_import/upload_mt940.html
[% USE L %]
[% USE T8 %]
[% INCLUDE 'common/flash.html' %]
<h1>[% FORM.title %]</h1>
<div class="wrapper">
templates/design40_webpages/bank_transactions/list.html
<h1>[% title %]</h1>
[% INCLUDE 'common/flash.html' %]
[% IF SELF.problems.size %]
[% INCLUDE 'bank_transactions/_problems.html' %]
[% END %]
templates/design40_webpages/bank_transactions/search.html
[% USE L %]
[% USE LxERP %]
[% INCLUDE 'common/flash.html' %]
<h1>[% 'Search bank transactions' | $T8 %]</h1>
templates/design40_webpages/buchungsgruppen/list.html
[% USE LxERP %]
[% USE L %]
[% USE T8 %]
[% INCLUDE 'common/flash.html' %]
<h1>[% title %]</h1>
templates/design40_webpages/client_config/form.html
<h1>[% title | html %]</h1>
[% INCLUDE 'common/flash.html' %]
<form action='controller.pl' method='POST' id='form'>
<div class="tabwidget">
<ul>
templates/design40_webpages/csv_import/_deferred_report.html
[% INCLUDE 'common/flash.html' %]
<div id='csv_import_report'></div>
<script type='text/javascript'>
......
[%- END %]
});
</script>
</script>
templates/design40_webpages/csv_import/_deferred_results.html
<h2>[% 'Import Status' | $T8 %]</h2>
[% INCLUDE 'common/flash.html' %]
[% UNLESS SELF.background_job.data_as_hash.errors %]
<div id='progress_description'></div>
<div id='progressbar'></div>
templates/design40_webpages/csv_import/form.html
<h1>[% FORM.title %]</h1>
[% INCLUDE 'common/flash.html' %]
<form method="post" action="controller.pl" enctype="multipart/form-data" id="form">
[% L.hidden_tag('form_sent', '1') %]
[% L.hidden_tag('action', 'CsvImport/dispatch') %]
templates/design40_webpages/cti/calling.html
<body>
[% INCLUDE 'common/flash.html' %]
</body>
</html>
</html>
templates/design40_webpages/custom_data_export/empty_result_set.html
<h1>[% FORM.title %]</h1>
<div class="wrapper">
[%- INCLUDE 'common/flash.html' %]
<p>
[% LxERP.t8("The query did not return any data.") %]
</p>
templates/design40_webpages/custom_data_export/export.html
<h1>[% FORM.title %]</h1>
<div class="wrapper ">
[%- INCLUDE 'common/flash.html' %]
<form method="post" action="controller.pl" id="form">
[% L.hidden_tag("id", SELF.query.id) %]
[% L.hidden_tag("parameters_set", "1") %]
templates/design40_webpages/custom_data_export/list.html
<h1>[% FORM.title %]</h1>
<div class="wrapper">
[%- INCLUDE 'common/flash.html' %]
[% IF !SELF.queries.size %]
<p>
[%- LxERP.t8("You do not have access to any custom report.") %]
templates/design40_webpages/custom_data_export_designer/edit.html
<h1>[% FORM.title %] — [% LxERP.t8("Step #1/#2", 1, 2) %] — [% LxERP.t8("Basic Data") %]</h1>
<div class="wrapper">
[% INCLUDE 'common/flash.html' %]
<form method="post" action="controller.pl" id="form">
[% L.hidden_tag("id", SELF.query.id) %]
<div class="input-panel control-panel">
templates/design40_webpages/custom_data_export_designer/edit_parameters.html
<h1>[% FORM.title %] — [% LxERP.t8("Step #1/#2", 2, 2) %] — [% LxERP.t8("Query parameters") %]</h1>
<div class="wrapper">
[%- INCLUDE 'common/flash.html' %]
<form method="post" action="controller.pl" id="form">
[% L.hidden_tag("id", SELF.query.id) %]
[% L.hidden_tag("query.name", SELF.query.name) %]
templates/design40_webpages/custom_data_export_designer/list.html
<h1>[% FORM.title %]</h1>
<div class="wrapper">
[%- INCLUDE 'common/flash.html' %]
[% IF !SELF.queries.size %]
<p>
[%- LxERP.t8("No custom reports have been created yet.") %]
templates/design40_webpages/custom_variable_config/list.html
<h1>[% title %]</h1>
[% INCLUDE 'common/flash.html' %]
<div class="wrapper">
<div class="select-item control-panel">
templates/design40_webpages/customer_vendor/form.html
[% L.hidden_tag('callback', FORM.callback) %]
[% L.hidden_tag('cv.id', SELF.cv.id) %]
[% INCLUDE 'common/flash.html' %]
[%- SET show_deliveries = ( SELF.cv.id && ((SELF.is_customer && AUTH.assert('sales_all_edit', 1)) || (SELF.is_vendor && AUTH.assert('purchase_all_edit', 1))) ) -%]
<div class="tabwidget" id="customer_vendor_tabs">
<ul class="ui-tabs">
templates/design40_webpages/dbupgrade/auth/clients.html
[% USE LxERP %]
[% USE L %]
[% INCLUDE 'common/flash.html' %]
<h1>[% LxERP.t8("Introduction of clients") %]</h1>
<div class="wrapper">
......
</p>
</form>
</div><!-- /.wrapper -->
</div><!-- /.wrapper -->
templates/design40_webpages/dbupgrade/auth/clients_webdav.html
[% USE LxERP %]
[% USE L %]
[% INCLUDE 'common/flash.html' %]
<h1>[% LxERP.t8("Introduction of clients") %] -- [% LxERP.t8("Handling of WebDAV") %]</h1>
<div class="wrapper">
......
</p>
</form>
</div><!-- /.wrapper -->
</div><!-- /.wrapper -->
templates/design40_webpages/delivery_order/form.html
[% L.hidden_tag('form_validity_token', FORM.form_validity_token) %]
[% END %]
[%- INCLUDE 'common/flash.html' %]
<div class="tabwidget" id="order_tabs">
<ul>
<li><a href="#ui-tabs-basic-data">[% 'Basic Data' | $T8 %]</a></li>
templates/design40_webpages/delivery_term/form.html
<div class="wrapper">
<form method="post" action="controller.pl" id="form">
[%- INCLUDE 'common/flash.html' %]
<table class="tbl-horizontal">
<tr>
<th> [%- 'Description' | $T8 %] </th>
templates/design40_webpages/delivery_term/list.html
[% USE LxERP %]
<h1>[% FORM.title %]</h1>
[%- INCLUDE 'common/flash.html' %]
<form method="post" action="controller.pl" id="form">
<div class="wrapper">
templates/design40_webpages/disposition_manager/list_parts.html
[%- USE L -%]
[%- USE T8 -%]
[%- INCLUDE 'common/flash.html' %]
<div class="wrapper">
<form id="form">
<table class="tbl-list">
templates/design40_webpages/disposition_manager/show_purchase_basket.html
[%- USE T8 -%]
[%- USE P -%]
[%- INCLUDE 'common/flash.html' %]
<h1>[% title %]</h1>
<div class="wrapper" id="wrapper-1">
templates/design40_webpages/do/form_header.html
[% SET DISABLED = ' disabled' %]
[% END %]
[% INCLUDE 'common/flash.html' %]
[% INCLUDE 'generic/set_longdescription.html' %]
[% IF ERRORS && ERRORS.size %]
templates/design40_webpages/drafts/form.html
[% USE LxERP %]
[% USE HTML %]
[% INCLUDE 'common/flash.html' %]
[% IF FORM.id %]
<h3>[% 'Update this draft.' | $T8 %]</h3>
[% ELSE %]
templates/design40_webpages/dunning/search.html
<h1>[% title %]</h1>
[% INCLUDE 'common/flash.html' %]
<form method="post" name="search" action="dn.pl" id="form">
<div class="wrapper">
templates/design40_webpages/dunning/status.html
<h1>[% title | html %]</h1>
[% INCLUDE 'common/flash.html' %]
<div class="wrapper">
<table class="tbl-list">
<thead>
templates/design40_webpages/email_journal/list.html
<h1>[% FORM.title %]</h1>
[% INCLUDE 'common/flash.html' %]
[% PROCESS 'email_journal/_filter.html' filter=SELF.models.filtered.laundered %]
[% IF !ENTRIES.size %]
templates/design40_webpages/email_journal/show.html
<form>
[% INCLUDE 'common/flash.html' %]
<div class="tabwidget" id="email_tabs">
<ul>
<li><a href="#ui-tabs-basic-data">[% 'Basic Data' | $T8 %]</a></li>
templates/design40_webpages/employee/edit.html
[%- USE LxERP -%][%- USE L -%][%- USE T8 -%]<h1>[% title | html %]</h1>
[% INCLUDE "common/flash.html" %]
<div class="wrapper">
<form action="controller.pl" method="POST" id="form">
templates/design40_webpages/employee/list.html
<h1>[% title | html %]</h1>
[% INCLUDE 'common/flash.html' %]
[% PROCESS 'employee/_list.html' %]
templates/design40_webpages/gl/form_header.html
<form method="post" name="gl" action="gl.pl" id="form">
[%- INCLUDE 'common/flash.html' %]
[% FOREACH name IN [ 'id', 'closedto', 'locked', 'storno', 'storno_id', 'previous_id', 'previous_gldate' ] %]
[% L.hidden_tag(name, $name) %]
[% END %]
templates/design40_webpages/gobd/filter.html
<div class="wrapper">
[% INCLUDE 'common/flash.html' %]
<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>
templates/design40_webpages/ic/search.html
[% USE P %]
[% SET style="width: 250px" %]
[% INCLUDE 'common/flash.html' %]
<h1>[% title %]</h1>
<form method="post" action="ic.pl" id="form">
templates/design40_webpages/ic/search_update_prices.html
[% USE L %]
<h1>[% 'Update prices' | $T8 %]</h1>
[% INCLUDE 'common/flash.html' %]
<form method="post" action="controller.pl" id="form">
<div class="wrapper">
templates/design40_webpages/inventory/stocktaking/form.html
<div class="wrapper">
[% INCLUDE 'common/flash.html' %]
<form method="post" action="controller.pl" id="stocktaking_form">
<div class="select-item control-panel">
templates/design40_webpages/inventory/warehouse_selection_stock.html
<h1>[% title | html %]</h1>
[% INCLUDE 'common/flash.html' %]
<form name="Form" method="post" action="controller.pl" id="form">
<div class="wrapper">
templates/design40_webpages/inventory/warehouse_usage.html
<h1>[% title | html %]</h1>
[% INCLUDE 'common/flash.html' %]
<form name="Form" method="post" action="controller.pl" id="form">
<div class="wrapper">
templates/design40_webpages/ir/form_header.html
[% L.hidden_tag('workflow_email_attachment_id', workflow_email_attachment_id) %]
[% L.hidden_tag('workflow_email_callback', workflow_email_callback) %]
[% INCLUDE 'common/flash.html' %]
[% INCLUDE 'generic/set_longdescription.html' %]
<div id="ir_tabs" class="tabwidget">
templates/design40_webpages/is/form_header.html
[% IF saved_message != '' %]<p>[% saved_message %]</p>[% END %]
[% INCLUDE 'common/flash.html' %]
[% INCLUDE 'generic/set_longdescription.html' %]
<div id="is_tabs" class="tabwidget">
templates/design40_webpages/letter/edit.html
<input type="hidden" name="type" value="[% FORM.type | html %]">
[% L.hidden_tag('is_sales', SELF.is_sales) %]
[% INCLUDE 'common/flash.html' %]
<div id="oe_tabs" class="tabwidget">
<ul>
<li><a href="#ui-tabs-letter">[% LxERP.t8("Letter") %]</a></li>
templates/design40_webpages/list_transactions/report_settings.html
[% USE P %]
[% USE T8 %]
[% INCLUDE 'common/flash.html' %]
<h1>[% title | html %]</h1>
<form name="Form" method="post" action="controller.pl" id="report_settings">
......
label => LxERP.t8('Description')) %]</div>
</div>
</form>
</form>
templates/design40_webpages/login/company_logo.html
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.'),
%]
</noscript>
[%- INCLUDE 'common/flash.html' %]
<div class="col" style="width:270px">
<a class="nomobile" href="http://www.kivitendo.de" target="_blank" title="[% 'kivitendo Homepage' | $T8 %] ([% 'Open in new window' | $T8 %])">
<img src="image/kivitendo[% xmas %].png" class="kivitendo-logo" alt="[% 'kivitendo' | $T8 %]"></a>
templates/design40_webpages/mass_delivery_order_print/list_delivery_orders.html
<h1>[% FORM.title %]</h1>
[% INCLUDE "common/flash.html" %]
[% LIST_ACTION = 'action_list_delivery_orders' %]
[% PROCESS 'mass_delivery_order_print/_filter.html' filter=SELF.filter %]
templates/design40_webpages/mass_invoice_create_print_from_do/list_invoices.html
<h1>[% FORM.title %]</h1>
[% INCLUDE "common/flash.html" %]
[% LIST_ACTION = 'list_invoices' %]
[% PROCESS 'mass_invoice_create_print_from_do/_filter.html' filter=SELF.invoice_models.filtered.laundered %]
templates/design40_webpages/mass_invoice_create_print_from_do/list_sales_delivery_orders.html
<h1>[% FORM.title %]</h1>
[% INCLUDE "common/flash.html" %]
[% LIST_ACTION = 'list_sales_delivery_orders' %]
[% SET MODELS = SELF.sales_delivery_order_models;
dummy = MODELS.finalize %]
templates/design40_webpages/oe/form_header.html
<input type="hidden" name="follow_up_rowcount" value="1">
<input type="hidden" name="lastmtime" value="[% HTML.escape(lastmtime) %]">
[% INCLUDE 'common/flash.html' %]
[% INCLUDE 'generic/set_longdescription.html' %]
<div id="oe_tabs" class="tabwidget">
templates/design40_webpages/order/form.html
[% L.hidden_tag('form_validity_token', FORM.form_validity_token) %]
[% END %]
[% INCLUDE 'common/flash.html' %]
<div class="tabwidget" id="order_tabs">
<ul>
templates/design40_webpages/part/form.html
<form method="post" id="ic" name="ic" action="controller.pl">
[% INCLUDE 'common/flash.html' %]
[% L.hidden_tag('part.part_type' , SELF.part.part_type) %]
[% L.hidden_tag('part.id' , SELF.part.id) %]
[% L.hidden_tag('last_modification', SELF.part.last_modification) %]
templates/design40_webpages/pay_posting_import/form.html
[% USE LxERP %]
[% USE L %]
[% USE T8 %]
[% INCLUDE 'common/flash.html' %]
<h1>[% FORM.title %]</h1>
templates/design40_webpages/payment_term/form.html
<form method="post" action="controller.pl" id="form">
[%- INCLUDE 'common/flash.html' %]
<div class="wrapper">
<table class="tbl-horizontal">
templates/design40_webpages/payment_term/list.html
[% USE HTML %][% USE T8 %][% USE L %][% USE LxERP %]
<h1>[% FORM.title %]</h1>
[%- INCLUDE 'common/flash.html' %]
<form method="post" action="controller.pl">
[% IF !PAYMENT_TERMS.size %]
<p>
templates/design40_webpages/price_rule/form.html
<h1>[% title %]</h1>
[% INCLUDE 'common/flash.html' %]
<form method="post" action="controller.pl" id="form">
[% L.hidden_tag("price_rule.id", SELF.price_rule.id) %]
[% L.hidden_tag("price_rule.type", SELF.price_rule.type) %]
templates/design40_webpages/project/form.html
[% USE LxERP %]
<h1>[% title | html %]</h1>
[% INCLUDE 'common/flash.html' %]
<form method="post" action="controller.pl" id="form">
[% L.hidden_tag("callback", callback) %]
[% L.hidden_tag("id", SELF.project.id) %]
templates/design40_webpages/reclamation/form.html
[% L.hidden_tag('form_validity_token', FORM.form_validity_token) %]
[% END %]
[%- INCLUDE 'common/flash.html' %]
<div class="tabwidget" id="reclamation_tabs">
<ul>
<li><a href="#ui-tabs-basic-data">[% 'Basic Data' | $T8 %]</a></li>
templates/design40_webpages/reclamation_reason/form.html
[%- USE HTML -%][%- USE LxERP -%][%- USE L -%][%- USE P -%][%- USE T8 -%]
[% INCLUDE 'common/flash.html' %]
<h1>[% HTML.escape(title) %]</h1>
<form action="controller.pl" method="post" id="form">
templates/design40_webpages/reclamation_reason/list.html
[%- USE HTML -%][%- USE LxERP -%][%- USE L -%][%- USE T8 -%]
[%- INCLUDE 'common/flash.html' %]
<h1>[% title %]</h1>
templates/design40_webpages/reclamation_reason/sort_list.html
[%- USE HTML -%][%- USE LxERP -%][%- USE L -%][%- USE P -%][%- USE T8 -%]
[% INCLUDE 'common/flash.html' %]
<h1>[% HTML.escape(title) %]</h1>
[% SET style="width: 400px" %]
templates/design40_webpages/reconciliation/form.html
<h1>[% title %]</h1>
[%- INCLUDE 'common/flash.html' %]
<form id="reconciliation_form" method="post" action="controller.pl" id="filter_form">
<table class="tbl-horizontal test">
templates/design40_webpages/report_generator/chart_report.html
<h1>[% TITLE %]</h1>
[%- INCLUDE 'common/flash.html' %]
[% IF TOP_INFO_TEXT %]
<p>[% TOP_INFO_TEXT %]</p>
[% END %]
templates/design40_webpages/report_generator/html_report.html
<p class="message">[% MESSAGE %]</p>
[% END %]
[% INCLUDE 'common/flash.html' %]
[% IF TOP_INFO_TEXT %]<p>[% TOP_INFO_TEXT %]</p>[% END %]
[% RAW_TOP_INFO_TEXT %]
templates/design40_webpages/requirement_spec/new.html
<h1>[% FORM.title %]</h1>
[% INCLUDE 'common/flash.html' %]
[% INCLUDE 'requirement_spec/_form.html' %]
templates/design40_webpages/requirement_spec/show.html
[% USE JavaScript %]
[% SET sections = SELF.requirement_spec.sections_sorted || [] %]
[% INCLUDE 'common/flash.html' %]
[% INCLUDE 'requirement_spec/_header.html' %]
[% 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
[% INCLUDE 'common/flash.html' %]
[% INCLUDE 'requirement_spec_version/_form.html' %]
templates/design40_webpages/shop_order/_get_one.html
[%- USE HTML -%][%- USE LxERP -%][%- USE L -%][%- USE T8 -%]
[% USE Dumper %]
[%- INCLUDE 'common/flash.html' %]
<form id="get_one_order_form" action="controller.pl" method="post" style="padding-left:1em;">
<table>
<tr>
templates/design40_webpages/shop_order/list.html
[% USE T8 %]
[% L.stylesheet_tag('webshop') %]
[% INCLUDE 'common/flash.html' %]
<h1>[% title %] &nbsp; <small>[% 'Number of data sets' | $T8 %]: [% SHOPORDERS.size %]</small></h1>
[% PROCESS 'shop_order/_filter.html' filter=SELF.models.filtered.laundered %]
templates/design40_webpages/shop_order/show.html
<h1>[% title %]</h1>
[% INCLUDE 'common/flash.html' %]
<!--
PENDENT: Die DIV-Tables umwandeln in horizontale Tabellen.
Vielleicht vorher mit Werner Hahn absprechen.
templates/design40_webpages/shops/form.html
<h1>[% HTML.escape(title) %]</h1>
<form id="form" action="controller.pl" method="post">
[% INCLUDE 'common/flash.html' %]
[% L.hidden_tag("id", SELF.shop.id) %]
<div class="wrapper">
templates/design40_webpages/shops/list.html
[% USE L %]
[% USE T8 %]
[% INCLUDE 'common/flash.html' %]
<h1>[% title %]</h1>
<div class="wrapper">
templates/design40_webpages/simple_system_setting/form.html
<h1>[% HTML.escape(title) %]</h1>
[%- INCLUDE "common/flash.html" %]
<form action="controller.pl" method="post" id="form">
[%- L.hidden_tag("type", SELF.type) %]
templates/design40_webpages/simple_system_setting/list.html
<h1>[% HTML.escape(title) %]</h1>
[%- INCLUDE 'common/flash.html' %]
<div class="wrapper">
<table id="object_list" class="tbl-list wi-moderate">
templates/design40_webpages/task_server/show.html
<h1>[% FORM.title %]</h1>
[% INCLUDE 'common/flash.html' %]
<div class="wrapper">
<table id="background_job_history_details" class="background_job_details">
templates/design40_webpages/taxzones/list.html
[%- USE HTML -%][%- USE LxERP -%][%- USE L -%][%- USE T8 -%][%- INCLUDE 'common/flash.html' %]
<h1>[% title %]</h1>
<div class="wrapper">
templates/design40_webpages/time_recording/form.html
<h1>[% title %]</h1>
[%- INCLUDE 'common/flash.html' %]
<form method="post" action="controller.pl" id="form">
[% P.hidden_tag('id', SELF.time_recording.id) %]
[% L.hidden_tag('callback', FORM.callback) %]
templates/design40_webpages/todo/show_todo_list.html
<h1>[% 'Your TODO list' | $T8 %]</h1>
[%- INCLUDE 'common/flash.html' %]
[% IF !todo_list %]
<p>[% 'There are no items on your TODO list at the moment.' | $T8 %]</p>
[% ELSE %]
templates/design40_webpages/ustva/report.html
<form method="post" id="form_do" action="[% HTML.escape(script) %]">
[%- INCLUDE 'common/flash.html' %]
<input type="hidden" name="title" value="[% HTML.escape(title) %]">
<table width="100%">
templates/design40_webpages/wh/create_assembly_chargenumbers.html
<h1>[% HTML.escape(title) %]</h1>
[%- INCLUDE 'common/flash.html' %]
<form name="Form" method="post" action="wh.pl" id="form">
[%
templates/design40_webpages/yearend/form.html
<h1>[% title | html %]</h1>
[%- INCLUDE 'common/flash.html' %]
<div class="wrapper">
[% IF carry_over_chart AND profit_chart AND (loss_chart OR SELF.defaults.yearend_method == 'simple') %] [% THEN %]
templates/design40_webpages/zugferd/form.html
[% USE L %]
[% USE T8 %]
[% INCLUDE 'common/flash.html' %]
<h1>[% FORM.title %]</h1>
<div class="wrapper">
templates/webpages/admin/create_dataset.html
[%- USE HTML %][%- USE LxERP -%][%- USE T8 -%][%- USE L -%]
[% INCLUDE 'common/flash.html' %]
<h1>[% HTML.escape(title) %]</h1>
<form method="post" action="controller.pl">
templates/webpages/admin/dbadmin.html
[%- USE HTML %][%- USE LxERP -%][%- USE L -%]
[% INCLUDE 'common/flash.html' %]
<h1>[% LxERP.t8("Database login (#1)", title) %]</h1>
<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
[%- USE HTML %][%- USE LxERP -%][%- USE L -%][%- USE JavaScript -%]
[% INCLUDE 'common/flash.html' %]
<h1>[% HTML.escape(title) %]</h1>
<p>
templates/webpages/admin/edit_client.html
[%- USE HTML %]
[%- USE L %][%- USE LxERP -%]
[%- INCLUDE 'common/flash.html' %]
<h1>[% HTML.escape(title) %]</h1>
<form method="post" action="controller.pl" id="form">
templates/webpages/admin/edit_group.html
[%- USE HTML %]
[%- USE L %][%- USE LxERP -%]
[%- INCLUDE 'common/flash.html' %]
<h1>[% HTML.escape(title) %]</h1>
<form method="post" action="controller.pl" id="form">
templates/webpages/admin/edit_printer.html
[%- USE LxERP -%][%- USE HTML -%][%- USE L -%]
[% INCLUDE 'common/flash.html' %]
[% IF !SELF.all_clients.size %]
<div class="error">
[% LxERP.t8("Error") %]:
templates/webpages/admin/edit_user.html
[%- USE HTML %]
[%- USE L %][%- USE LxERP -%][%- USE JavaScript -%]
[%- INCLUDE 'common/flash.html' %]
<h1>[% HTML.escape(title) %]</h1>
<form method="post" action="controller.pl" id="form">
templates/webpages/admin/list_printers.html
[%- USE HTML -%][%- USE LxERP -%][%- USE L -%]
[% INCLUDE 'common/flash.html' %]
<h1>[% HTML.escape(title) %]</h1>
[% IF !SELF.all_clients.size %]
templates/webpages/admin/show.html
[%- USE HTML %][%- USE LxERP -%][%- USE L -%]
[% INCLUDE 'common/flash.html' %]
<h1>[% HTML.escape(title) %]</h1>
<div class="tabwidget">
templates/webpages/admin/show_lock.html
[%- USE HTML %][%- USE LxERP -%][%- USE L -%]
[% INCLUDE 'common/flash.html' %]
<h1>[% HTML.escape(title) %]</h1>
[% IF SELF.is_locked %]
templates/webpages/am/edit_units.html
[% USE HTML %]
<h1>[% title %]</h1>
[% INCLUDE "common/flash.html" %]
[% PROCESS "am/_units_header_info.html" %]
<hr>
templates/webpages/am/list_tax.html
[%- USE T8 %]
[%- USE HTML %]
[% INCLUDE "common/flash.html" %]
<h1>[% title %]</h1>
<table>
templates/webpages/ap/form_header.html
[% title %]
</h1>
[%- INCLUDE 'common/flash.html' %]
<form method="post" action="[% script | html %]" id="form">
<input type="hidden" name="terms" value="[% terms | html %]">
templates/webpages/ar/form_header.html
[% title | html %]
</h1>
[%- INCLUDE 'common/flash.html' %]
<form method=post name="arledger" action="[% script %]" id="form">
[% L.hidden_tag('id', id) %]
templates/webpages/background_job/form.html
<h1>[% FORM.title %]</h1>
[%- INCLUDE 'common/flash.html' %]
<form method="post" action="controller.pl" id="form">
[% L.hidden_tag("id", SELF.background_job.id) %]
[% L.hidden_tag("back_to", SELF.back_to) %]
templates/webpages/background_job/list.html
<h1>[% FORM.title %]</h1>
[%- INCLUDE 'common/flash.html' %]
[% IF !BACKGROUND_JOBS.size %]
<p>
[%- LxERP.t8('No background job has been created yet.') %]
templates/webpages/background_job_history/list.html
<h1>[% FORM.title %]</h1>
[%- INCLUDE 'common/flash.html' %]
[%- PROCESS 'background_job_history/_filter.html' filter=SELF.models.filtered.laundered %]
[% IF !ENTRIES.size %]
templates/webpages/background_job_history/show.html
<h1>[% FORM.title %]</h1>
[%- INCLUDE 'common/flash.html' %]
<table id="background_job_history_details" class="background_job_details">
<tbody>
<tr class="listrow0">
templates/webpages/bank_import/upload_mt940.html
[%- USE L %]
[%- USE T8 %]
[%- INCLUDE 'common/flash.html' %]
<h1>[% FORM.title %]</h1>
<form method="post" action="controller.pl" enctype="multipart/form-data" id="form">
... Dieser Diff wurde abgeschnitten, weil er die maximale Anzahl anzuzeigender Zeilen überschreitet.

Auch abrufbar als: Unified diff