$this)); ?>
redirectPluginId) : ?>
redirectPluginId . '&tmpl=component&layout=modal'); ?>
redirectPluginId . 'Modal',
array(
'url' => $link,
'title' => Text::_('COM_REDIRECT_EDIT_PLUGIN_SETTINGS'),
'height' => '400px',
'width' => '800px',
'bodyHeight' => '70',
'modalWidth' => '80',
'closeButton' => false,
'backdrop' => 'static',
'keyboard' => false,
'footer' => '
'
. '
'
. '
'
)
); ?>
items)) : ?>
,
,
|
|
|
|
|
|
|
|
|
items as $i => $item) :
$canEdit = $user->authorise('core.edit', 'com_redirect');
$canChange = $user->authorise('core.edit.state', 'com_redirect');
?>
id, false, 'cid', 'cb', $item->old_url); ?>
|
published, $i); ?>
|
escape(str_replace(Uri::root(), '', rawurldecode($item->old_url))); ?>
escape(str_replace(Uri::root(), '', rawurldecode($item->old_url))); ?>
|
escape(rawurldecode($item->new_url)); ?>
|
escape($item->referer); ?>
|
created_date, Text::_('DATE_FORMAT_LC4')); ?>
|
hits; ?>
|
header; ?>
|
id; ?>
|
pagination->getListFooter(); ?>
items)) : ?>
loadTemplate('addform'); ?>
authorise('core.create', 'com_redirect')
&& $user->authorise('core.edit', 'com_redirect')
&& $user->authorise('core.edit.state', 'com_redirect')) : ?>
Text::_('COM_REDIRECT_BATCH_OPTIONS'),
'footer' => $this->loadTemplate('batch_footer'),
),
$this->loadTemplate('batch_body')
); ?>