Rasika Perera 2017-07-16 18:53:05 +05:30
parent 7475516d95
commit f3eaac15c7
5 changed files with 6 additions and 6 deletions

View File

@ -710,9 +710,9 @@
createGeoToolListItem(geoPublicUri + '/assets/html_templates/modal/stationery_alert.html', createGeoToolListItem(geoPublicUri + '/assets/html_templates/modal/stationery_alert.html',
'Add Stationary Alert', 'glyphicon glyphicon-link', geoToolsMenu); 'Add Stationary Alert', 'glyphicon glyphicon-link', geoToolsMenu);
createGeoToolListItem(geoPublicUri + '/assets/html_templates/modal/within_alert.html', createGeoToolListItem(geoPublicUri + '/assets/html_templates/modal/within_alert.html',
'Add Geo Fence Enter Alert', 'glyphicon glyphicon-log-in', geoToolsMenu); 'Add Geofence Alert', 'glyphicon glyphicon-log-in', geoToolsMenu);
createGeoToolListItem(geoPublicUri + '/assets/html_templates/modal/exit_alert.html', createGeoToolListItem(geoPublicUri + '/assets/html_templates/modal/exit_alert.html',
'Add Geo Fence Exit Alert', 'glyphicon glyphicon-log-out', geoToolsMenu); 'Add Geofence Exit Alert', 'glyphicon glyphicon-log-out', geoToolsMenu);
{{/if}} {{/if}}
} }
}); });

View File

@ -24,7 +24,7 @@
</thead> </thead>
<tbody> <tbody>
<div class="alert alert-info fence-not-exist" role="alert"> <div class="alert alert-info fence-not-exist" role="alert">
<strong>Oh snap!</strong> Can't find any geo-fence areas,please draw a new area or try again. <strong>Oh snap!</strong> Can't find any geofence area,please draw a new area or try again.
</div> </div>
</tbody> </tbody>

View File

@ -56,7 +56,7 @@
</thead> </thead>
<tbody> <tbody>
<div class="alert alert-info fence-not-exist" role="alert"> <div class="alert alert-info fence-not-exist" role="alert">
<strong>Oh snap!</strong> Can't find any geo-fence areas,please draw a new area or try again. <strong>Oh snap!</strong> Can't find any geofence area,please draw a new area or try again.
</div> </div>
</tbody> </tbody>
</table> </table>

View File

@ -75,7 +75,7 @@
else{ else{
%> %>
<div class="alert alert-danger" role="alert"> <div class="alert alert-danger" role="alert">
<strong>Oh snap!</strong> Can't find any geo-fence areas,please draw a new area or try again. <strong>Oh snap!</strong> Can't find any geofence area,please draw a new area or try again.
</div> </div>
<% <%
} }

View File

@ -24,7 +24,7 @@
</thead> </thead>
<tbody> <tbody>
<div class="alert alert-info fence-not-exist" role="alert"> <div class="alert alert-info fence-not-exist" role="alert">
<strong>Oh snap!</strong> Can't find any geo-fence areas,please draw a new area or try again. <strong>Oh snap!</strong> Can't find any geofence area,please draw a new area or try again.
</div> </div>
</tbody> </tbody>