Skip to content
Snippets Groups Projects
Commit 827d90e3 authored by Bhabesh Bhabani Mukhopadhyay's avatar Bhabesh Bhabani Mukhopadhyay
Browse files

Map link turned to button

parent d1baf26f
Branches
No related tags found
No related merge requests found
,wildfly,bhabesh-HP-NIBIO-Ubuntu.gateway.sasktel.net,10.08.2021 10:41,file:///home/wildfly/.config/libreoffice/4;
\ No newline at end of file
,wildfly,bhabesh-HP-NIBIO-Ubuntu.hitronhub.home,11.08.2021 11:28,file:///home/wildfly/.config/libreoffice/4;
\ No newline at end of file
,wildfly,bhabesh-HP-NIBIO-Ubuntu.gateway.sasktel.net,10.08.2021 10:46,file:///home/wildfly/.config/libreoffice/4;
\ No newline at end of file
,wildfly,bhabesh-HP-NIBIO-Ubuntu.hitronhub.home,11.08.2021 11:28,file:///home/wildfly/.config/libreoffice/4;
\ No newline at end of file
,wildfly,bhabesh-HP-NIBIO-Ubuntu.gateway.sasktel.net,10.08.2021 13:33,file:///home/wildfly/.config/libreoffice/4;
\ No newline at end of file
Date : 12-Aug-2021
-------------------------------
Remove lower add my places -- Done
Convert map link to button
Convert map link to button -- Done
Cancel and OK button in Map instead of Back button
......@@ -39,7 +39,9 @@
<div v-if="isMounted" class="row">
<span v-html="mandatoryField"></span>
<router-link id="linkMap" ref='linkMap' :to="{name:'MapObservation', params: {observationId:observation.observationId,geoinfo:mapGeoinfo,isMapPanelVisible:newMapPanel,locationPointOfInterestId:mapLocationPointOfInterestId,observationHeader:observationHeader, observationText:observationText,observation:observation}}">{{ $t("prop.observation.map.label") }}</router-link>
<router-link id="linkMap" class="btn btn-secondary" ref='linkMap' :to="{name:'MapObservation', params: {observationId:observation.observationId,geoinfo:mapGeoinfo,isMapPanelVisible:newMapPanel,locationPointOfInterestId:mapLocationPointOfInterestId,observationHeader:observationHeader, observationText:observationText,observation:observation}}">
{{ $t("prop.observation.map.label") }} <i class="fas fa-map-marker-alt"></i>
</router-link>
</div>
<div v-if="mapGeoinfo" id="divMapGeoInfo" class="row">
<div v-if="isMounted" class="col">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment