BUG 9784 No se muestra info especifica para archivos pptxx SOLVED

- There are no icons for ppt and pptx files
- Add icons for ppt and pptx files
This commit is contained in:
Julio Cesar Laura
2012-09-18 13:33:06 -04:00
parent be37d903b7
commit ffad5b75da
3 changed files with 2 additions and 2 deletions

View File

@@ -288,7 +288,7 @@ function openActionDialog( caller, action ) {
uploadDocument:1,
search:1
};
if( dontNeedSelection[action] == null || selectedRows.length < 1 ) {
if( dontNeedSelection[action] == null && selectedRows.length < 1 ) {
Ext.Msg.alert( 'Error',TRANSLATIONS.ID_NO_ITEMS_SELECTED);
return false;
}
@@ -1897,7 +1897,7 @@ var documentsTab = {
// console.log("tried to gtet selection model");
tsm.on('selectionchange',
handleNodeClick);
// create the editor for the directory

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB