replace text links with icons on design pages

This commit is contained in:
friendica
2013-10-23 19:35:51 -07:00
parent de9eadf74a
commit 7b7ef56b54
5 changed files with 16 additions and 9 deletions

View File

@@ -99,7 +99,7 @@ $r = q("select * from item_id where uid = %d and service = 'WEBPAGE' order by si
'$pages' => $pages,
'$channel' => $which,
'$view' => t('View'),
'$preview' => '1',
'$preview' => t('Preview'),
));