[Koha-bugs] [Bug 6874] File upload in MARC

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 26 06:19:20 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6874

--- Comment #122 from M. Tompsett <mtompset at hotmail.com> ---
Comment on attachment 21432
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=21432
[SIGNED-OFF] Bug 6874: File upload in MARC

Review of attachment 21432:
 --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=6874&attachment=21432)
-----------------------------------------------------------------

::: installer/data/mysql/kohastructure.sql
@@ +3202,5 @@
> +--
> +-- Table structure for table uploaded_files
> +--
> +
> +DROP TABLE IF EXISTS uploaded_files

This line is missing a semi-colon.

@@ +3211,1 @@
>  ) ENGINE=InnoDB DEFAULT CHARSET=utf8;

This line should be copied to 3201.

:::
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/upload_delete_file.tt
@@ +3,5 @@
> +<html xmlns="http://www.w3.org/1999/xhtml">
> +<head>
> +    <title>Upload plugin</title>
> +    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
> +    <script type="text/javascript" src="[% themelang %]/lib/jquery/jquery.js"></script>

This should be [% interface %] not, [% themelang %]

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list