mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
corrected footer call
This commit is contained in:
parent
7a907ae0d6
commit
504c71d323
@ -84,7 +84,6 @@
|
||||
|
||||
$phpgw->template->pparse("out","list");
|
||||
|
||||
$phpgw->common->phpgw_footer();
|
||||
|
||||
account_close();
|
||||
$phpgw->common->phpgw_footer();
|
||||
?>
|
||||
|
@ -80,7 +80,7 @@
|
||||
</tr>
|
||||
</table>
|
||||
</center>
|
||||
<?php
|
||||
<?php
|
||||
$phpgw->common->phpgw_footer();
|
||||
}
|
||||
|
||||
|
@ -45,6 +45,6 @@
|
||||
</tr>
|
||||
</table>
|
||||
</center>
|
||||
<?php
|
||||
$phpgw->common->phpgw_footer();
|
||||
?>
|
||||
<?php
|
||||
$phpgw->common->phpgw_footer();
|
||||
?>
|
||||
|
@ -105,6 +105,6 @@
|
||||
</tr>
|
||||
</table>
|
||||
</center>
|
||||
<?php
|
||||
<?php
|
||||
$phpgw->common->phpgw_footer();
|
||||
?>
|
||||
|
@ -65,7 +65,5 @@ if ( $SHOW_INFO > 0 ) {
|
||||
else {
|
||||
echo "<p><a href=\"".$phpgw->link($PHP_SELF, "SHOW_INFO=1")."\">PHP Information</a>";
|
||||
}
|
||||
?>
|
||||
<?php
|
||||
$phpgw->common->phpgw_footer();
|
||||
?>
|
||||
|
@ -46,6 +46,7 @@
|
||||
</tr>
|
||||
</table>
|
||||
</center>
|
||||
<?
|
||||
<?php
|
||||
$phpgw->common->phpgw_footer();
|
||||
}
|
||||
|
||||
?>
|
||||
|
@ -93,5 +93,5 @@
|
||||
}
|
||||
$phpgw->template->set_var("error_message",$message);
|
||||
$phpgw->template->pparse("out","form");
|
||||
|
||||
?>
|
||||
$phpgw->common->phpgw_footer();
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user