@@ -184,7 +130,28 @@ class gmap_plugin_style_gmapextended extends views_plugin_style {
...
@@ -184,7 +130,28 @@ class gmap_plugin_style_gmapextended extends views_plugin_style {
}
}
$form['description_markup']=array(
$form['description_markup']=array(
'#markup'=>'<div class="description form-item">'.t('Place fields into columns; you may combine multiple fields into the same column. If you do, the separator in the column specified will be used to separate the fields. Check the sortable box to make that column click sortable, and check the default sort radio to determine which column will be sorted by default, if any. You may control column order and field labels in the fields section.').'</div>',
'#markup'=>'<div class="description form-item">'.t('Assign purposes to fields you are using to supply map data. NOTE: This style is under heavy development currently, no backwards compatibility is guaranteed!').'</div>',
);
$form['clickmode']=array(
'#type'=>'radios',
'#title'=>t('Marker click action'),
'#options'=>array(
'render'=>t('Show formatted row in bubble'),
'text'=>t('Show defined text in bubble'),
'rmt'=>t('Fetch data from callback in bubble (RMT mode)'),