summaryrefslogtreecommitdiffstats
path: root/files/templates/part.list.php
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-23 11:45:28 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-23 11:45:28 +0200
commitd40b905f27e2191e644263931f31272d2b3f2f39 (patch)
treef5bee746c1d5d34c80dc6d0852f36a986343ff04 /files/templates/part.list.php
parentf5cef2fcbf7b0626d7e2c02727e3d51987beec40 (diff)
downloadnextcloud-server-d40b905f27e2191e644263931f31272d2b3f2f39.tar.gz
nextcloud-server-d40b905f27e2191e644263931f31272d2b3f2f39.zip
Revert "hints for file actions"
1) Please test in Firefox 2) File actions should be refactored first, to be shown/hidden via CSS, not via JavaScript This reverts commit e78d1dd676a12e0a26960f0bf131975c7559298a.
Diffstat (limited to 'files/templates/part.list.php')
-rw-r--r--files/templates/part.list.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/files/templates/part.list.php b/files/templates/part.list.php
index a08b7bebb38..5995976f73a 100644
--- a/files/templates/part.list.php
+++ b/files/templates/part.list.php
@@ -16,7 +16,6 @@
<?php echo htmlspecialchars($file['basename']);?><span class='extention'><?php echo $file['extention'];?></span>
<?php endif;?>
</span>
- <span class="actionHint"></span>
</a>
</td>
<td class="filesize" title="<?php echo human_file_size($file['size']); ?>" style="color:rgb(<?php echo $simple_size_color.','.$simple_size_color.','.$simple_size_color ?>)"><?php echo $simple_file_size; ?></td>