Exemple #1
0
								<tr>
									<th scope="row">
										<label for="map_opts_marker_infownd_bg_color">
											<?php 
_e('Markers Info Window Background', GMP_LANG_CODE);
?>
:
										</label>
										<i style="float: right;" class="fa fa-question supsystic-tooltip" title="<?php 
_e('Background color of markers info windows.', GMP_LANG_CODE);
?>
"></i>
									</th>
									<td>
										<?php 
echo htmlGmp::colorpicker('map_opts[marker_infownd_bg_color]', array('value' => $this->editMap && isset($this->map['params']['marker_infownd_bg_color']) ? $this->map['params']['marker_infownd_bg_color'] : '#FFFFFF'));
?>
									</td>
								</tr>
								<tr>
									<th scope="row">
										<label for="map_opts_zoom_min" class="sup-medium-label">
											<?php 
_e('Min Zoom Level', GMP_LANG_CODE);
?>
:
										</label>
										<i style="float: right;" class="fa fa-question supsystic-tooltip" title="<?php 
_e('Sets min zoom level for map.', GMP_LANG_CODE);
?>
"></i>
Exemple #2
0
	<div class="gmpFormRow">
		<div class="gmpFormElemCon">
		<?php 
echo htmlGmp::text('map_opts[margin]', array('attrs' => 'class="gmpInputSmall gmpMapMarginOpt gmpHintElem" id="gmpNewMap_margin"', 'hint' => langGmp::_('Select Map Display Mode')));
?>
		</div>
		<label for="gmpNewMap_margin" class="gmpFormLabel">
			<?php 
langGmp::_e('Map Margin');
?>
		</label>
	</div>
	<div class="gmpFormRow">
		<div class="gmpFormElemCon">
		<?php 
echo htmlGmp::colorpicker('map_opts[border_color]', array('attrs' => 'class="gmpInputSmall map_border_color gmpMapBorderColorOpt gmpHintElem"', 'hint' => langGmp::_('Select Map Display Mode')));
?>
		</div>
		<label for="gmpNewMap_border_color" class="gmpFormLabel">
			<?php 
langGmp::_e('Border Color');
?>
		</label>
	</div>
	<div class="gmpFormRow">
		<div class="gmpFormElemCon">
		<?php 
echo htmlGmp::text('map_opts[border_width]', array('attrs' => 'class="gmpInputSmall gmpMapBorderWidthOpt gmpHintElem"  id="gmpNewMap_border_width"', 'hint' => langGmp::_('Select Map Display Mode')));
?>
		</div>
		<label for="gmpNewMap_border_width" class="gmpFormLabel">