| 26 |
<table class="adminheading"> |
<table class="adminheading"> |
| 27 |
<tr> |
<tr> |
| 28 |
<th class="menus"> |
<th class="menus"> |
| 29 |
Menu Manager <small><small>[ <?php echo $menutype;?> ]</small></small> |
<?php printf(T_('Menu Manager <small><small>[ %s ]</small></small>'), $menutype) ?> |
| 30 |
</th> |
</th> |
| 31 |
<td nowrap="true"> |
<td nowrap="true"> |
| 32 |
Max Levels |
<?php echo T_('Max Levels') ?> |
| 33 |
</td> |
</td> |
| 34 |
<td> |
<td> |
| 35 |
<?php echo $levellist;?> |
<?php echo $levellist;?> |
| 36 |
</td> |
</td> |
| 37 |
<td> |
<td> |
| 38 |
Filter: |
<?php echo T_('Filter:') ?> |
| 39 |
</td> |
</td> |
| 40 |
<td> |
<td> |
| 41 |
<input type="text" name="search" value="<?php echo $search;?>" class="inputbox" /> |
<input type="text" name="search" value="<?php echo $search;?>" class="inputbox" /> |
| 46 |
?> |
?> |
| 47 |
<tr> |
<tr> |
| 48 |
<td align="right" nowrap style="color: red; font-weight: normal;" colspan="5"> |
<td align="right" nowrap style="color: red; font-weight: normal;" colspan="5"> |
| 49 |
<?php echo _MAINMENU_DEL; ?> |
* <?php echo T_('You cannot `delete` this menu as it is required for the proper operation of Mambo') ?> * |
| 50 |
<br/> |
<br/> |
| 51 |
<span style="color: black;"> |
<span style="color: black;"> |
| 52 |
<?php echo _MAINMENU_HOME; ?> |
* <?php echo T_('The 1st Published item in this menu [mainmenu] is the default `Homepage` for the site') ?> * |
| 53 |
</span> |
</span> |
| 54 |
</td> |
</td> |
| 55 |
</tr> |
</tr> |
| 67 |
<input type="checkbox" name="toggle" value="" onclick="checkAll(<?php echo count($rows); ?>);" /> |
<input type="checkbox" name="toggle" value="" onclick="checkAll(<?php echo count($rows); ?>);" /> |
| 68 |
</th> |
</th> |
| 69 |
<th class="title" width="40%"> |
<th class="title" width="40%"> |
| 70 |
Menu Item |
<?php echo T_('Menu Item') ?> |
| 71 |
</th> |
</th> |
| 72 |
<th width="5%"> |
<th width="5%"> |
| 73 |
Published |
<?php echo T_('Published') ?> |
| 74 |
</th> |
</th> |
| 75 |
<th colspan="2" width="5%"> |
<th colspan="2" width="5%"> |
| 76 |
Reorder |
<?php echo T_('Reorder') ?> |
| 77 |
</th> |
</th> |
| 78 |
<th width="2%"> |
<th width="2%"> |
| 79 |
Order |
<?php echo T_('Order') ?> |
| 80 |
</th> |
</th> |
| 81 |
<th width="1%"> |
<th width="1%"> |
| 82 |
<a href="javascript: saveorder( <?php echo count( $rows )-1; ?> )"><img src="images/filesave.png" border="0" width="16" height="16" alt="Save Order" /></a> |
<a href="javascript: saveorder( <?php echo count( $rows )-1; ?> )"><img src="images/filesave.png" border="0" width="16" height="16" alt="Save Order" /></a> |
| 83 |
</th> |
</th> |
| 84 |
<th width="10%"> |
<th width="10%"> |
| 85 |
Access |
<?php echo T_('Access') ?> |
| 86 |
</th> |
</th> |
| 87 |
<th> |
<th> |
| 88 |
Itemid |
<?php echo T_('Itemid') ?> |
| 89 |
</th> |
</th> |
| 90 |
<th width="35%" align="left"> |
<th width="35%" align="left"> |
| 91 |
Type |
<?php echo T_('Type') ?> |
| 92 |
</th> |
</th> |
| 93 |
<th> |
<th> |
| 94 |
CID |
<?php echo T_('CID') ?> |
| 95 |
</th> |
</th> |
| 96 |
</tr> |
</tr> |
| 97 |
<?php |
<?php |
| 181 |
<table class="adminheading"> |
<table class="adminheading"> |
| 182 |
<tr> |
<tr> |
| 183 |
<th class="menus"> |
<th class="menus"> |
| 184 |
New Menu Item |
<?php echo T_('New Menu Item') ?> |
| 185 |
</th> |
</th> |
| 186 |
<td valign="bottom" nowrap style="color: red;"> |
<td valign="bottom" nowrap style="color: red;"> |
| 187 |
<?php //echo _MENU_GROUP; ?> |
<?php //echo _MENU_GROUP; ?> |
| 200 |
<tr> |
<tr> |
| 201 |
<td width="50%" valign="top"> |
<td width="50%" valign="top"> |
| 202 |
<fieldset> |
<fieldset> |
| 203 |
<legend>Content</legend> |
<legend><?php echo T_('Content') ?></legend> |
| 204 |
<table class="adminform"> |
<table class="adminform"> |
| 205 |
<?php |
<?php |
| 206 |
$k = 0; |
$k = 0; |
| 232 |
</table> |
</table> |
| 233 |
</fieldset> |
</fieldset> |
| 234 |
<fieldset> |
<fieldset> |
| 235 |
<legend>Miscellaneous</legend> |
<legend><?php echo T_('Miscellaneous') ?></legend> |
| 236 |
<table class="adminform"> |
<table class="adminform"> |
| 237 |
<?php |
<?php |
| 238 |
$k = 0; |
$k = 0; |
| 263 |
?> |
?> |
| 264 |
</table> |
</table> |
| 265 |
</fieldset> |
</fieldset> |
| 266 |
* Note that some menu types appear in more that one grouping, but they are still the same menu type. |
* <?php echo T_('Note that some menu types appear in more that one grouping, but they are still the same menu type.') ?> |
| 267 |
</td> |
</td> |
| 268 |
<td width="50%" valign="top"> |
<td width="50%" valign="top"> |
| 269 |
<fieldset> |
<fieldset> |
| 270 |
<legend>Components</legend> |
<legend><?php echo T_('Components') ?></legend> |
| 271 |
<table class="adminform"> |
<table class="adminform"> |
| 272 |
<?php |
<?php |
| 273 |
$k = 0; |
$k = 0; |
| 299 |
</table> |
</table> |
| 300 |
</fieldset> |
</fieldset> |
| 301 |
<fieldset> |
<fieldset> |
| 302 |
<legend>Links</legend> |
<legend><?php echo T_('Links') ?></legend> |
| 303 |
<table class="adminform"> |
<table class="adminform"> |
| 304 |
<?php |
<?php |
| 305 |
$k = 0; |
$k = 0; |
| 334 |
</tr> |
</tr> |
| 335 |
</table> |
</table> |
| 336 |
|
|
|
<?php /* ?> |
|
| 337 |
|
|
|
<table width="100%"> |
|
|
<tr> |
|
|
<td width="60%"> |
|
|
<h2 align="left">Content</h2> |
|
|
<table class="adminlist"> |
|
|
<tr> |
|
|
<th width="5"> |
|
|
# |
|
|
</th> |
|
|
<th width="20"> |
|
|
</th> |
|
|
<th class="title"> |
|
|
Menu Item Type |
|
|
</th> |
|
|
<th class="title" align="center" width="20px"> |
|
|
Description |
|
|
</th> |
|
|
<th> |
|
|
</th> |
|
|
</tr> |
|
|
<?php |
|
|
$k = 0; |
|
|
$count = count( $types_content ); |
|
|
for ( $i=0; $i < $count; $i++ ) { |
|
|
$row = &$types_content[$i]; |
|
|
|
|
|
$link = 'index2.php?option=com_menus&menutype='. $menutype .'&task=edit&type='. $row->type; |
|
|
?> |
|
|
<tr class="<?php echo "row$k"; ?>"> |
|
|
<td> |
|
|
<?php echo $i+1; ?> |
|
|
</td> |
|
|
<td> |
|
|
<input type="radio" id="cb<?php echo $i;?>" name="type" value="<?php echo $row->type; ?>" onClick="isChecked(this.checked);" /> |
|
|
</td> |
|
|
<td> |
|
|
<a href="<?php echo $link; ?>"> |
|
|
<?php echo $row->name; ?> |
|
|
</a> |
|
|
</td> |
|
|
<td align="center"> |
|
|
<?php |
|
|
echo mosToolTip( $row->descrip, $row->name, 250 ); |
|
|
?> |
|
|
</td> |
|
|
<td> |
|
|
</td> |
|
|
</tr> |
|
|
<?php |
|
|
$k = 1 - $k; |
|
|
} |
|
|
?> |
|
|
<tr> |
|
|
<th colspan="5"> |
|
|
</th> |
|
|
</tr> |
|
|
</table> |
|
|
<br/> |
|
|
|
|
|
<h2 align="left">Components</h2> |
|
|
<table class="adminlist"> |
|
|
<tr> |
|
|
<th width="5"> |
|
|
# |
|
|
</th> |
|
|
<th width="20"> |
|
|
</th> |
|
|
<th class="title"> |
|
|
Menu Item Type |
|
|
</th> |
|
|
<th class="title" align="center" width="20"> |
|
|
Description |
|
|
</th> |
|
|
<th> |
|
|
</th> |
|
|
</tr> |
|
|
<?php |
|
|
$k = 0; |
|
|
$count = count( $types_component ); |
|
|
for ( $i=0; $i < $count; $i++ ) { |
|
|
$row = &$types_component[$i]; |
|
|
|
|
|
$link = 'index2.php?option=com_menus&menutype='. $menutype .'&task=edit&type='. $row->type; |
|
|
?> |
|
|
<tr class="<?php echo "row$k"; ?>"> |
|
|
<td> |
|
|
<?php echo $i+1; ?> |
|
|
</td> |
|
|
<td> |
|
|
<input type="radio" id="cb<?php echo $i;?>" name="type" value="<?php echo $row->type; ?>" onClick="isChecked(this.checked);" /> |
|
|
</td> |
|
|
<td> |
|
|
<a href="<?php echo $link; ?>"> |
|
|
<?php echo $row->name; ?> |
|
|
</a> |
|
|
</td> |
|
|
<td align="center"> |
|
|
<?php |
|
|
echo mosToolTip( $row->descrip, $row->name, 250 ); |
|
|
?> |
|
|
</td> |
|
|
<td> |
|
|
</td> |
|
|
</tr> |
|
|
<?php |
|
|
$k = 1 - $k; |
|
|
} |
|
|
?> |
|
|
<tr> |
|
|
<th colspan="5"> |
|
|
</th> |
|
|
</tr> |
|
|
</table> |
|
|
<br/> |
|
|
|
|
|
|
|
|
<h2 align="left">Links</h2> |
|
|
<table class="adminlist"> |
|
|
<tr> |
|
|
<th width="5"> |
|
|
# |
|
|
</th> |
|
|
<th width="20"> |
|
|
</th> |
|
|
<th class="title"> |
|
|
Menu Item Type |
|
|
</th> |
|
|
<th class="title" align="center" width="20"> |
|
|
Description |
|
|
</th> |
|
|
<th> |
|
|
</th> |
|
|
</tr> |
|
|
<?php |
|
|
$k = 0; |
|
|
$count = count( $types_link ); |
|
|
for ( $i=0; $i < $count; $i++ ) { |
|
|
$row = &$types_link[$i]; |
|
|
|
|
|
$link = 'index2.php?option=com_menus&menutype='. $menutype .'&task=edit&type='. $row->type; |
|
|
?> |
|
|
<tr class="<?php echo "row$k"; ?>"> |
|
|
<td> |
|
|
<?php echo $i+1; ?> |
|
|
</td> |
|
|
<td> |
|
|
<input type="radio" id="cb<?php echo $i;?>" name="type" value="<?php echo $row->type; ?>" onClick="isChecked(this.checked);" /> |
|
|
</td> |
|
|
<td> |
|
|
<a href="<?php echo $link; ?>"> |
|
|
<?php echo $row->name; ?> |
|
|
</a> |
|
|
</td> |
|
|
<td align="center"> |
|
|
<?php |
|
|
echo mosToolTip( $row->descrip, $row->name, 250 ); |
|
|
?> |
|
|
</td> |
|
|
<td> |
|
|
</td> |
|
|
</tr> |
|
|
<?php |
|
|
$k = 1 - $k; |
|
|
} |
|
|
?> |
|
|
<tr> |
|
|
<th colspan="5"> |
|
|
</th> |
|
|
</tr> |
|
|
</table> |
|
|
<br/> |
|
|
|
|
|
<h2 align="left">Other</h2> |
|
|
<table class="adminlist"> |
|
|
<tr> |
|
|
<th width="5"> |
|
|
# |
|
|
</th> |
|
|
<th width="20"> |
|
|
</th> |
|
|
<th class="title"> |
|
|
Menu Item Type |
|
|
</th> |
|
|
<th class="title" align="center" width="20"> |
|
|
Description |
|
|
</th> |
|
|
<th> |
|
|
</th> |
|
|
</tr> |
|
|
<?php |
|
|
$k = 0; |
|
|
$count = count( $types_other ); |
|
|
for ( $i=0; $i < $count; $i++ ) { |
|
|
$row = &$types_other[$i]; |
|
|
|
|
|
$link = 'index2.php?option=com_menus&menutype='. $menutype .'&task=edit&type='. $row->type; |
|
|
?> |
|
|
<tr class="<?php echo "row$k"; ?>"> |
|
|
<td> |
|
|
<?php echo $i+1; ?> |
|
|
</td> |
|
|
<td> |
|
|
<input type="radio" id="cb<?php echo $i;?>" name="type" value="<?php echo $row->type; ?>" onClick="isChecked(this.checked);" /> |
|
|
</td> |
|
|
<td> |
|
|
<a href="<?php echo $link; ?>"> |
|
|
<?php echo $row->name; ?> |
|
|
</a> |
|
|
</td> |
|
|
<td align="center"> |
|
|
<?php |
|
|
echo mosToolTip( $row->descrip, $row->name, 250 ); |
|
|
?> |
|
|
</td> |
|
|
<td> |
|
|
</td> |
|
|
</tr> |
|
|
<?php |
|
|
$k = 1 - $k; |
|
|
} |
|
|
?> |
|
|
<tr> |
|
|
<th colspan="5"> |
|
|
</th> |
|
|
</tr> |
|
|
</table> |
|
|
</td> |
|
|
<td width="40%" valign="top" align="center"> |
|
|
<h2>Help</h2> |
|
|
<br/> |
|
|
<a href="#"> |
|
|
What is a 'Blog' view |
|
|
</a> |
|
|
<br/><br/><br/> |
|
|
<a href="#"> |
|
|
What is a 'Table' view |
|
|
</a> |
|
|
<br/><br/><br/> |
|
|
<a href="#"> |
|
|
What is a 'List' view |
|
|
</a> |
|
|
<br/><br/><br/><br/><br/> |
|
|
<div style="color: red; font-weight: bold;"> |
|
|
<?php echo _MENU_GROUP; ?> |
|
|
</div> |
|
|
</td> |
|
|
</tr> |
|
|
</table> |
|
|
<?php */ ?> |
|
| 338 |
|
|
| 339 |
<input type="hidden" name="option" value="<?php echo $option; ?>" /> |
<input type="hidden" name="option" value="<?php echo $option; ?>" /> |
| 340 |
<input type="hidden" name="menutype" value="<?php echo $menutype; ?>" /> |
<input type="hidden" name="menutype" value="<?php echo $menutype; ?>" /> |
| 356 |
<table class="adminheading"> |
<table class="adminheading"> |
| 357 |
<tr> |
<tr> |
| 358 |
<th> |
<th> |
| 359 |
Move Menu Items |
<?php echo T_('Move Menu Items') ?> |
| 360 |
</th> |
</th> |
| 361 |
</tr> |
</tr> |
| 362 |
</table> |
</table> |
| 366 |
<tr> |
<tr> |
| 367 |
<td width="3%"></td> |
<td width="3%"></td> |
| 368 |
<td align="left" valign="top" width="30%"> |
<td align="left" valign="top" width="30%"> |
| 369 |
<strong>Move to Menu:</strong> |
<strong><?php echo T_('Move to Menu:') ?></strong> |
| 370 |
<br /> |
<br /> |
| 371 |
<?php echo $MenuList ?> |
<?php echo $MenuList ?> |
| 372 |
<br /><br /> |
<br /><br /> |
| 373 |
</td> |
</td> |
| 374 |
<td align="left" valign="top"> |
<td align="left" valign="top"> |
| 375 |
<strong> |
<strong> |
| 376 |
Menu Items being moved: |
<?php echo T_('Menu Items being moved:') ?> |
| 377 |
</strong> |
</strong> |
| 378 |
<br /> |
<br /> |
| 379 |
<ol> |
<ol> |
| 416 |
<table class="adminheading"> |
<table class="adminheading"> |
| 417 |
<tr> |
<tr> |
| 418 |
<th> |
<th> |
| 419 |
Copy Menu Items |
<?php echo T_('Copy Menu Items') ?> |
| 420 |
</th> |
</th> |
| 421 |
</tr> |
</tr> |
| 422 |
</table> |
</table> |
| 427 |
<td width="3%"></td> |
<td width="3%"></td> |
| 428 |
<td align="left" valign="top" width="30%"> |
<td align="left" valign="top" width="30%"> |
| 429 |
<strong> |
<strong> |
| 430 |
Copy to Menu: |
<?php echo T_('Copy to Menu:') ?> |
| 431 |
</strong> |
</strong> |
| 432 |
<br /> |
<br /> |
| 433 |
<?php echo $MenuList ?> |
<?php echo $MenuList ?> |
| 435 |
</td> |
</td> |
| 436 |
<td align="left" valign="top"> |
<td align="left" valign="top"> |
| 437 |
<strong> |
<strong> |
| 438 |
Menu Items being copied: |
<?php echo T_('Menu Items being copied:') ?> |
| 439 |
</strong> |
</strong> |
| 440 |
<br /> |
<br /> |
| 441 |
<ol> |
<ol> |