summaryrefslogtreecommitdiffstats
path: root/apps/files/templates
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2013-02-04 18:30:49 +0100
committerThomas Tanghus <thomas@tanghus.net>2013-02-04 18:30:49 +0100
commitb06ac67e07512fbf1b12e586bc73d7569aec9e24 (patch)
treea27893340e757803ea5117b2c6a48c2be9128889 /apps/files/templates
parent46e10407f7aef7850e56da51fc81311c6b77acaa (diff)
downloadnextcloud-server-b06ac67e07512fbf1b12e586bc73d7569aec9e24.tar.gz
nextcloud-server-b06ac67e07512fbf1b12e586bc73d7569aec9e24.zip
Add 'hascontrols' class for content with fixed topbar.
Diffstat (limited to 'apps/files/templates')
-rw-r--r--apps/files/templates/index.php18
1 files changed, 9 insertions, 9 deletions
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php
index 9c12067ae95..0b4aa21eac3 100644
--- a/apps/files/templates/index.php
+++ b/apps/files/templates/index.php
@@ -35,18 +35,18 @@
<a href="#" class="svg" onclick="return false;"></a>
</form>
</div>
- </div>
- <?php if ($_['trash'] ): ?>
+ <?php if ($_['trash'] ): ?>
<div id="trash" class="button">
<a><?php echo $l->t('Trash');?></a>
</div>
- <?php endif; ?>
- <div id="uploadprogresswrapper">
- <div id="uploadprogressbar"></div>
- <input type="button" class="stop" style="display:none"
- value="<?php echo $l->t('Cancel upload');?>"
- onclick="javascript:Files.cancelUploads();"
+ <?php endif; ?>
+ <div id="uploadprogresswrapper">
+ <div id="uploadprogressbar"></div>
+ <input type="button" class="stop" style="display:none"
+ value="<?php echo $l->t('Cancel upload');?>"
+ onclick="javascript:Files.cancelUploads();"
/>
+ </div>
</div>
<div id="file_action_panel"></div>
<?php else:?>
@@ -59,7 +59,7 @@
<div id="emptyfolder"><?php echo $l->t('Nothing in here. Upload something!')?></div>
<?php endif; ?>
-<table>
+<table class="hascontrols">
<thead>
<tr>
<th id='headerName'>