diff --git a/admin/admin_ticket.php b/admin/admin_ticket.php index e555637e..ffeafc61 100644 --- a/admin/admin_ticket.php +++ b/admin/admin_ticket.php @@ -1815,7 +1815,7 @@ function print_form() function hesk_printTicketReplies() { - global $hesklang, $hesk_settings, $result, $reply, $isManager; + global $hesklang, $hesk_settings, $result, $reply, $isManager, $modsForHesk_settings; $i = $hesk_settings['new_top'] ? 0 : 1; diff --git a/admin/edit_post.php b/admin/edit_post.php index 7e281b4f..2a399819 100644 --- a/admin/edit_post.php +++ b/admin/edit_post.php @@ -34,9 +34,11 @@ define('IN_SCRIPT',1); define('HESK_PATH','../'); +define('WYSIWYG',1); /* Get all the required files and functions */ require(HESK_PATH . 'hesk_settings.inc.php'); +require(HESK_PATH . 'modsForHesk_settings.inc.php'); require(HESK_PATH . 'inc/common.inc.php'); require(HESK_PATH . 'inc/admin_functions.inc.php'); hesk_load_database_functions(); @@ -453,7 +455,10 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php');
- + +
@@ -478,6 +483,28 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php');
+ + + ul { +.message > * { margin-top: 0; margin-bottom: 0; } diff --git a/css/hesk_newStyleRTL.php b/css/hesk_newStyleRTL.php index a467f342..86541710 100644 --- a/css/hesk_newStyleRTL.php +++ b/css/hesk_newStyleRTL.php @@ -201,7 +201,7 @@ } -.ticketMessageBottom > ul { +.message > * { margin-top: 0; margin-bottom: 0; } diff --git a/inc/header.inc.php b/inc/header.inc.php index 1f57b1a7..14a67eb0 100644 --- a/inc/header.inc.php +++ b/inc/header.inc.php @@ -97,7 +97,7 @@ require(HESK_PATH . 'modsForHesk_settings.inc.php'); if (defined('WYSIWYG') && $hesk_settings['kb_wysiwyg']) { ?> - +
- + + + +
diff --git a/print.php b/print.php index 5dc2a851..47af6670 100644 --- a/print.php +++ b/print.php @@ -98,12 +98,20 @@ $replies = hesk_dbNumRows($res); <?php echo $hesk_settings['hesk_title']; ?>