Changeset 1947622
- Timestamp:
- 09/26/2018 07:56:44 PM (8 years ago)
- File:
-
- 1 edited
-
map-pins/trunk/include/mappins.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
map-pins/trunk/include/mappins.php
r1947611 r1947622 315 315 xcos::TrFormInput('adminmenu',__('Admin menu name:','mappins'),xcos::ifset($options['adminmenu'],'Map pins'),['size'=>40]); 316 316 xcos::TrFormInput('googlekey',__('Google Maps Api key:','mappins'),xcos::ifset($options['googlekey'],'GOOGLE-API-KEY'),['size'=>60], 317 "Get your <a href='https://developers.google.com/maps/documentation/javascript/get-api-key'>google maps API key</a>"317 "Get your <a target=_blank href='https://developers.google.com/maps/documentation/javascript/get-api-key'>google maps API key</a>" 318 318 ); 319 319 xcos::TrFormInput('categories',__('Categories:<br>(comma separated list)', 'mappins'),xcos::ifset($options['categories'],'first,second'),array('size'=>40));
Note: See TracChangeset
for help on using the changeset viewer.