@copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html Support Groups /-----------------------------------------------------------------------------------------------------------------------------*/ // No direct access to this file defined('_JEXEC') or die('Restricted access'); // set the defaults $items = $displayData->vvvpayments; $user = JFactory::getUser(); $id = $displayData->item->id; // set the edit URL $edit = "index.php?option=com_supportgroups&view=payments&task=payment.edit"; // set a return value $return = ($id) ? "index.php?option=com_supportgroups&view=support_group&layout=edit&id=" . $id : ""; // check for a return value $jinput = JFactory::getApplication()->input; if ($_return = $jinput->get('return', null, 'base64')) { $return .= "&return=" . $_return; } // check if return value was set if (SupportgroupsHelper::checkString($return)) { // set the referral values $ref = ($id) ? "&ref=support_group&refid=" . $id . "&return=" . urlencode(base64_encode($return)) : "&return=" . urlencode(base64_encode($return)); } else { $ref = ($id) ? "&ref=support_group&refid=" . $id : ""; } // set the create new URL $new = "index.php?option=com_supportgroups&view=payments&task=payment.edit" . $ref; // load the action object $can = SupportgroupsHelper::getActions('payment'); ?>
escape($item->support_group_name); ?> | year); ?> | escape($item->amount); ?> | published == 1): ?>published == 0): ?> | published == 2): ?> | published == -2): ?> |