From 23a85efea72e651db811ed4783ae484e665172c0 Mon Sep 17 00:00:00 2001 From: Ross Poulton Date: Tue, 7 Aug 2012 22:55:56 +1000 Subject: [PATCH] Make it easier to allow multiple file attachments on update. Closes #90. --- helpdesk/templates/helpdesk/ticket.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpdesk/templates/helpdesk/ticket.html b/helpdesk/templates/helpdesk/ticket.html index b4c30e6a..b5c17080 100644 --- a/helpdesk/templates/helpdesk/ticket.html +++ b/helpdesk/templates/helpdesk/ticket.html @@ -31,7 +31,7 @@ distribution, this will have to do. */ $(".AddAnotherFile>a").click(function() { $(this).parent().remove(); - $("#FileUpload>dl").append("
({% trans "Add Another File" %})
"); + $("#FileUpload>dl").append("
({% trans "Add Another File" %})
"); processAddFileClick(); return false; }); @@ -194,7 +194,7 @@ function googleTranslateElementInit() {
-
({% trans "Add Another File" %})
+
({% trans "Add Another File" %})