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

@@ -41,7 +41,7 @@ class Viewsrc extends \Zotlabs\Web\Controller {
}
if(is_ajax()) {
print '<div><i class="icon-pencil"> ' . t('Source of Item') . ' ' . $r[0]['id'] . '</i></div>';
print '<div><i class="fa fa-pencil"> ' . t('Source of Item') . ' ' . $r[0]['id'] . '</i></div>';
echo $o;
killme();
}