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:
@@ -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
|
||||
|
||||
BIN
workflow/public_html/images/documents/extension/ppt.png
Normal file
BIN
workflow/public_html/images/documents/extension/ppt.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
BIN
workflow/public_html/images/documents/extension/pptx.png
Normal file
BIN
workflow/public_html/images/documents/extension/pptx.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
Reference in New Issue
Block a user