Esempio n. 1
0
?>
							</td>
						</tr>
						<?php 
if ($this->item->type != "menulink") {
    ?>
						<tr>
							<td class="key" valign="top" align="right">
								<?php 
    echo JText::_('On Click, Open in');
    ?>
:
							</td>
							<td>
								<?php 
    echo MenusHelper::Target($this->item);
    ?>
							</td>
						</tr>
						<?php 
}
?>
					</table>
				</fieldset>
			</td>
			<!-- Menu Item Parameters Section -->
			<td width="40%">
				<?php 
echo $this->pane->startPane("menu-pane");
echo $this->pane->startPanel(JText::_('Parameters - Basic'), "param-page");
echo $this->urlparams->render('urlparams');