More I18n changes.

This commit is contained in:
Paulo Gustavo Veiga
2012-06-30 16:26:31 -03:00
parent cc9f57a153
commit 8e103f44c8
9 changed files with 66 additions and 112 deletions

View File

@@ -38,8 +38,8 @@
<tr data-history-id="' + this.id + '">\
<td>' + this.creator + '</td>\
<td><abbr class="timeago" title="' + this.creationTime + '">' + jQuery.timeago(this.creationTime) + '</abbr></td>\
<td><a class="view" href="#">view</a></td>\
<td><a class="revert" href="#">revert</a></td>\
<td><a class="view" href="#"><spring:message code="VIEW"/></a></td>\
<td><a class="revert" href="#"><spring:message code="REVERT"/></a></td>\
</tr>');
});
} else {
@@ -64,7 +64,7 @@
},
error:function (jqXHR, textStatus, errorThrown) {
console.log(textStatus);
console.l(textStatus);
}
});
</script>