- var $ui = $('<div>')
- .attr('class', 'layers-ui');
-
- $('<div>')
- .attr('class', 'sidebar_heading')
- .appendTo($ui)
- .append(
- $('<span>')
- .text(I18n.t('javascripts.close'))
- .attr('class', 'icon close')
- .bind('click', toggle))
- .append(
- $('<h4>')
- .text(I18n.t('javascripts.map.layers.header')));
-
- var baseSection = $('<div>')
- .attr('class', 'section base-layers')
+ var $ui = this.makeUI("layers-ui", "javascripts.map.layers.header", toggle);
+
+ var baseSection = $("<div>")
+ .attr("class", "section base-layers")