diff options
author | Bartek Przybylski <bart.p.pl@gmail.com> | 2011-08-22 19:33:21 +0200 |
---|---|---|
committer | Bartek Przybylski <bart.p.pl@gmail.com> | 2011-08-22 19:33:21 +0200 |
commit | e78d1dd676a12e0a26960f0bf131975c7559298a (patch) | |
tree | 02ecbccaf3e933ca82042e80138e8cc450109103 /files/templates | |
parent | d5ba4ec825c0c0c207b40546a3c545ce95e46235 (diff) | |
download | nextcloud-server-e78d1dd676a12e0a26960f0bf131975c7559298a.tar.gz nextcloud-server-e78d1dd676a12e0a26960f0bf131975c7559298a.zip |
hints for file actions
Diffstat (limited to 'files/templates')
-rw-r--r-- | files/templates/part.list.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/files/templates/part.list.php b/files/templates/part.list.php index 5995976f73a..a08b7bebb38 100644 --- a/files/templates/part.list.php +++ b/files/templates/part.list.php @@ -16,6 +16,7 @@ <?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> |