From a8c351d1779d86deca237ce17c3eb6d237cd188e Mon Sep 17 00:00:00 2001 From: Luis Calvo Date: Wed, 21 Aug 2019 09:55:53 +0200 Subject: [PATCH] Custom fields type hint BBCode updated --- pandora_console/godmode/agentes/agent_manager.php | 2 +- pandora_console/godmode/massive/massive_edit_agents.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_console/godmode/agentes/agent_manager.php b/pandora_console/godmode/agentes/agent_manager.php index dfdd7390c3..f467a93695 100644 --- a/pandora_console/godmode/agentes/agent_manager.php +++ b/pandora_console/godmode/agentes/agent_manager.php @@ -787,7 +787,7 @@ $table->class = 'custom_fields_table'; $table->head = [ 0 => __('Click to display').ui_print_help_tip( - __('This field allows url insertion using the BBCode\'s url tag').'.
'.__('The format is: [url=\'url to navigate\']\'text to show\'[/url]').'.

'.__('e.g.: [url=google.com]Google web search[/url]'), + __('This field allows url insertion using the BBCode\'s url tag').'.
'.__('The format is: [url=\'url to navigate\']\'text to show\'[/url] or [url]\'url to navigate\'[/url] ').'.

'.__('e.g.: [url=google.com]Google web search[/url] or [url]www.goole.com[/url]'), true ), ]; diff --git a/pandora_console/godmode/massive/massive_edit_agents.php b/pandora_console/godmode/massive/massive_edit_agents.php index da1a0887b5..3ddbbe04cf 100755 --- a/pandora_console/godmode/massive/massive_edit_agents.php +++ b/pandora_console/godmode/massive/massive_edit_agents.php @@ -686,7 +686,7 @@ if ($fields === false) { foreach ($fields as $field) { $data[0] = ''.$field['name'].''; $data[0] .= ui_print_help_tip( - __('This field allows url insertion using the BBCode\'s url tag').'.
'.__('The format is: [url=\'url to navigate\']\'text to show\'[/url]').'.

'.__('e.g.: [url=google.com]Google web search[/url]'), + __('This field allows url insertion using the BBCode\'s url tag').'.
'.__('The format is: [url=\'url to navigate\']\'text to show\'[/url] or [url]\'url to navigate\'[/url] ').'.

'.__('e.g.: [url=google.com]Google web search[/url] or [url]www.goole.com[/url]'), true ); $combo = [];