示例#1
0
echo gettext('Options');
?>
</strong>
		</a>
	</div>
</span>
<br clear="all" /><br />

<div class="bordered">
	<div class="headline">
		<strong><?php 
echo gettext("Edit the menu");
?>
</strong>
		<?php 
echo getMenuSetSelector(true);
?>
		<?php 
printItemStatusDropdown();
?>
		<?php 
$checkarray = array(gettext('*Bulk actions*') => 'noaction', gettext('Delete') => 'deleteall', gettext('Set to published') => 'showall', gettext('Set to unpublished') => 'hideall');
?>
		<span style="float:right">
			<?php 
if ($count > 0) {
    $buttontext = sprintf(gettext("Delete menu set '%s'"), html_encode($menuset));
    ?>
					<span class="buttons">
						<strong><a href="javascript:deleteMenuSet();" title="<?php 
    echo $buttontext;
示例#2
0
" />
					<input type="hidden" name="link-old" id="link-old" value="<?php 
echo html_encode($link);
?>
" />
					<input type="hidden" name="type" id="type" value="<?php 
echo $type;
?>
" />
					<table style="width: 80%">
						<?php 
if (is_array($result)) {
    $selector = html_encode($menuset);
} else {
    $result = array('id' => NULL, 'title' => '', 'link' => '', 'show' => 1, 'type' => NULL, 'include_li' => 1, 'span_id' => '', 'span_class' => '');
    $selector = getMenuSetSelector(false);
}
?>
						<tr>
							<td colspan="2"><?php 
printf(gettext("Menu <em>%s</em>"), $selector);
?>
</td>
						</tr>
						<tr style="vertical-align: top">
							<td style="width: 13%"><?php 
echo gettext("Type:");
?>
</td>
							<td id="selector"></td>
						</tr>
示例#3
0
						<a href="<?php 
echo WEBPATH . '/' . ZENFOLDER;
?>
/admin-options.php?'page=options&amp;tab=plugin&amp;show-menu_manager#menu_manager">
							<img src="../../images/options.png" alt="" /> <strong><?php 
echo gettext('Options');
?>
</strong>
						</a>
					</div>
				</span>
				<br class="clearall" /><br />

				<div class="bordered">
					<?php 
$selector = getMenuSetSelector(true);
if ($selector) {
    ?>
						<div class="headline">
							<strong><?php 
    echo gettext("Edit the menu");
    ?>
</strong>
							<?php 
    echo $selector;
    printItemStatusDropdown();
    $checkarray = array(gettext('*Bulk actions*') => 'noaction', gettext('Delete') => 'deleteall', gettext('Show') => 'showall', gettext('Hide') => 'hideall');
    ?>
							<span style="float:right">
								<?php 
    if ($count > 0) {