Beispiel #1
0
<?php

/**
 * @version    $Id$
 * @package    JSN_PageBuilder
 * @author     JoomlaShine Team <*****@*****.**>
 * @copyright  Copyright (C) 2012 JoomlaShine.com. All Rights Reserved.
 * @license    GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Websites: http://www.joomlashine.com
 * Technical Support:  Feedback - http://www.joomlashine.com/contact-us/get-support.html
 */
//No direct access
defined('_JEXEC') or die('Restricted access');
JSNUpgradeHelper::render($this->product, JText::_('UPGRADER_STANDARD_BENEFITS'), JText::_('UPGRADER_UNLIMITED_BENEFITS'));
Beispiel #2
0
 * @package     JSNUniform
 * @subpackage  Upgrade
 * @author      JoomlaShine Team <*****@*****.**>
 * @copyright   Copyright (C) 2015 JoomlaShine.com. All Rights Reserved.
 * @license     GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Websites: http://www.joomlashine.com
 * Technical Support:  Feedback - http://www.joomlashine.com/contact-us/get-support.html
 */
// No direct access to this file
defined('_JEXEC') or die('Restricted access');
// Display messagess
if (JFactory::getApplication()->input->getInt('ajax') != 1) {
    echo $this->msgs;
}
$upgradeBenefitsFree = '<ul>';
$upgradeBenefitsFree .= '<li>' . JText::_('JSN_UNIFORM_UPGRADE_UNLIMITED_NUMBER_OF_FORM_AND_FIELDS_IN_A_FORM') . '</li>';
$upgradeBenefitsFree .= '<li>' . JText::_('JSN_UNIFORM_UPGRADE_UNLIMITED_NUMBER_OF_SUBMISSION_IN_A_FORM') . '</li>';
$upgradeBenefitsFree .= '<li>' . JText::_('JSN_UNIFORM_UPGRADE_ABILITY_TO_PRESENT_FORM_FIELDS_IN_MULTIPLE_PAGES') . '</li>';
$upgradeBenefitsFree .= '<li>' . JText::_('JSN_UNIFORM_UPGRADE_REMOVED_BRANDLINK_FROM_FORM_PRESENTATION') . '</li>';
$upgradeBenefitsFree .= '<li>' . JText::_('JSN_UNIFORM_UPGRADE_PROFESSIONAL_SUPPORT_FOR_01_DOMAIN') . '</li>';
$upgradeBenefitsFree .= '<li>' . JText::_('JSN_UNIFORM_UPGRADE_FREE_PRODUCT_UPDATE_FOR_06_MONTHS') . '</li>';
$upgradeBenefitsFree .= '</ul>';
$upgradeBenefitsPro = '<ul>';
$upgradeBenefitsPro .= '<li>' . JText::_('JSN_UNIFORM_UPGRADE_ALL_BENEFITS_OF_PRO_STADARD_EDITION') . '</li>';
$upgradeBenefitsPro .= '<li>' . JText::_('JSN_UNIFORM_UPGRADE_FASTER_DEDICATED_SUPPORT_FOR_UNLIMITED_DOMAINS') . '</li>';
$upgradeBenefitsPro .= '<li>' . JText::_('JSN_UNIFORM_UPGRADE_FREE_PRODUCT_UPDATE_FOR_01_YEAR') . '</li>';
$upgradeBenefitsPro .= '</ul>';
// Display config form
JSNUpgradeHelper::render($this->product, $upgradeBenefitsFree, $upgradeBenefitsPro);
Beispiel #3
0
<?php

/**
 * @version    $Id$
 * @package    JSN_EasySlider
 * @author     JoomlaShine Team <*****@*****.**>
 * @copyright  Copyright (C) 2012 JoomlaShine.com. All Rights Reserved.
 * @license    GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Websites: http://www.joomlashine.com
 * Technical Support:  Feedback - http://www.joomlashine.com/contact-us/get-support.html
 */
// No direct access to this file
defined('_JEXEC') or die('Restricted access');
// Display upgrade form
JSNUpgradeHelper::render($this->product, JText::_('JSN_EASYSLIDER_UPGRADE_BENEFITS_FREE'), JText::_('JSN_EASYSLIDER_UPGRADE_BENEFITS_PRO'));
Beispiel #4
0
/**
 * @version     $Id: default.php 19013 2012-11-28 04:48:47Z thailv $
 * @package     JSNUniform
 * @subpackage  Upgrade
 * @author      JoomlaShine Team <*****@*****.**>
 * @copyright   Copyright (C) 2012 JoomlaShine.com. All Rights Reserved.
 * @license     GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Websites: http://www.joomlashine.com
 * Technical Support:  Feedback - http://www.joomlashine.com/contact-us/get-support.html
 */
// No direct access to this file
defined('_JEXEC') or die('Restricted access');
// Display messagess
if (JFactory::getApplication()->input->getInt('ajax') != 1) {
    echo $this->msgs;
}
$upgradeBenefitsProUnlimitedStandard = '<ul>';
$upgradeBenefitsProUnlimitedStandard .= '<li>' . JText::_('JSN_MOBILIZE_UPGRADE_BENEFITS_PRO_STANDARD_LINE_1') . '</li>';
$upgradeBenefitsProUnlimitedStandard .= '<li>' . JText::_('JSN_MOBILIZE_UPGRADE_BENEFITS_PRO_STANDARD_LINE_2') . '</li>';
$upgradeBenefitsProUnlimitedStandard .= '<li>' . JText::_('JSN_MOBILIZE_UPGRADE_BENEFITS_PRO_STANDARD_LINE_3') . '</li>';
$upgradeBenefitsProUnlimitedStandard .= '<li>' . JText::_('JSN_MOBILIZE_UPGRADE_BENEFITS_PRO_STANDARD_LINE_4') . '</li>';
$upgradeBenefitsProUnlimitedStandard .= '</ul>';
$upgradeBenefitsProUnlimited = '<ul>';
$upgradeBenefitsProUnlimited .= '<li>' . JText::_('JSN_MOBILIZE_UPGRADE_BENEFITS_PRO_UNLIMITED_LINE_1') . '</li>';
$upgradeBenefitsProUnlimited .= '<li>' . JText::_('JSN_MOBILIZE_UPGRADE_BENEFITS_PRO_UNLIMITED_LINE_2') . '</li>';
$upgradeBenefitsProUnlimited .= '</ul>';
// Display config form
JSNUpgradeHelper::render($this->product, $upgradeBenefitsProUnlimitedStandard, $upgradeBenefitsProUnlimited);