summaryrefslogtreecommitdiffstats
path: root/files/templates
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2011-05-16 16:34:04 +0200
committerRobin Appelman <icewind1991@gmail.com>2011-05-16 16:34:04 +0200
commite6b90a60afc9126a584001562c33d80480103601 (patch)
tree67b7c4cb932a2822ac9c146fec79fcbc30542963 /files/templates
parent915073f8eaeffeb40237a531b3e161ac2f3f0caf (diff)
downloadnextcloud-server-e6b90a60afc9126a584001562c33d80480103601.tar.gz
nextcloud-server-e6b90a60afc9126a584001562c33d80480103601.zip
fix the drop down arrow in file browser
Diffstat (limited to 'files/templates')
-rw-r--r--files/templates/part.list.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/templates/part.list.php b/files/templates/part.list.php
index 0d4fcc75489..19143807c28 100644
--- a/files/templates/part.list.php
+++ b/files/templates/part.list.php
@@ -4,6 +4,6 @@
<td class="filename"><a style="background-image:url(<?php if($file["type"] == "dir") echo mimetype_icon("dir"); else echo mimetype_icon($file["mime"]); ?>)" href="<?php if($file["type"] == "dir") echo link_to("files", "index.php?dir=".$file["directory"]."/".$file["name"]); else echo link_to("files", "download.php?file=".$file["directory"]."/".$file["name"]); ?>" title=""><?php echo htmlspecialchars($file["name"]); ?></a></td>
<td class="filesize"><?php echo human_file_size($file["size"]); ?></td>
<td class="date"><?php echo $file["date"]; ?></td>
- <td class="fileaction"><a href="" title=""><img src="images/drop-arrow.png" alt="+" /></a></td>
+ <td class="fileaction"><a href="" title="+" class='dropArrow'/></td>
</tr>
<?php endforeach; ?> \ No newline at end of file