From 081f5ad4bdbf55f42f8e74dcf7cbe804ff28f222 Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Wed, 18 Aug 2010 14:55:38 -0500 Subject: [PATCH] add lock icon as label for lock column in tree --- www/extras/admin/admin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/extras/admin/admin.js b/www/extras/admin/admin.js index 84519220d..d41126018 100644 --- a/www/extras/admin/admin.js +++ b/www/extras/admin/admin.js @@ -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: '', formatter: this.formatLockedBy } ]; // Initialize the data table