diff options
author | friendica <info@friendica.com> | 2015-03-11 18:56:28 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-03-11 18:56:28 -0700 |
commit | b3a9a6c802170a15cc58fd3af966b35f81c50818 (patch) | |
tree | da20d85fd49e75550acdfc4f4761b76b656489d8 /mod/editwebpage.php | |
parent | 48f99c9a608a7fdf93a3f5a76747e073d52e4d5e (diff) | |
download | volse-hubzilla-b3a9a6c802170a15cc58fd3af966b35f81c50818.tar.gz volse-hubzilla-b3a9a6c802170a15cc58fd3af966b35f81c50818.tar.bz2 volse-hubzilla-b3a9a6c802170a15cc58fd3af966b35f81c50818.zip |
remove the now redundant audio/video buttons and label the editor text style buttons which didn't have them. Unused editor buttons were commented in case we need to bring them back. If things go smoothly we can remove them. Use the link icon going forward - for all links.
Diffstat (limited to 'mod/editwebpage.php')
-rw-r--r-- | mod/editwebpage.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mod/editwebpage.php b/mod/editwebpage.php index c07efc7ee..3e0bd9ff4 100644 --- a/mod/editwebpage.php +++ b/mod/editwebpage.php @@ -172,6 +172,11 @@ function editwebpage_content(&$a) { '$action' => 'item', '$share' => t('Edit'), + '$bold' => t('Bold'), + '$italic' => t('Italic'), + '$underline' => t('Underline'), + '$quote' => t('Quote'), + '$code' => t('Code'), '$upload' => t('Upload photo'), '$attach' => t('Attach file'), '$weblink' => t('Insert web link'), |