use lower case

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1378062 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-08-28 10:25:11 +00:00
parent 95eb045604
commit 7962570b1d
2 changed files with 2 additions and 2 deletions

View File

@ -917,7 +917,7 @@ define("archiva.general-admin",["jquery","i18n","utils","jquery.tmpl","knockout"
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");

View File

@ -747,7 +747,7 @@
<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>