mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 12:48:24 +01:00
Minor gui fixes and notice removal.
This commit is contained in:
parent
94a4ba34e6
commit
2f660b8bd0
@ -34,7 +34,7 @@ if (ADMIN == TRUE)
|
||||
// print_a($array_functions);
|
||||
|
||||
// asort($array_functions);
|
||||
ksort($array_functions, 'title'); //FIXME Improve ordering.
|
||||
// ksort($array_functions, 'title'); //FIXME Improve ordering.
|
||||
|
||||
//$array_functions = asortbyindex($array_functions, 1);
|
||||
|
||||
|
@ -257,12 +257,12 @@ $CALENDAR_MENU_TABLE_START = "<table cellpadding='0' cellspacing='1' style='wid
|
||||
$CALENDAR_MENU_END = "</tr></table></div>";
|
||||
|
||||
// Blank cells at beginning and end
|
||||
$CALENDAR_MENU_DAY_NON = "<td class='forumheader3' style='width:14.28%; padding:1px; text-align:center; '><br /></td>";
|
||||
$CALENDAR_MENU_DAY_NON = "<td class='forumheader3' style='width:14.28%; padding:1px; text-align:center; '> </td>";
|
||||
|
||||
//header row
|
||||
$CALENDAR_MENU_HEADER_START = "<tr>\n";
|
||||
$CALENDAR_MENU_HEADER_FRONT = "<td class='forumheader' style='text-align:center; vertical-align:middle;'><span class='smalltext'>";
|
||||
$CALENDAR_MENU_HEADER_BACK = "</span></td>";
|
||||
$CALENDAR_MENU_HEADER_FRONT = "<th class='forumheader' style='text-align:center; vertical-align:middle;'><span class='smalltext'>";
|
||||
$CALENDAR_MENU_HEADER_BACK = "</span></th>";
|
||||
$CALENDAR_MENU_HEADER_END = "</tr>\n<tr>";
|
||||
|
||||
|
||||
|
@ -15,5 +15,5 @@
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
echo "parm=".$parm; //FIXME - just for testing only.
|
||||
// echo "parm=".$parm; //FIXME - just for testing only.
|
||||
$ns->tablerender(SITEBUTTON_MENU_L1, "<div style='text-align:center'>\n<a href='".SITEURL."'><img src='".(strstr(SITEBUTTON, "http:") ? SITEBUTTON : e_IMAGE_ABS.SITEBUTTON)."' alt='".SITEBUTTON_MENU_L1."' style='border: 0px; width: 88px; height: 31px' /></a>\n</div>", 'sitebutton');
|
||||
|
Loading…
x
Reference in New Issue
Block a user