forked from extern/egroupware
fixed some formatting
This commit is contained in:
parent
ee6e6860d8
commit
97f2607166
@ -1,6 +1,5 @@
|
|||||||
<!-- BEGIN footer -->
|
<!-- BEGIN footer -->
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<!-- BEGIN B_powered_bottom -->
|
<!-- BEGIN B_powered_bottom -->
|
||||||
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
||||||
<tr>
|
<tr>
|
||||||
@ -10,10 +9,8 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<!-- END B_powered_bottom -->
|
<!-- END B_powered_bottom -->
|
||||||
|
|
||||||
<p> </p>
|
<p> </p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- END footer -->
|
<!-- END footer -->
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
the variables for onLoad are set in navbar -->
|
the variables for onLoad are set in navbar -->
|
||||||
|
|
||||||
<table border="0" width="100%" height="73" cellspacing="0" cellpadding="0">
|
<table border="0" width="100%" height="73" cellspacing="0" cellpadding="0">
|
||||||
<tr>
|
<tr>
|
||||||
<!-- top row back images are 58px high, but the row may be smaller than that -->
|
<!-- top row back images are 58px high, but the row may be smaller than that -->
|
||||||
<!-- row 2 images are 15 px high, so this table with these 2 rows is 58 plus 15 equals 73px high -->
|
<!-- row 2 images are 15 px high, so this table with these 2 rows is 58 plus 15 equals 73px high -->
|
||||||
<td width="154" height="58" align="left" valign="top" background="{em_img}">
|
<td width="154" height="58" align="left" valign="top" background="{em_img}">
|
||||||
@ -41,8 +41,8 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2" width="100%" height="15" align="right" valign="top" background="{top_spacer_middle_img}">
|
<td colspan="2" width="100%" height="15" align="right" valign="top" background="{top_spacer_middle_img}">
|
||||||
<!-- row 2 right nav buttons -->
|
<!-- row 2 right nav buttons -->
|
||||||
<table cellpadding="0" cellspacing="0" border="0">
|
<table cellpadding="0" cellspacing="0" border="0">
|
||||||
@ -54,10 +54,10 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<table border="0" width="100%" height="100%" cellspacing="0" cellpadding="0">
|
<table border="0" width="100%" height="100%" cellspacing="0" cellpadding="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td width="154" align="left" valign="top" background="{nav_bar_left_spacer_img}">
|
<td width="154" align="left" valign="top" background="{nav_bar_left_spacer_img}">
|
||||||
<!-- left nav table -->
|
<!-- left nav table -->
|
||||||
<table border="0" cellpadding="0" cellspacing="0">
|
<table border="0" cellpadding="0" cellspacing="0">
|
||||||
|
@ -116,7 +116,7 @@
|
|||||||
if (! function_exists('display_section'))
|
if (! function_exists('display_section'))
|
||||||
{
|
{
|
||||||
//echo 'function was not found<br>';
|
//echo 'function was not found<br>';
|
||||||
|
/*
|
||||||
function display_section($appname,$title,$file)
|
function display_section($appname,$title,$file)
|
||||||
{
|
{
|
||||||
$GLOBALS['prefs'][$appname]['title'] = $title;
|
$GLOBALS['prefs'][$appname]['title'] = $title;
|
||||||
@ -125,6 +125,7 @@
|
|||||||
$temp_hooks = CreateObject('phpgwapi.hooks');
|
$temp_hooks = CreateObject('phpgwapi.hooks');
|
||||||
|
|
||||||
$temp_hooks->process('preferences',array('preferences'));
|
$temp_hooks->process('preferences',array('preferences'));
|
||||||
|
*/
|
||||||
//echo 'prefs<pre>';
|
//echo 'prefs<pre>';
|
||||||
//print_r($GLOBALS['prefs']);
|
//print_r($GLOBALS['prefs']);
|
||||||
//echo '</pre>';
|
//echo '</pre>';
|
||||||
|
Loading…
Reference in New Issue
Block a user