show attachments dropdown on a separate line
This commit is contained in:
parent
fe0a51ac83
commit
2a3d00bbf5
1 changed files with 1 additions and 1 deletions
|
@ -4864,7 +4864,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$rv .= "<div dojoType=\"dijit.form.DropDownButton\">".
|
$rv .= "<br/><div dojoType=\"dijit.form.DropDownButton\">".
|
||||||
"<span>" . __('Attachments')."</span>";
|
"<span>" . __('Attachments')."</span>";
|
||||||
$rv .= "<div dojoType=\"dijit.Menu\" style=\"display: none;\">";
|
$rv .= "<div dojoType=\"dijit.Menu\" style=\"display: none;\">";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue