mirror of https://github.com/apache/archiva.git
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:
parent
95eb045604
commit
7962570b1d
|
@ -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");
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue