From 22a6ed18203d3962b6a8e22d1776331e95930e6e Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Sat, 11 Jun 2016 21:45:07 -0400 Subject: [PATCH] Localize Select/Deselect all --- admin/edit_post.php | 4 ++-- admin/new_ticket.php | 8 ++++---- index.php | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/admin/edit_post.php b/admin/edit_post.php index bac0d15f..ee7e6ae7 100644 --- a/admin/edit_post.php +++ b/admin/edit_post.php @@ -400,8 +400,8 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php'); } echo '
- - + +
'; break; diff --git a/admin/new_ticket.php b/admin/new_ticket.php index 7b5dfec0..4e4bb7b2 100644 --- a/admin/new_ticket.php +++ b/admin/new_ticket.php @@ -445,8 +445,8 @@ foreach ($hesk_settings['custom_fields'] as $k => $v) { echo '
- - + +
'; break; @@ -953,8 +953,8 @@ foreach ($hesk_settings['custom_fields'] as $k => $v) { echo '
- - + +
'; break; diff --git a/index.php b/index.php index 9ed243b7..e307aec1 100644 --- a/index.php +++ b/index.php @@ -503,8 +503,8 @@ function print_add_ticket() echo '
- - + +
'; @@ -857,8 +857,8 @@ function print_add_ticket() echo '
- - + +
';