diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2013-02-09 17:54:56 +0100 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2013-02-09 17:54:56 +0100 |
commit | 419eced65c0c0d86e6b237af8a5c4a9961aa21f5 (patch) | |
tree | 51aa9eb9d64a226cea83ebef1616061ea4df4dc4 /apps/files/templates | |
parent | 60344bf1dd48e52baa129c8fc04e81a338c12551 (diff) | |
download | nextcloud-server-419eced65c0c0d86e6b237af8a5c4a9961aa21f5.tar.gz nextcloud-server-419eced65c0c0d86e6b237af8a5c4a9961aa21f5.zip |
Remove hascontrols - use original positioning.
I couldn't get Chromium and FF to agree, so a working hack
is better than a non-working one ;)
Diffstat (limited to 'apps/files/templates')
-rw-r--r-- | apps/files/templates/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php index 0b4aa21eac3..2d4ed9ab2d9 100644 --- a/apps/files/templates/index.php +++ b/apps/files/templates/index.php @@ -59,7 +59,7 @@ <div id="emptyfolder"><?php echo $l->t('Nothing in here. Upload something!')?></div> <?php endif; ?> -<table class="hascontrols"> +<table> <thead> <tr> <th id='headerName'> |