diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-23 11:45:28 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-23 11:45:28 +0200 |
commit | d40b905f27e2191e644263931f31272d2b3f2f39 (patch) | |
tree | f5bee746c1d5d34c80dc6d0852f36a986343ff04 /files/templates/part.list.php | |
parent | f5cef2fcbf7b0626d7e2c02727e3d51987beec40 (diff) | |
download | nextcloud-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.php | 1 |
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> |