summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/elements/freeside.css5
-rwxr-xr-xhttemplate/view/quotation.html2
2 files changed, 5 insertions, 2 deletions
diff --git a/httemplate/elements/freeside.css b/httemplate/elements/freeside.css
index 4fd06a0bf..ebeee985d 100644
--- a/httemplate/elements/freeside.css
+++ b/httemplate/elements/freeside.css
@@ -287,4 +287,7 @@ td.label {
color: #ff0000;
}
-
+.error {
+ font-size: large;
+ color: #ff0000;
+}
diff --git a/httemplate/view/quotation.html b/httemplate/view/quotation.html
index 4abef9f78..67609a1c6 100755
--- a/httemplate/view/quotation.html
+++ b/httemplate/view/quotation.html
@@ -73,7 +73,7 @@ function areyousure(href, message) {
% }
% if ( $error ) {
-<& /elements/error.html, $error &>
+<DIV CLASS="error"><% emt('Error calculating quotation: [_1]', $error) %></DIV>
% }
% if ( $conf->exists('quotation_html') ) {