mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Custom fields type hint BBCode updated
This commit is contained in:
parent
f6f96523a0
commit
a8c351d177
@ -787,7 +787,7 @@ $table->class = 'custom_fields_table';
|
|||||||
|
|
||||||
$table->head = [
|
$table->head = [
|
||||||
0 => __('Click to display').ui_print_help_tip(
|
0 => __('Click to display').ui_print_help_tip(
|
||||||
__('This field allows url insertion using the BBCode\'s url tag').'.<br />'.__('The format is: [url=\'url to navigate\']\'text to show\'[/url]').'.<br /><br />'.__('e.g.: [url=google.com]Google web search[/url]'),
|
__('This field allows url insertion using the BBCode\'s url tag').'.<br />'.__('The format is: [url=\'url to navigate\']\'text to show\'[/url] or [url]\'url to navigate\'[/url] ').'.<br /><br />'.__('e.g.: [url=google.com]Google web search[/url] or [url]www.goole.com[/url]'),
|
||||||
true
|
true
|
||||||
),
|
),
|
||||||
];
|
];
|
||||||
|
@ -686,7 +686,7 @@ if ($fields === false) {
|
|||||||
foreach ($fields as $field) {
|
foreach ($fields as $field) {
|
||||||
$data[0] = '<b>'.$field['name'].'</b>';
|
$data[0] = '<b>'.$field['name'].'</b>';
|
||||||
$data[0] .= ui_print_help_tip(
|
$data[0] .= ui_print_help_tip(
|
||||||
__('This field allows url insertion using the BBCode\'s url tag').'.<br />'.__('The format is: [url=\'url to navigate\']\'text to show\'[/url]').'.<br /><br />'.__('e.g.: [url=google.com]Google web search[/url]'),
|
__('This field allows url insertion using the BBCode\'s url tag').'.<br />'.__('The format is: [url=\'url to navigate\']\'text to show\'[/url] or [url]\'url to navigate\'[/url] ').'.<br /><br />'.__('e.g.: [url=google.com]Google web search[/url] or [url]www.goole.com[/url]'),
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
$combo = [];
|
$combo = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user