data table is formatted correctly
This commit is contained in:
parent
bd6d061f51
commit
1155408243
1 changed files with 0 additions and 14 deletions
|
|
@ -355,20 +355,6 @@ WebGUI.EMS.formatTitle = function ( elCell, oRecord, oColumn, orderNumber ) {
|
|||
;
|
||||
};
|
||||
|
||||
//***********************************************************************************
|
||||
WebGUI.EMS.formatLastReply = function ( elCell, oRecord, oColumn, orderNumber ) {
|
||||
var lastReplyDate = oRecord.getData('lastReplyDate');
|
||||
if(lastReplyDate) {
|
||||
elCell.innerHTML = oRecord.getData('lastReplyDate')
|
||||
+ ' by '+ '<a href="' + getWebguiProperty('pageURL') + "?op=viewProfile;uid=" + oRecord.getData('lastReplyById') + '" class="profile_link">'
|
||||
+ oRecord.getData( 'lastReplyBy' )
|
||||
+ '</a>';
|
||||
}
|
||||
else {
|
||||
elCell.innerHTML = "";
|
||||
}
|
||||
};
|
||||
|
||||
//***********************************************************************************
|
||||
WebGUI.EMS.buildQueryString = function ( state, dt ) {
|
||||
var query = ";startIndex=" + state.pagination.startIndex
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue