From f113acbdfa2cc85c853de0b9bd93fde5c8b4cc07 Mon Sep 17 00:00:00 2001 From: Chris Nighswonger Date: Mon, 11 Jan 2010 16:11:49 -0500 Subject: [PATCH] [23/30] Centralizing error message handling for the 'View' in the Patron Card Creator All error message handling should be done through this mechanism. This will ensure that the error messages are properly translated by the translator. --- .../prog/en/includes/error-messages.inc | 106 ++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/error-messages.inc diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/error-messages.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/error-messages.inc new file mode 100644 index 0000000000..0d1c43f0f8 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/error-messages.inc @@ -0,0 +1,106 @@ + + + + + -- 2.20.1