summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-08-29 15:34:27 +0400
committerAndrew Dolgov <[email protected]>2012-08-29 15:34:27 +0400
commit2a3d00bbf5d5b47fec3a4e4e39cabe3a19108fe2 (patch)
tree0b9d15f42deb18ec3fc2ba185c1e96f0fa472db8
parentfe0a51ac83c03c9377edbfc8f8f315b5f2d87d6d (diff)
show attachments dropdown on a separate line
-rw-r--r--include/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index 441eacb20..7eeafd645 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -4864,7 +4864,7 @@
}
}
- $rv .= "<div dojoType=\"dijit.form.DropDownButton\">".
+ $rv .= "<br/><div dojoType=\"dijit.form.DropDownButton\">".
"<span>" . __('Attachments')."</span>";
$rv .= "<div dojoType=\"dijit.Menu\" style=\"display: none;\">";