]> source.dussan.org Git - archiva.git/commitdiff
use lower case
authorOlivier Lamy <olamy@apache.org>
Tue, 28 Aug 2012 10:25:11 +0000 (10:25 +0000)
committerOlivier Lamy <olamy@apache.org>
Tue, 28 Aug 2012 10:25:11 +0000 (10:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1378062 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/general-admin.js
archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/templates/archiva/general-admin.html

index 517ad112e87068a4da0800f3bcbc99ee7b2cb06f..7badb67ff4705aab81baa6c38e8d85c4d7f26668 100644 (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");
index 64ce379a60c3b1fa11255de0c36b23887031207e..688e4e2e6d77084deee797547187dd0b368daa0f 100644 (file)
                           <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>