Plugin Directory

Changeset 1947622


Ignore:
Timestamp:
09/26/2018 07:56:44 PM (8 years ago)
Author:
rvwoens
Message:

incremental

File:
1 edited

Legend:

Unmodified
Added
Removed
  • map-pins/trunk/include/mappins.php

    r1947611 r1947622  
    315315            xcos::TrFormInput('adminmenu',__('Admin menu name:','mappins'),xcos::ifset($options['adminmenu'],'Map pins'),['size'=>40]);
    316316            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>"
    318318            );
    319319            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.