]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- fix js error
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 28 Mar 2005 06:52:47 +0000 (06:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-iss-close.patch -> 1.1

eventum-iss-close.patch [new file with mode: 0644]

diff --git a/eventum-iss-close.patch b/eventum-iss-close.patch
new file mode 100644 (file)
index 0000000..6a8a859
--- /dev/null
@@ -0,0 +1,35 @@
+diff -Naru a/templates/en/close.tpl.html b/templates/en/close.tpl.html
+--- a/templates/en/close.tpl.html      2005-03-21 03:51:37 -08:00
++++ b/templates/en/close.tpl.html      2005-03-21 03:51:37 -08:00
+@@ -32,6 +32,8 @@
+ {literal}
+ <script language="JavaScript">
+ <!--
++var has_per_incident_contract = false;
++
+ function validateClose(f)
+ {
+     if (getSelectedOption(f, 'status') == -1) {
+@@ -139,7 +141,7 @@
+         </tr>
+         {if $incident_details|@count > 0}
+         <script>
+-        var has_per_incident_contract = true;
++        has_per_incident_contract = true;
+         </script>
+         <tr>
+           <td width="160" bgcolor="{$internal_color}" class="default_white">
+# This is a BitKeeper generated diff -Nru style patch.
+#
+# ChangeSet
+#   2005/03/20 02:55:36-06:00 bryan@mysql.com 
+#   Fixed JS error on close issue page
+# 
+# ChangeLog
+#   2005/03/20 02:55:35-06:00 bryan@mysql.com +1 -0
+#   Fixed JS error on close issue page
+# 
+# templates/en/close.tpl.html
+#   2005/03/20 02:55:35-06:00 bryan@mysql.com +3 -1
+#   Fixed JS error on close issue page
+# 
This page took 0.08146 seconds and 4 git commands to generate.