diff --git a/admin/admin_ticket.php b/admin/admin_ticket.php index aa77f1b5..0a480cdc 100644 --- a/admin/admin_ticket.php +++ b/admin/admin_ticket.php @@ -1298,18 +1298,7 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php');
-
-
- -
'; - } - ?> -
-
- +
@@ -1869,19 +1858,7 @@ function hesk_printReplyForm()
-
-
- -
'; - } - ?> -
-
- +
-
-
- -
'; - } - ?> -
-
+
-
-
- -
'; - } - } - ?> -
-
- - - + diff --git a/css/mods-for-hesk.css b/css/mods-for-hesk.css index d67bbd49..7e894def 100644 --- a/css/mods-for-hesk.css +++ b/css/mods-for-hesk.css @@ -331,4 +331,15 @@ div.setupButtons { .rate { margin: 0; +} + +.fileinput-button { + width: 100%; + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.file-row p.name { + overflow: hidden; + text-overflow: ellipsis; } \ No newline at end of file diff --git a/inc/view_attachment_functions.inc.php b/inc/view_attachment_functions.inc.php index df3e80ee..28e061ae 100644 --- a/inc/view_attachment_functions.inc.php +++ b/inc/view_attachment_functions.inc.php @@ -176,18 +176,22 @@ function output_dropzone_window() {