From bd2ee51fbaf8724e411c158cb62d833e825ec197 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Mon, 9 Jun 2014 08:35:33 -0400 Subject: [PATCH 1/8] Fixed CSS reference --- install/install_functions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/install_functions.inc.php b/install/install_functions.inc.php index 56931133..7163c474 100644 --- a/install/install_functions.inc.php +++ b/install/install_functions.inc.php @@ -779,7 +779,7 @@ function hesk_iHeader() - + From 0694986b3a668c814ee01d0ece0083fbaf094dab Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Mon, 9 Jun 2014 21:22:52 -0400 Subject: [PATCH 2/8] Fixed ticket table header on admin_main for Firefox users --- inc/ticket_list.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'].' placeholder=""/>
-
+ +

';} elseif (in_array('category',$_SESSION['isnotice'])) {echo '
';} else {echo '
';} ?> From f50d7182ff7de61d70288a99013d527007511625 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Mon, 9 Jun 2014 21:23:58 -0400 Subject: [PATCH 4/8] Updated .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) 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/ From 86039a490d366c4742c07926dd5740f748c47fa1 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Mon, 9 Jun 2014 21:39:09 -0400 Subject: [PATCH 5/8] Moved $random so the variable is accessible when it is being called --- admin/admin_ticket.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 => '', From 8c1a29d9d090733cfe55612efd727f5d398c5167 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Mon, 9 Jun 2014 21:39:34 -0400 Subject: [PATCH 6/8] Removed reference to non-existent variable --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 7cea8be3..e6ab6dd1 100644 --- a/index.php +++ b/index.php @@ -731,7 +731,7 @@ function print_start()

- +
Date: Mon, 9 Jun 2014 21:55:02 -0400 Subject: [PATCH 7/8] Updated README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2d615196..c3d488a4 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ [![Analytics](https://ga-beacon.appspot.com/UA-49251479-1/hesk/README)](https://github.com/mkoch227/Hesk) -

HESK UI v1.1.5

+

HESK UI v1.1.6

-This branch contains all files modified from the base version of HESK to become HESK UI, a clean user interface for HESK v2.5.3 +This branch contains all files modified from the base version of HESK to become HESK UI, a clean user interface for HESK v2.x

Download

@@ -19,7 +19,7 @@ You can download this tweak via two ways:
  • Download HESK from http://www.hesk.com/download.php.
  • Extract the contents of HESK to a directory of your choice.
  • Download HESK UI from one of the two methods described above.
  • -
  • Copy and paste the contents of the zip/tar.gz bundle and overwrite any files in the original HESK 2.5.3 folder.
  • +
  • Copy and paste the contents of the zip/tar.gz bundle and overwrite any files in the original HESK 2.x folder.
  • Upload the resulting folder to your webserver.
  • Please consult the official HESK Documentation on how to install HESK, as it is the same for both HESK and HESK UI.

    From 8094e320ab73258ca8ea97506e99c8f0aad2fcae Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Tue, 10 Jun 2014 20:42:37 -0400 Subject: [PATCH 8/8] Fixed scrollbars in admin center --- css/hesk_newStyle.php | 5 +++++ 1 file changed, 5 insertions(+) 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; }