show attachments dropdown on a separate line

This commit is contained in:
Andrew Dolgov 2012-08-29 15:34:27 +04:00
parent fe0a51ac83
commit 2a3d00bbf5
1 changed files with 1 additions and 1 deletions

View File

@ -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;\">";