summaryrefslogtreecommitdiff
path: root/modules/pref-labels.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-03-02 21:58:29 +0100
committerAndrew Dolgov <[email protected]>2007-03-02 21:58:29 +0100
commite6312f6c977eb1a9572f12ed3868055b3a79cdfc (patch)
tree831279354f1887d69398ce0437c387b92e20098f /modules/pref-labels.php
parentd95bd220320efac33a699ea8c5c32e2f4fd51e40 (diff)
fix form autosubmit problem
Diffstat (limited to 'modules/pref-labels.php')
-rw-r--r--modules/pref-labels.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pref-labels.php b/modules/pref-labels.php
index 3b7d7f79f..71d4d1cc8 100644
--- a/modules/pref-labels.php
+++ b/modules/pref-labels.php
@@ -27,7 +27,7 @@
print "<div id=\"infoBoxTitle\">Label editor</div>";
print "<div class=\"infoBoxContents\">";
- print "<form id=\"label_edit_form\">";
+ print "<form id=\"label_edit_form\" onsubmit='return false'>";
print "<input type=\"hidden\" name=\"op\" value=\"pref-labels\">";
print "<input type=\"hidden\" name=\"id\" value=\"$label_id\">";