Tweaks
- extra column in events grid with location & time - bugfixes in locationwidget - prepared email notifications
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
|
||||
input.locationwidget
|
||||
{
|
||||
cursor: pointer !important;
|
||||
background-color: rgb(255, 255, 255) !important;
|
||||
}
|
||||
|
||||
.map_dialog .form-horizontal
|
||||
{
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user