Преглед изворни кода

Merge pull request #4956 from owncloud/fix_not_displaying_emptycontent

Fix not displaying "Upload something!" message
tags/v6.0.0alpha2
Thomas Müller пре 10 година
родитељ
комит
bc1c6039b7
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      apps/files/templates/index.php

+ 1
- 1
apps/files/templates/index.php Прегледај датотеку

@@ -47,7 +47,7 @@
<input type="hidden" name="permissions" value="<?php p($_['permissions']); ?>" id="permissions">
</div>

<div id="emptycontent" <?php if (!isset($_['files']) or !$_['isCreatable'] or count($_['files']) > 0 or !$_['ajaxLoad']):?>class="hidden"<?php endif; ?>><?php p($l->t('Nothing in here. Upload something!'))?></div>
<div id="emptycontent" <?php if (!isset($_['files']) or !$_['isCreatable'] or count($_['files']) > 0 or $_['ajaxLoad']):?>class="hidden"<?php endif; ?>><?php p($l->t('Nothing in here. Upload something!'))?></div>

<input type="hidden" id="disableSharing" data-status="<?php p($_['disableSharing']); ?>"></input>


Loading…
Откажи
Сачувај