mainContent.find("#startDate" ).datepicker();
mainContent.find("#endDate" ).datepicker();
- mainContent.find("#rowCount-info-button" ).popover();
+ mainContent.find("#rowcount-info-button" ).popover();
this.showStatistics=function() {
$.log("showStatistics");
<input type="text" id="rowCountStatistics" name="rowCountStatistics" class="input-small"
data-bind="value: statisticsReport().rowCount"/>
- <button class="btn btn-warning btn-mini" id="rowCount-info-button"
+ <button class="btn btn-warning btn-mini" id="rowcount-info-button"
data-original-title="${$.i18n.prop('report.statistics.rowCount.explanations-title')}"
data-content="${$.i18n.prop('report.statistics.rowCount.explanations')}">
<i class="icon-question-sign icon-white"></i>