This repository has been archived by the owner on Jan 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
34 additions
and
17 deletions.
There are no files selected for viewing
25 changes: 24 additions & 1 deletion
25
src/administrator/language/en-GB/en-GB.plg_fields_agosmsaddressmarker.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,28 @@ | ||
PLG_FIELDS_AGOSMSMARKER="Fields - Agosmsaddressmarker" | ||
PLG_FIELDS_AGOSMSADDRESSMARKER_XML_DESCRIPTION="This plugin lets you create new fields of type 'agosmsaddressmarker' in any extensions where custom fields are supported. You can select Custom Fields whose valuesare put together into a string. From this string geographic coordinates are calculated, which are displayed in the frond end as markers on a map." | ||
PLG_AGOSMSADDRESSMARKER_HINT="NOTE:<ul><li>Please save the article before calculating the coordinates. <li>If you do not want to display a map for this item in the frontend, then enter 0 as coordinate in each field.</ul>" | ||
PLG_AGOSMSADDRESSMARKER_HINT="<h3>Note:</h3><ul><li><strong>Please save the article before calculating the coordinates,</strong> if you have changed an address value. <li>If you do not want to display a map for this item in the front end, then enter 0 as coordinate in each field.</ul>" | ||
PLG_AGOSMSADDRESSMARKER_GEOCODER="Geocoder" | ||
PLG_AGOSMSADDRESSMARKER_MAPTYPE="Karte" | ||
PLG_AGOSMSADDRESSMARKER_USED_FIELDS="<h3>Used Custom Fields - label (name, id):</h3>" | ||
PLG_AGOSMSADDRESSMARKER_LAT="Latitude (decimal)" | ||
PLG_AGOSMSADDRESSMARKER_LON="Longitude (decimal)" | ||
PLG_AGOSMSADDRESSMARKER_CALCULATE_CORDS="Calculate coordinates" | ||
PLG_AGOSMSADDRESSMARKER_ADDRESS="Address" | ||
PLG_AGOSMSADDRESSMARKER_ADDRESSFIELDS="Adressfields" | ||
PLG_AGOSMSADDRESSMARKER_CFIELD="Custom Field" | ||
PLG_AGOSMSADDRESSMARKER_CFIELDLABEL="Custom Field Description" | ||
PLG_AGOSMSADDRESSMARKER_CFIELDLABEL_DESC="" | ||
PLG_AGOSMSADDRESSMARKER_CFIELD_DESC="" | ||
PLG_AGOSMSADDRESSMARKER_COUNTRY="COUNTRY" | ||
PLG_AGOSMSADDRESSMARKER_DISTRICT="DISTRICT" | ||
PLG_AGOSMSADDRESSMARKER_GOOGLEKEY="GOOGLEKEY" | ||
PLG_AGOSMSADDRESSMARKER_HEIGHT="HEIGHT" | ||
PLG_AGOSMSADDRESSMARKER_LOCALITY="LOCALITY" | ||
PLG_AGOSMSADDRESSMARKER_MAPBOXKEY="MAPBOXKEY" | ||
PLG_AGOSMSADDRESSMARKER_NEIGHBORHOOD="NEIGHBORHOOD" | ||
PLG_AGOSMSADDRESSMARKER_PLACE="PLACE" | ||
PLG_AGOSMSADDRESSMARKER_POI="POI" | ||
PLG_AGOSMSADDRESSMARKER_POSTCODE="POSTCODE" | ||
PLG_AGOSMSADDRESSMARKER_REGION="REGION" | ||
PLG_AGOSMSADDRESSMARKER_SRCOLLWHEELZOOM="Scrollwheelzoom" | ||
PLG_AGOSMSADDRESSMARKER_SRCOLLWHEELZOOM_DESC="<p><strong>No: </strong>You can scroll through the page without stopping at the map.</p><p><strong>Yes: </strong>You can scrolling down a side with a mouse wheel. When you arrive at the map, it automatically zooms into the map.</p><p><strong>Yes and No: </strong>You can activate/deactivate the wheel zoom with a click on the map.</p>" |
13 changes: 3 additions & 10 deletions
13
src/media/plg_fields_agosmsaddressmarker/css/agosmsaddressmarker.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,3 @@ | ||
/* | ||
To change this license header, choose License Headers in Project Properties. | ||
To change this template file, choose Tools | Templates | ||
and open the template in the editor. | ||
*/ | ||
/* | ||
Created on : 11.07.2019, 16:45:16 | ||
Author : astrid | ||
*/ | ||
|
||
.agosmsaddressmarkerbutton { | ||
margin: 10px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters