]> source.dussan.org Git - nextcloud-server.git/commitdiff
rename emptyfolder to emptycontent
authorAlessandro Cosentino <cosenal@gmail.com>
Sat, 31 Aug 2013 15:25:11 +0000 (11:25 -0400)
committerAlessandro Cosentino <cosenal@gmail.com>
Sat, 31 Aug 2013 15:25:11 +0000 (11:25 -0400)
apps/files/js/filelist.js
apps/files_trashbin/templates/index.php
core/css/styles.css

index 05e31094502eae0b84efd7329f2234ad322d4ef7..29be5e0d3625d9c1d31e68e7cad5a9795d7e5199 100644 (file)
@@ -147,7 +147,7 @@ var FileList={
                $('tr').filterAttr('data-file',name).remove();
                FileList.updateFileSummary();
                if($('tr[data-file]').length==0){
-                       $('#emptyfolder').show();
+                       $('#emptycontent').show();
                }
        },
        insertElement:function(name,type,element){
@@ -177,7 +177,7 @@ var FileList={
                }else{
                        $('#fileList').append(element);
                }
-               $('#emptyfolder').hide();
+               $('#emptycontent').hide();
                FileList.updateFileSummary();
        },
        loadingDone:function(name, id){
index 371765fa69a658783cef13020e8d8d5d167fe531..88c32b1f3ebeee2f7eb397dd42cfa1625c71b47d 100644 (file)
@@ -6,7 +6,7 @@
 <div id='notification'></div>
 
 <?php if (isset($_['files']) && count($_['files']) === 0 && $_['dirlisting'] === false):?>
-       <div id="emptyfolder"><?php p($l->t('Nothing in here. Your trash bin is empty!'))?></div>
+       <div id="emptycontent"><?php p($l->t('Nothing in here. Your trash bin is empty!'))?></div>
 <?php endif; ?>
 
 <table id="filestable">
index 8cda9ff9ef23897ec901d289ea5f7981f8f7bad0..ea1733a3446242df2af87692f03a6496b41b70ed 100644 (file)
@@ -178,12 +178,12 @@ input[type="submit"].enabled { background:#66f866; border:1px solid #5e5; -moz-b
 #rightcontent, .rightcontent { position:fixed; top:6.4em; left:24.5em; overflow:auto }
 
 #emptycontent {
-    font-size:1.5em; font-weight:bold;
+       font-size:1.5em; font-weight:bold;
        color:#888; text-shadow:#fff 0 1px 0;
-    position: absolute;
-    text-align: center;
-    top: 50%;
-    width: 100%;
+       position: absolute;
+       text-align: center;
+       top: 50%;
+       width: 100%;
 }