diff options
Diffstat (limited to 'app/Module/GoogleMapsModule.php')
| -rw-r--r-- | app/Module/GoogleMapsModule.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Module/GoogleMapsModule.php b/app/Module/GoogleMapsModule.php index 845469cb85..10f2044080 100644 --- a/app/Module/GoogleMapsModule.php +++ b/app/Module/GoogleMapsModule.php @@ -463,13 +463,13 @@ class GoogleMapsModule extends AbstractModule implements ModuleConfigInterface, <div class="col-sm-6"> <div class="input-group"> <label class="input-group-addon" for="GM_PH_XSIZE"><?php echo I18N::translate('Width') ?></label> - <input id="GM_XSIZE" class="form-control" type="text" name="GM_PH_XSIZE" value="<?php echo $this->getSetting('GM_PH_XSIZE') ?>"> + <input id="GM_PH_XSIZE" class="form-control" type="text" name="GM_PH_XSIZE" value="<?php echo $this->getSetting('GM_PH_XSIZE') ?>"> </div> </div> <div class="col-sm-6"> <div class="input-group"> <label class="input-group-addon" for="GM_PH_YSIZE"><?php echo I18N::translate('Height') ?></label> - <input id="GM_YSIZE" class="form-control" type="text" name="GM_PH_YSIZE" value="<?php echo $this->getSetting('GM_PH_YSIZE') ?>"> + <input id="GM_PH_YSIZE" class="form-control" type="text" name="GM_PH_YSIZE" value="<?php echo $this->getSetting('GM_PH_YSIZE') ?>"> </div> </div> </div> |
