diff --git a/.gitignore b/.gitignore index 4d882fb1..49494f83 100644 --- a/.gitignore +++ b/.gitignore @@ -276,3 +276,4 @@ rate.php readme.html reply_ticket.php robots.txt +.idea/ diff --git a/README.md b/README.md index a6546814..25851c12 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ This branch contains additional files on top of HESK UI that create the HESK Web Services, a REST API to retrieve / submit changes to support tickets. +

Download

There are currently no releases available, however you will eventually be able to download this tweak via two ways: diff --git a/admin/admin_ticket.php b/admin/admin_ticket.php index 5fd3684d..388e96db 100644 --- a/admin/admin_ticket.php +++ b/admin/admin_ticket.php @@ -537,6 +537,7 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php');      '; echo '

'.$hesklang['status'].'

'; - - $random=rand(10000,99999); $status_options = array( 0 => '', diff --git a/admin/new_ticket.php b/admin/new_ticket.php index a486c0d3..a69d38c2 100644 --- a/admin/new_ticket.php +++ b/admin/new_ticket.php @@ -130,8 +130,9 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php');
placeholder=""/>
-
+ +

';} elseif (in_array('category',$_SESSION['isnotice'])) {echo '
';} else {echo '
';} ?> diff --git a/css/hesk_newStyle.php b/css/hesk_newStyle.php index 2d9c03ce..0e5e5dd6 100644 --- a/css/hesk_newStyle.php +++ b/css/hesk_newStyle.php @@ -18,6 +18,11 @@ $questionMarkColor = $hesk_ui_settings['questionMarkColor']; ?> +.row { + margin-left: 0px; + margin-right: 0px; +} + .navbar { margin-bottom: 0; } diff --git a/inc/ticket_list.inc.php b/inc/ticket_list.inc.php index c872bceb..503e8e63 100644 --- a/inc/ticket_list.inc.php +++ b/inc/ticket_list.inc.php @@ -120,7 +120,7 @@ if ($total > 0)
'.sprintf($hesklang['tickets_on_pages'],$total,$pages).' '.$hesklang['jump_page'].' +
- +