update icon names in Zotlabs/

This commit is contained in:
Treer
2016-05-01 04:13:30 +10:00
parent 45654ffc5c
commit 7d380570df
3 changed files with 5 additions and 5 deletions

View File

@@ -197,7 +197,7 @@ class Browser extends DAV\Browser\Plugin {
}
}
$attachIcon = ""; // "<a href=\"attach/".$attachHash."\" title=\"".$displayName."\"><i class=\"icon-download\"></i></a>";
$attachIcon = ""; // "<a href=\"attach/".$attachHash."\" title=\"".$displayName."\"><i class=\"fa fa-arrow-circle-o-down\"></i></a>";
// put the array for this file together
$ft['attachId'] = $this->findAttachIdByHash($attachHash);