Missed updating this one.

This commit is contained in:
skeeter 2001-05-11 03:00:00 +00:00
parent 72aed692b2
commit ab7e9f0da4

View File

@ -12,29 +12,23 @@
/* $Id$ */ /* $Id$ */
$phpgw_flags = Array( $phpgw_flags = Array(
'currentapp' => 'manual', 'currentapp' => 'manual'
'enable_utilities_class' => True
); );
$phpgw_info['flags'] = $phpgw_flags; $phpgw_info['flags'] = $phpgw_flags;
include('../../header.inc.php'); include('../../../header.inc.php');
?> ?>
<img src="<?php echo $phpgw->common->image('calendar','navbar.gif'); ?>" border=0> <img src="<?php echo $phpgw->common->image('calendar','navbar.gif'); ?>" border="0">
<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2"> <font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2"><p/>
<p> A searchable daily,weekly,monthly calendar/scheduling application with alerts for high priority events.<br/>
A searchable daily,weekly,monthly calendar/scheduling application with alerts for high priority events. For viewing in either hourly/day,current week or monthly option, click on the relevant
<br> For viewing in either hourly/day,current week or monthly option, click on the relevant icons at the top left hand corner.<br/>
icons at the top left hand corner. <ul><li><b>Viewing:</b><img src="<?php echo $phpgw->common->image('calendar','today.gif'); ?>">Day <img src="<?php echo $phpgw->common->image('calendar','week.gif'); ?>">Week <img src="<?php echo $phpgw->common->image('calendar','month.gif'); ?>">Month <img src="<?php echo $phpgw->common->image('calendar','year.gif'); ?>">Year<p/>
<br> <i>Day:</i><br/>
<ul> Current day is displayed, broken down in hour slots. Start and end time of the day
<li><b>Viewing:</b><img src="<?php echo $phpgw->common->image('calendar','today.gif'); ?>">Day <img src="<?php echo $phpgw->common->image('calendar','week.gif'); ?>">Week <img src="<?php echo $phpgw->common->image('calendar','month.gif'); ?>">Month <img src="<?php echo $phpgw->common->image('calendar','year.gif'); ?>">Year can be set in the preferences.<p/>
<p><i>Day:</i> <i>Week:</i><br/>
<br>Current day is displayed, broken down in hour slots. Start and end time of the day Current week is displayed. Start day of week can be set in preferences.<p/>
can be set in the preferences. <i>Month:</i><br/>
<p><i>Week:</i> Default entry is to the current month, viewed in monthly option, with both prior and future
<br>Current week is displayed. Start day of week can be set in preferences. months easily accessible with one click.<p/></li></ul></font>
<p><i>Month:</i>
<br>Default entry is to the current month, viewed in monthly option, with both prior and future
months easily accessible with one click.
<p>
</ul>
<?php $phpgw->common->phpgw_footer(); ?> <?php $phpgw->common->phpgw_footer(); ?>