View | Details | Raw Unified | Return to bug 6874
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/upload_delete_file.tt (-3 / +13 lines)
Lines 6-11 Link Here
6
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
    <script type="text/javascript" src="[% themelang %]/lib/jquery/jquery.js"></script>
7
    <script type="text/javascript" src="[% themelang %]/lib/jquery/jquery.js"></script>
8
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/staff-global.css" />
8
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/staff-global.css" />
9
    <script type="text/javascript">
10
        //<![CDATA[
11
        function goToUploadPage() {
12
            var url = "/cgi-bin/koha/cataloguing/plugin_launcher.pl?"
13
                + "plugin_name=upload.pl&index=[% index %]";
14
            window.location.href = url;
15
        }
16
        //]]>
17
    </script>
9
18
10
</head>
19
</head>
11
<body>
20
<body>
Lines 22-29 Link Here
22
        });
31
        });
23
    </script>
32
    </script>
24
33
25
    The file has been successfully deleted.
34
    <p>The file has been successfully deleted.</p>
26
    <p><input type="button" value="close" onclick="window.close();" /></p>
35
36
    <input type="button" value="Upload a new file" onclick="goToUploadPage();" />
37
    <input type="button" value="Close" onclick="window.close();" />
27
38
28
[% ELSE %]
39
[% ELSE %]
29
40
30
- 

Return to bug 6874