added special folder .properties
git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace@92707 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
c528bf0ecf
commit
293828ba8d
|
@ -30,3 +30,35 @@ Compiling...
|
|||
Compilation completed in 0.01 seconds
|
||||
Removing invalidated units
|
||||
Finding entry point classes
|
||||
Public resources found in...
|
||||
Translatable source found in...
|
||||
Found 0 cached/archived units. Used 0 / 2719 units from cache.
|
||||
Compiling...
|
||||
30% complete (ETR: 9 seconds)
|
||||
30% complete (ETR: 9 seconds)
|
||||
30% complete (ETR: 9 seconds)
|
||||
30% complete (ETR: 9 seconds)
|
||||
40% complete (ETR: 8 seconds)
|
||||
50% complete (ETR: 6 seconds)
|
||||
60% complete (ETR: 4 seconds)
|
||||
70% complete (ETR: 3 seconds)
|
||||
80% complete (ETR: 2 seconds)
|
||||
90% complete (ETR: 1 seconds)
|
||||
100% complete (ETR: 0 seconds)
|
||||
Compilation completed in 11.39 seconds
|
||||
Removing invalidated units
|
||||
Finding entry point classes
|
||||
Public resources found in...
|
||||
Translatable source found in...
|
||||
Found 2719 cached/archived units. Used 2719 / 2719 units from cache.
|
||||
Compiling...
|
||||
Compilation completed in 0.00 seconds
|
||||
Removing invalidated units
|
||||
Finding entry point classes
|
||||
Public resources found in...
|
||||
Translatable source found in...
|
||||
Found 2719 cached/archived units. Used 2719 / 2719 units from cache.
|
||||
Compiling...
|
||||
Compilation completed in 0.00 seconds
|
||||
Removing invalidated units
|
||||
Finding entry point classes
|
||||
|
|
|
@ -664,8 +664,8 @@ public class GxtToolBarItemFunctionality {
|
|||
|
||||
activeButtons(active);
|
||||
|
||||
//HANDLE VRE FOLDER
|
||||
if(target!=null && target.isVreFolder()){
|
||||
//HANDLE VRE FOLDER AND SPECIAL FOLDER
|
||||
if(target!=null && (target.isVreFolder() || target.isSpecialFolder())){
|
||||
this.btnRemoveItem.disable();
|
||||
this.btnRenameItem.disable();
|
||||
this.btnSetPermission.enable();
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
#Property file - Special Folder Name
|
||||
#2014-05-03
|
||||
SPECIALFOLDERNAME=myspecialfolder
|
|
@ -48,7 +48,7 @@
|
|||
cursor: hand;
|
||||
margin-right: 5px;
|
||||
margin-right: 3px;
|
||||
padding-bottom: 1px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
.wizardButton[disabled]:hover,.wizardButton[disabled]:active,.wizardButton[disabled]
|
||||
|
|
Loading…
Reference in New Issue