$this)); ?>
finderPluginId) : ?>
finderPluginId . '&tmpl=component&layout=modal'); ?>
finderPluginId . 'Modal',
array(
'url' => $link,
'title' => Text::_('COM_FINDER_EDIT_PLUGIN_SETTINGS'),
'height' => '400px',
'width' => '800px',
'bodyHeight' => '70',
'modalWidth' => '80',
'closeButton' => false,
'backdrop' => 'static',
'keyboard' => false,
'footer' => '
'
. '
'
. '
'
)
); ?>
items)) : ?>
,
,
|
|
|
|
|
|
|
|
authorise('core.manage', 'com_finder'); ?>
items as $i => $item) : ?>
link_id, false, 'cid', 'cb', $item->title); ?>
|
published, $i, 'index.', $canChange, 'cb'); ?>
|
escape($item->title); ?>
|
t_title);
echo $lang->hasKey($key) ? Text::_($key) : $item->t_title;
?>
|
indexdate, Text::_('DATE_FORMAT_LC4')); ?>
|
|
publish_start_date or (int) $item->publish_end_date or (int) $item->start_date or (int) $item->end_date) : ?>
publish_start_date !== null ? HTMLHelper::_('date', $item->publish_start_date, Text::_('DATE_FORMAT_LC5'), 'UTC') : '';
$publishEndDate = $item->publish_end_date !== null ? HTMLHelper::_('date', $item->publish_end_date, Text::_('DATE_FORMAT_LC5'), 'UTC') : '';
$startDate = $item->start_date !== null ? HTMLHelper::_('date', $item->start_date, Text::_('DATE_FORMAT_LC5'), 'UTC') : '';
$endDate = $item->end_date !== null ? HTMLHelper::_('date', $item->end_date, Text::_('DATE_FORMAT_LC5'), 'UTC') : '';
?>
|
url) > 80) ? substr($item->url, 0, 70) . '...' : $item->url; ?>
|
pagination->getListFooter(); ?>