Change default font style.

This commit is contained in:
Paulo Gustavo Veiga
2012-07-02 00:37:48 -03:00
parent ef89c0457b
commit 1df9afda1b
6 changed files with 18 additions and 15 deletions

View File

@@ -81,10 +81,11 @@
oLanguage:{
"sLengthMenu":"<spring:message code="SHOW_REGISTERS"/>",
"sSearch":"",
"sZeroRecords": "<spring:message code="NO_MATCHING_FOUND"/>",
"sZeroRecords":"<spring:message code="NO_MATCHING_FOUND"/>",
"sLoadingRecords":"<spring:message code="LOADING"/>",
"sInfo":"<spring:message code="TABLE_ROWS"/>",
"sEmptyTable":"<spring:message code="NO_SEARCH_RESULT"/>"
"sEmptyTable":"<spring:message code="NO_SEARCH_RESULT"/>",
"sProcessing":"<spring:message code="LOADING"/>"
},
bStateSave:true
});