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