Go to the source code of this file.
Variables | |
PHP | $page_author = $creator_name |
$page_author_email = $creator_email | |
$page_menu = 1 | |
$page_date = formatTime( time() ) | |
$page_content |
PHP $page_author = $creator_name |
Definition at line 17 of file menuedit.php.
$page_author_email = $creator_email |
Definition at line 18 of file menuedit.php.
$page_content |
Initial value:
" <p>" . i18n("Look where your menu is normally situated to see, how the newly generated menu will look once saved. Remember the menu is not yet saved!") . "</p><hr /> <form action=\"" . globalIDtoURL("setup/editmenu/{$_REQUEST['new_language']}/{$_REQUEST['new_id']}") . "\" method=\"POST\"> <input type=\"hidden\" name=\"action\" value=\"save\" /> <input type=\"hidden\" name=\"new_id\" value=\"{$_REQUEST["new_id"]}\" /> <table cellspacing=\"0\" cellpadding=\"2\" class=\"setup\"> <tr><th colspan=\"2\" class=\"setup-header\">" . i18n("You are editing menu id ##0##", array($_REQUEST["new_id"])) . " <tr> <td style=\"width: 50%;\" valign=\"top\"> " . i18n("Title:") . " </td><td style=\"width: 50%;\" valign=\"top\"> <input type=\"text\" value=\"{$_REQUEST["new_title"]}\" style=\"width: 100%;\" name=\"new_title\" /> </td> </tr> <tr> <td valign=\"top\"> " . i18n("Languages:") . " </td><td valign=\"top\"> <div align=\"right\"><select style=\"width: 100%;\" name=\"new_language\">"
Definition at line 29 of file menuedit.php.
$page_date = formatTime( time() ) |
Definition at line 20 of file menuedit.php.
$page_menu = 1 |
Definition at line 19 of file menuedit.php.