Tweak labels

This commit is contained in:
John Firebaugh 2013-07-31 12:24:26 -07:00
parent 98cd01c40d
commit 95ce2515d1
3 changed files with 8 additions and 4 deletions

View file

@ -157,7 +157,6 @@ L.OSM.share = function (options) {
.appendTo($form)
.append(
$('<label>')
.attr('class', 'standard-label')
.attr('for', 'mapnik_format')
.text(I18n.t('javascripts.share.format')))
.append($('<select>')
@ -172,7 +171,6 @@ L.OSM.share = function (options) {
.attr('class', 'form-row')
.appendTo($form)
.append($('<label>')
.attr('class', 'standard-label')
.attr('for', 'mapnik_scale')
.text(I18n.t('javascripts.share.scale')))
.append('1 : ')