Skip to content

Commit

Permalink
Adjust line length
Browse files Browse the repository at this point in the history
  • Loading branch information
bembelimen committed Mar 17, 2019
1 parent 47d8ba2 commit 3903f66
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 6 deletions.
3 changes: 2 additions & 1 deletion plugins/editors-xtd/article/article.php
Expand Up @@ -66,7 +66,8 @@ public function onDisplay($name)
$button->link = $link;
$button->text = Text::_('PLG_ARTICLE_BUTTON_ARTICLE');
$button->name = 'file-add';
$button->iconSVG = '<svg viewBox="0 0 32 32" width="24" height="24"><path d="M28 24v-4h-4v4h-4v4h4v4h4v-4h4v-4zM2 2h18v6h6v10h2v-10l-8-8h-20v32h18v-2h-16z"></path></svg>';
$button->iconSVG = '<svg viewBox="0 0 32 32" width="24" height="24"><path d="M28 24v-4h-4v4h-4v4h4v4h4v-4h4v-4zM2 2h18v6h6v10h2v-10l-8-'
. '8h-20v32h18v-2h-16z"></path></svg>';
$button->realName = 'PlgButtonArticle';
$button->options = [
'height' => '300px',
Expand Down
4 changes: 3 additions & 1 deletion plugins/editors-xtd/contact/contact.php
Expand Up @@ -56,7 +56,9 @@ public function onDisplay($name)
$button->link = $link;
$button->text = Text::_('PLG_EDITORS-XTD_CONTACT_BUTTON_CONTACT');
$button->name = 'address';
$button->iconSVG = '<svg viewBox="0 0 32 32" width="24" height="24"><path d="M2 14h3v5h-3zM2 8h3v5h-3zM2 20h3v5h-3zM2 26h3v5h-3zM6 0v32h24v-32h-24zM18 8.010c2.203 0 3.99 1.786 3.99 3.99s-1.786 3.99-3.99 3.99c-2.203 0-3.99-1.786-3.99-3.99s1.786-3.99 3.99-3.99zM24 24h-12v-2c0-2.209 1.791-4 4-4v0h4c2.209 0 4 1.791 4 4v2zM2 2h3v5h-3z"></path></svg>';
$button->iconSVG = '<svg viewBox="0 0 32 32" width="24" height="24"><path d="M2 14h3v5h-3zM2 8h3v5h-3zM2 20h3v5h-3zM2 26h3v5h-3zM6 0v32h'
. '24v-32h-24zM18 8.010c2.203 0 3.99 1.786 3.99 3.99s-1.786 3.99-3.99 3.99c-2.203 0-3.99-1.786-3.99-3.99s1.786-3.99 3'
. '.99-3.99zM24 24h-12v-2c0-2.209 1.791-4 4-4v0h4c2.209 0 4 1.791 4 4v2zM2 2h3v5h-3z"></path></svg>';
$button->options = [
'height' => '300px',
'width' => '800px',
Expand Down
4 changes: 3 additions & 1 deletion plugins/editors-xtd/image/image.php
Expand Up @@ -69,7 +69,9 @@ public function onDisplay($name, $asset, $author)
$button->link = $link;
$button->text = Text::_('PLG_IMAGE_BUTTON_IMAGE');
$button->name = 'pictures';
$button->iconSVG = '<svg viewBox="0 0 32 32" width="24" height="24"><path d="M4 8v20h28v-20h-28zM30 24.667l-4-6.667-4.533 3.778-3.467-5.778-12 10v-16h24v14.667zM8 15c0-1.657 1.343-3 3-3s3 1.343 3 3v0c0 1.657-1.343 3-3 3s-3-1.343-3-3v0zM28 4h-28v20h2v-18h26z"></path></svg>';
$button->iconSVG = '<svg viewBox="0 0 32 32" width="24" height="24"><path d="M4 8v20h28v-20h-28zM30 24.667l-4-6.667-4.533 3.778-3.46'
. '7-5.778-12 10v-16h24v14.667zM8 15c0-1.657 1.343-3 3-3s3 1.343 3 3v0c0 1.657-1.343 3-3 3s-3-1.343-3-3v0zM28 4h-'
. '28v20h2v-18h26z"></path></svg>';
$button->options = [
'height' => '400px',
'width' => '800px',
Expand Down
4 changes: 3 additions & 1 deletion plugins/editors-xtd/menu/menu.php
Expand Up @@ -57,7 +57,9 @@ public function onDisplay($name)
$button->link = $link;
$button->text = Text::_('PLG_EDITORS-XTD_MENU_BUTTON_MENU');
$button->name = 'share-alt';
$button->iconSVG = '<svg viewBox="0 0 32 32" width="24" height="24"><path d="M8 20c0 0 1.838-6 12-6v6l12-8-12-8v6c-8 0-12 4.99-12 10zM22 24h-18v-12h3.934c0.315-0.372 0.654-0.729 1.015-1.068 1.374-1.287 3.018-2.27 4.879-2.932h-13.827v20h26v-8.395l-4 2.667v1.728z"></path></svg>';
$button->iconSVG = '<svg viewBox="0 0 32 32" width="24" height="24"><path d="M8 20c0 0 1.838-6 12-6v6l12-8-12-8v6c-8 0-12 4.99-12 10zM22'
. '24h-18v-12h3.934c0.315-0.372 0.654-0.729 1.015-1.068 1.374-1.287 3.018-2.27 4.879-2.932h-13.827v20h26v-8.395l-4 2.'
. '667v1.728z"></path></svg>';
$button->options = [
'height' => '300px',
'width' => '800px',
Expand Down
3 changes: 2 additions & 1 deletion plugins/editors-xtd/module/module.php
Expand Up @@ -58,7 +58,8 @@ public function onDisplay($name)
$button->link = $link;
$button->text = Text::_('PLG_MODULE_BUTTON_MODULE');
$button->name = 'file-add';
$button->iconSVG = '<svg viewBox="0 0 32 32" width="24" height="24"><path d="M28 24v-4h-4v4h-4v4h4v4h4v-4h4v-4zM2 2h18v6h6v10h2v-10l-8-8h-20v32h18v-2h-16z"></path></svg>';
$button->iconSVG = '<svg viewBox="0 0 32 32" width="24" height="24"><path d="M28 24v-4h-4v4h-4v4h4v4h4v-4h4v-4zM2 2h18v6h6v10h2v-10'
. 'l-8-8h-20v32h18v-2h-16z"></path></svg>';
$button->options = [
'height' => '300px',
'width' => '800px',
Expand Down
4 changes: 3 additions & 1 deletion plugins/editors-xtd/pagebreak/pagebreak.php
Expand Up @@ -65,7 +65,9 @@ public function onDisplay($name)
$button->link = $link;
$button->text = Text::_('PLG_EDITORSXTD_PAGEBREAK_BUTTON_PAGEBREAK');
$button->name = 'copy';
$button->iconSVG = '<svg viewBox="0 0 32 32" width="24" height="24"><path d="M26 8h-6v-2l-6-6h-14v24h12v8h20v-18l-6-6zM26 10.828l3.172 3.172h-3.172v-3.172zM14 2.828l3.172 3.172h-3.172v-3.172zM2 2h10v6h6v14h-16v-20zM30 30h-16v-6h6v-14h4v6h6v14z"></path></svg>';
$button->iconSVG = '<svg viewBox="0 0 32 32" width="24" height="24"><path d="M26 8h-6v-2l-6-6h-14v24h12v8h20v-18l-6-6zM26 10.828l3.172 3'
. '.172h-3.172v-3.172zM14 2.828l3.172 3.172h-3.172v-3.172zM2 2h10v6h6v14h-16v-20zM30 30h-16v-6h6v-14h4v6h6v14z"></pa'
. 'th></svg>';
$button->options = [
'height' => '200px',
'width' => '400px',
Expand Down

0 comments on commit 3903f66

Please sign in to comment.