Пример #1
0
echo JText::_('PLG_ZOOMAILING_LAYOUT');
?>
 :</td>
		<td><?php 
$layout = new ZooLayout();
echo $layout->display('itemlayout');
?>
</td>
	</tr>
	<tr>
		<td><?php 
echo JText::_('PLG_ZOOMAILING_ONLINE_LAYOUT');
?>
 :</td>
		<td><?php 
$layout = new ZooLayout();
echo $layout->display('itemonlinelayout');
?>
</td>
	</tr>
</table>
<table class="adminlist" cellpadding="1" width="100%">
	<thead>
		<tr>
			<th class="title"><?php 
echo JHTML::_('grid.sort', JText::_('PLG_ZLFRAMEWORK_NAME'), 'a.name', $pageInfo->filter->order->dir, $pageInfo->filter->order->value);
?>
</th>
			<th class="title"><?php 
echo JHTML::_('grid.sort', JText::_('PLG_ZLFRAMEWORK_AUTHOR'), 'u.name', $pageInfo->filter->order->dir, $pageInfo->filter->order->value);
?>
Пример #2
0
</td>
		<td><?php 
echo JText::_('PLG_ZOOMAILING_DAYS_SINCE');
?>
</td>
		<td><input name="since" size="10" value="" onchange="updateAutoTag();" /></td>
	</tr>
</table>
<table width="100%" class="adminform">
	<tr>
		<td><?php 
echo JText::_('PLG_ZOOMAILING_LAYOUT');
?>
 :</td>
		<td><?php 
$layout = new ZooLayout();
echo $layout->display('categorylayout');
?>
</td>
	</tr>
</table>
<table class="adminlist" cellpadding="1" width="100%">
	<thead>
		<tr>
			<th class="title"><?php 
echo JText::_('PLG_ZLFRAMEWORK_NAME');
?>
</th>
			<th class="title titlenum"><?php 
echo JText::_('PLG_ZOOMAILING_ITEMS');
?>