- extra column in events grid with location & time
- bugfixes in locationwidget
- prepared email notifications
This commit is contained in:
Martin Bauer
2013-11-01 12:42:57 +01:00
parent cd635aff9b
commit 82de9eaa84
56 changed files with 800 additions and 44 deletions

View File

@@ -1,4 +1,9 @@
input.locationwidget
{
cursor: pointer !important;
background-color: rgb(255, 255, 255) !important;
}
.map_dialog .form-horizontal
{

View File

@@ -166,6 +166,7 @@
// Init Map
$dialogElement[0].map = new MapObject( map, $dialogCoordField[0] );
}
$dialogElement[0].map.placeMarkerUsingAddressString( $dialogLocationField.val() );
$dialogLocationField.on("keypress", function(e) {
if ( e.keyCode == 13 ) { // enter