summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-28 18:52:55 +0400
committerAndrew Dolgov <[email protected]>2013-03-28 18:52:55 +0400
commitbf6df2368da7e8b03f1bc0efdcdd69d26981cdab (patch)
tree0f6f0c211f496c37db67add2562c0f95ceb4e70a /include
parent4cf0f9a900cb8bd2bd9bf82615fdd18e0ced80e2 (diff)
attachments dropdown: display as block element
Diffstat (limited to 'include')
-rw-r--r--include/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index 0a97cbcc4..be90b15b4 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -3693,7 +3693,7 @@
$rv .= "<hr clear='both'/>";
}
- $rv .= "<select onchange=\"openSelectedAttachment(this)\">".
+ $rv .= "<select class=\"attachments\" onchange=\"openSelectedAttachment(this)\">".
"<option value=''>" . __('Attachments')."</option>";
foreach ($entries as $entry) {