From edc6ad7d5091e889808d561d991c0b77351c41e3 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Wed, 31 Jul 2013 15:01:27 +0000 Subject: [PATCH] 2013-07-31 Miguel de Dios * include/functions_ui.php: reduced the char lenght of title in the header for to avoid crash when have title with wide chars. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8607 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/include/functions_ui.php | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 72504ed854..264d839551 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2013-07-31 Miguel de Dios + + * include/functions_ui.php: reduced the char lenght of title in + the header for to avoid crash when have title with wide chars. + 2013-07-31 Sergio Martin * include/functions_agents.php: Fix a if condition diff --git a/pandora_console/include/functions_ui.php b/pandora_console/include/functions_ui.php index 789b7f5444..1aa1a10b32 100644 --- a/pandora_console/include/functions_ui.php +++ b/pandora_console/include/functions_ui.php @@ -2181,8 +2181,9 @@ function ui_print_page_header ($title, $icon = "", $return = false, $help = "", $buffer = '
';