add lock icon as label for lock column in tree

This commit is contained in:
Doug Bell 2010-08-18 14:55:38 -05:00
parent ccc5d09fa1
commit 081f5ad4bd

View file

@ -1075,7 +1075,7 @@ WebGUI.Admin.Tree
{ key: 'className', label: window.admin.i18n.get('Asset','type'), sortable: true, formatter: this.formatClassName },
{ key: 'revisionDate', label: window.admin.i18n.get('Asset','revision date' ), formatter: this.formatRevisionDate, sortable: true },
{ key: 'assetSize', label: window.admin.i18n.get('Asset','size' ), formatter: this.formatAssetSize, sortable: true },
{ key: 'lockedBy', label: window.admin.i18n.get('Asset','locked' ), formatter: this.formatLockedBy }
{ key: 'lockedBy', label: '<img src="' + window.getWebguiProperty('extrasURL') + '/icon/lock.png" />', formatter: this.formatLockedBy }
];
// Initialize the data table