From 6a61c4b6a9d50b7cf735d1bcc83543ea6092cc9d Mon Sep 17 00:00:00 2001 From: Chris Nighswonger Date: Fri, 7 Mar 2008 03:48:47 -0500 Subject: [PATCH] Implementing TMPL_ELSIF; NOTICE: REQUIRES Template::Pro 0.69 Signed-off-by: Joshua Ferraro --- .../prog/en/modules/tools/picture-upload.tmpl | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/picture-upload.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/picture-upload.tmpl index 190eb8d076..92e478c904 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/picture-upload.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/picture-upload.tmpl @@ -47,12 +47,12 @@
  • - Cardnumber:
    WARNING: This image not imported because - the database returned an error. Please refer to the error log for more details.
  • - this patron does not exist in the database. - the image format is unrecognized. - Koha was unable to open the image for reading. - the is missing. - of an unknown error. Please refer to the error log for more details. + the database returned an error. Please refer to the error log for more details. + this patron does not exist in the database. + the image format is unrecognized. + Koha was unable to open the image for reading. + the is missing. + of an unknown error. Please refer to the error log for more details. imported successfully. @@ -70,14 +70,14 @@
    -
  • The upload file does not appear to be a zip file. The extention is not '.zip'.
  • -
  • This script is not able to create/write to the necessary temporary directory.
  • -
  • The upload file appears to be empty.
  • -
  • Cannot open to read.
    Please verify that it exists.
  • -
  • Cannot open to read.
    Please verify that it exists.
  • -
  • Unrecognized or missing field delimeter.
    Please verify that you are using either a single quote or a tab.
  • -
  • failed to unpack.
    Please verify the integrity of the zip file and retry.
  • -
  • An unknown error has occurred.
    Please review the error log for more details.
  • +
  • The upload file does not appear to be a zip file. The extention is not '.zip'.
  • +
  • This script is not able to create/write to the necessary temporary directory.
  • +
  • The upload file appears to be empty.
  • +
  • Cannot open to read.
    Please verify that it exists.
  • +
  • Cannot open to read.
    Please verify that it exists.
  • +
  • Unrecognized or missing field delimeter.
    Please verify that you are using either a single quote or a tab.
  • +
  • failed to unpack.
    Please verify the integrity of the zip file and retry.
  • +
  • An unknown error has occurred.
    Please review the error log for more details.
  • -- 2.39.5