Skip to content
Snippets Groups Projects
Commit ab2ae91b authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

improve empty state of 'All files'

parent 16c62a34
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,11 @@ ...@@ -49,7 +49,11 @@
<input type="hidden" name="permissions" value="" id="permissions"> <input type="hidden" name="permissions" value="" id="permissions">
</div> </div>
<div id="emptycontent" class="hidden"><?php p($l->t('Nothing in here. Upload something!'))?></div> <div id="emptycontent" class="hidden">
<div class="icon-folder"></div>
<h2><?php p($l->t('No files yet')); ?></h2>
<p><?php p($l->t('Upload some content or sync with your devices')); ?></p>
</div>
<table id="filestable" data-allow-public-upload="<?php p($_['publicUploadEnabled'])?>" data-preview-x="36" data-preview-y="36"> <table id="filestable" data-allow-public-upload="<?php p($_['publicUploadEnabled'])?>" data-preview-x="36" data-preview-y="36">
<thead> <thead>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment