Roo/bootstrap/DocumentViewer.js
authoredward <edward@roojs.com>
Wed, 17 Feb 2016 06:45:37 +0000 (14:45 +0800)
committeredward <edward@roojs.com>
Wed, 17 Feb 2016 06:45:37 +0000 (14:45 +0800)
Roo/bootstrap/DocumentViewer.js

index 1332b3b..37a3c93 100644 (file)
@@ -42,20 +42,15 @@ Roo.extend(Roo.bootstrap.DocumentViewer, Roo.bootstrap.Component,  {
             cn : [
                 {
                     tag : 'div',
-                    cls : 'roo-upload-cropbox-body',
+                    cls : 'roo-document-viewer-body',
                     cn : [
                         {
                             tag : 'div',
-                            cls : 'roo-upload-cropbox-preview'
+                            cls : 'roo-document-viewer-preview'
                         },
                         {
                             tag : 'div',
-                            cls : 'roo-upload-cropbox-thumb'
-                        },
-                        {
-                            tag : 'div',
-                            cls : 'roo-upload-cropbox-empty-notify',
-                            html : this.emptyText
+                            cls : 'roo-document-viewer-thumb'
                         }
                     ]
                 },