-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Danila Tarasov
committed
Apr 30, 2018
1 parent
a8d73e5
commit 558c750
Showing
4 changed files
with
4 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -108,18 +108,6 @@ public function render(AbstractElement $element) | |
$email = '[email protected]'; | ||
} | ||
|
||
$ticketUrl = "mailto:[email protected]"; | ||
$url = __( | ||
'Purchased extensions support is available through ' | ||
. '<a href="%1" target="_blank">ticket tracking system</a>', | ||
$ticketUrl | ||
); | ||
$bugs = __('Please report all bugs and feature requests.'); | ||
$emailtext = __( | ||
'If for some reasons you can not submit ticket ' | ||
. 'to our system, you can write us an email %1.', | ||
); | ||
$hiretext = __( | ||
'You can hire us for any Magento extension customization and development.' | ||
. '<br/>Write us to %1', | ||
|
@@ -135,7 +123,7 @@ public function render(AbstractElement $element) | |
'<br/><br/>' . $emailtext . '</td></tr>'; | ||
$html .= '<tr><td>' . __('License') . ':</td><td>' . $tender . '</td></tr>'; | ||
$html .= '<tr class="mygento-info-line "><td>' | ||
. '<img src="//www.mygento.ru/media/wysiwyg/logo_base.png" width="100" height="100"/>' | ||
. '<img src="//www.mygento.ru/img/mygento.svg" width="100" height="100" alt="mygento logo"/>' | ||
. '</td><td>' . $hiretext . '<br/><br/>' . __( | ||
'You can check all providable services on ' | ||
. '<a href="%1" target="_blank">our website</a>.', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters