Version Notes
changes:
- support for translations added
Download this release
Release Info
| Developer | Juraj Simon |
| Extension | Liveagent |
| Version | 2.5.1 |
| Comparing to | |
| See all releases | |
Code changes from version 2.5.0 to 2.5.1
- app/code/local/Qualityunit/Liveagent/Block/Signup.php +2 -3
- app/code/local/Qualityunit/Liveagent/Block/Waiting.php +10 -7
- app/code/local/Qualityunit/Liveagent/etc/config.xml +9 -0
- app/code/local/Qualityunit/Liveagent/translations.mo +0 -0
- app/code/local/Qualityunit/Liveagent/translations.po +16 -0
- package.xml +5 -7
app/code/local/Qualityunit/Liveagent/Block/Signup.php
CHANGED
|
@@ -23,8 +23,7 @@ class Qualityunit_Liveagent_Block_Signup extends Qualityunit_Liveagent_Block_Bas
|
|
| 23 |
$this->assignVariable('termsLink', Mage::helper('adminhtml')->__('Terms & Conditions'));
|
| 24 |
$this->assignVariable('skipLink', Mage::helper('adminhtml')->__('Skip this step, I already have an account'));
|
| 25 |
$this->assignVariable('settingsSection', Mage::helper('adminhtml')->__('New account'));
|
| 26 |
-
$this->assignVariable('pluginHelpText', Mage::helper('adminhtml')->__('We want you to enjoy the full functionality of LiveAgent with the free account. It does not limit the number of agents and you have the option to activate the most of available features.
|
| 27 |
-
$this->assignVariable('pluginHelpLink', Mage::helper('adminhtml')->__('read more'));
|
| 28 |
}
|
| 29 |
|
| 30 |
private function getdomainOnly() {
|
|
@@ -76,7 +75,7 @@ class Qualityunit_Liveagent_Block_Signup extends Qualityunit_Liveagent_Block_Bas
|
|
| 76 |
</div>
|
| 77 |
<div class="entry-edit">
|
| 78 |
<fieldset>
|
| 79 |
-
{pluginHelpText}
|
| 80 |
</fieldset>
|
| 81 |
</div>
|
| 82 |
<div class="entry-edit">
|
| 23 |
$this->assignVariable('termsLink', Mage::helper('adminhtml')->__('Terms & Conditions'));
|
| 24 |
$this->assignVariable('skipLink', Mage::helper('adminhtml')->__('Skip this step, I already have an account'));
|
| 25 |
$this->assignVariable('settingsSection', Mage::helper('adminhtml')->__('New account'));
|
| 26 |
+
$this->assignVariable('pluginHelpText', Mage::helper('adminhtml')->__('We want you to enjoy the full functionality of LiveAgent with the free account. It does not limit the number of agents and you have the option to activate the most of available features.'));
|
|
|
|
| 27 |
}
|
| 28 |
|
| 29 |
private function getdomainOnly() {
|
| 75 |
</div>
|
| 76 |
<div class="entry-edit">
|
| 77 |
<fieldset>
|
| 78 |
+
{pluginHelpText}
|
| 79 |
</fieldset>
|
| 80 |
</div>
|
| 81 |
<div class="entry-edit">
|
app/code/local/Qualityunit/Liveagent/Block/Waiting.php
CHANGED
|
@@ -7,9 +7,12 @@ class Qualityunit_Liveagent_Block_Waiting extends Qualityunit_Liveagent_Block_Ba
|
|
| 7 |
$this->assignVariable('completeUrlAction', $this->getUrl('*/*/post'));
|
| 8 |
$this->assignVariable('installingText', Mage::helper('adminhtml')->__('Thank you! Your account will be online within next few minutes. Please wait...'));
|
| 9 |
$this->assignVariable('confEmailText', Mage::helper('adminhtml')->__('You should recieve confirmation email with your account credentials shortly.'));
|
| 10 |
-
$this->assignVariable('bitLongerText', Mage::helper('adminhtml')->__('
|
| 11 |
-
$this->assignVariable('
|
| 12 |
-
$this->assignVariable('
|
|
|
|
|
|
|
|
|
|
| 13 |
}
|
| 14 |
|
| 15 |
protected function getTemplateString() {
|
|
@@ -41,24 +44,24 @@ class Qualityunit_Liveagent_Block_Waiting extends Qualityunit_Liveagent_Block_Ba
|
|
| 41 |
<td ></td>
|
| 42 |
</tr>
|
| 43 |
<tr>
|
| 44 |
-
<td><div name="liveagent_wait_status" id="liveagent_wait_status" style="padding:10px;">{installText}
|
| 45 |
</tr>
|
| 46 |
<tr>
|
| 47 |
<td></td>
|
| 48 |
</tr>
|
| 49 |
<tr>
|
| 50 |
-
<td>{bitLongerText}</td>
|
| 51 |
</tr>
|
| 52 |
</tbody>
|
| 53 |
</table>
|
| 54 |
</fieldset>
|
| 55 |
</div>
|
| 56 |
<script type="text/javascript"><!--//--><