##// END OF EJS Templates
Translations fixes for Data table
marcink -
r1780:b9539c4d beta
parent child Browse files
Show More
@@ -110,7 +110,10
110 110 {
111 111 sortedBy:{key:"name",dir:"asc"},
112 112 MSG_SORTASC:"${_('Click to sort ascending')}",
113 MSG_SORTDESC:"${_('Click to sort descending')}"
113 MSG_SORTDESC:"${_('Click to sort descending')}",
114 MSG_EMPTY:"${_('No records found.')}",
115 MSG_ERROR:"${_('Data error.')}",
116 MSG_LOADING:"${_('Loading...')}",
114 117 }
115 118 );
116 119 myDataTable.subscribe('postRenderEvent',function(oArgs) {
@@ -180,7 +180,10
180 180 {
181 181 sortedBy:{key:"name",dir:"asc"},
182 182 MSG_SORTASC:"${_('Click to sort ascending')}",
183 MSG_SORTDESC:"${_('Click to sort descending')}"
183 MSG_SORTDESC:"${_('Click to sort descending')}",
184 MSG_EMPTY:"${_('No records found.')}",
185 MSG_ERROR:"${_('Data error.')}",
186 MSG_LOADING:"${_('Loading...')}",
184 187 }
185 188 );
186 189 myDataTable.subscribe('postRenderEvent',function(oArgs) {
@@ -200,7 +200,10
200 200 {
201 201 sortedBy:{key:"name",dir:"asc"},
202 202 MSG_SORTASC:"${_('Click to sort ascending')}",
203 MSG_SORTDESC:"${_('Click to sort descending')}"
203 MSG_SORTDESC:"${_('Click to sort descending')}",
204 MSG_EMPTY:"${_('No records found.')}",
205 MSG_ERROR:"${_('Data error.')}",
206 MSG_LOADING:"${_('Loading...')}",
204 207 }
205 208 );
206 209 myDataTable.subscribe('postRenderEvent',function(oArgs) {
General Comments 0
You need to be logged in to leave comments. Login now