Beispiel #1
0
							<td>
								<?php 
echo JHTML::_('select.genericlist', $this->menutypes, 'menutype', 'class="inputbox" size="1"', 'menutype', 'title', $this->item->menutype);
?>
							</td>
						</tr>
						<tr>
							<td class="key" align="right" valign="top">
								<?php 
echo JText::_('Parent Item');
?>
:
							</td>
							<td>
								<?php 
echo MenusHelper::Parent($this->item);
?>
							</td>
						</tr>
						<tr>
							<td class="key" valign="top" align="right">
								<?php 
echo JText::_('Published');
?>
:
							</td>
							<td>
								<?php 
echo $this->lists->published;
?>
							</td>