Subversion Repository Public Repository

Nextrek

Diff Revisions 1051 vs 1052 for /Web/Smartcharging_search/js/popup.js

Diff revisions: vs.
  @@ -28,7 +28,7 @@
28 28 html += content;
29 29 if(countComm > 0){
30 30 html += '<div align="center" style="background-color: #ebebeb;padding: 1.3em 0 0em 0;height: 5em; clear: both;" class="more-result">' +
31 - '<button class="btn more-btn" type="button" title="Altri Commenti">Altri Commenti</button>' +
31 + '<button class="btn more-btn" type="button" title="Altri Commenti">' + getText("Altri Commenti", document.documentElement.lang) + '</button>' +
32 32 '</div>'
33 33 }
34 34 html += '</div></div>';