Skip to content
Snippets Groups Projects
Commit c947a6d8 authored by johnv's avatar johnv Committed by http://druler.com
Browse files

Issue #1938006 by johnv: Link to macro page in GMap style plugin.

parent 496d75cf
No related branches found
No related tags found
No related merge requests found
...@@ -333,6 +333,8 @@ class gmap_plugin_style_gmap extends views_plugin_style { ...@@ -333,6 +333,8 @@ class gmap_plugin_style_gmap extends views_plugin_style {
'#title' => t('Macro'), '#title' => t('Macro'),
'#rows' => 3, '#rows' => 3,
'#default_value' => $this->options['macro'], '#default_value' => $this->options['macro'],
'#description' => t( 'Enter a macro. If left unchanged, it takes the default settings from <a href="!link">/admin/config/services/gmap</a>',
array('!link' => '/admin/config/services/gmap') ),
); );
$form['datasource'] = array( $form['datasource'] = array(
......
...@@ -261,6 +261,8 @@ class gmap_plugin_style_gmapextended extends views_plugin_style { ...@@ -261,6 +261,8 @@ class gmap_plugin_style_gmapextended extends views_plugin_style {
'#title' => t('Macro'), '#title' => t('Macro'),
'#rows' => 3, '#rows' => 3,
'#default_value' => $this->options['macro'], '#default_value' => $this->options['macro'],
'#description' => t( 'Enter a macro. If left unchanged, it takes the default settings from <a href="!link">/admin/config/services/gmap</a>',
array('!link' => '/admin/config/services/gmap') ),
); );
$form['markers'] = array( $form['markers'] = array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment