projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
703d517
)
Fehlermeldung in parse_html_template - locales müssen schon lange nicht mehr template...
author
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 30 Dec 2010 15:28:42 +0000
(16:28 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 30 Dec 2010 15:28:42 +0000
(16:28 +0100)
SL/Form.pm
patch
|
blob
|
history
diff --git
a/SL/Form.pm
b/SL/Form.pm
index
e2a484e
..
f0ad1a1
100644
(file)
--- a/
SL/Form.pm
+++ b/
SL/Form.pm
@@
-762,9
+762,8
@@
sub _prepare_html_template {
$file = "templates/webpages/${file}.html";
} else {
- my $info = "Web page template '${file}' not found.\n" .
- "Please re-run 'locales.pl' in 'locale/${language}'.";
- print(qq|<pre>$info</pre>|);
+ my $info = "Web page template '${file}' not found.\n";
+ print qq|<pre>$info</pre>|;
::end_of_request();
}