From 5413566ef229e1401b23557bd79dd046ad347335 Mon Sep 17 00:00:00 2001 From: skeeter Date: Fri, 11 May 2001 02:50:02 +0000 Subject: [PATCH] No longer needed --- calendar/help/add.php | 56 -------------------------- calendar/help/calendar.php | 76 ----------------------------------- calendar/help/edit_delete.php | 35 ---------------- calendar/help/view.php | 40 ------------------ 4 files changed, 207 deletions(-) delete mode 100755 calendar/help/add.php delete mode 100755 calendar/help/calendar.php delete mode 100755 calendar/help/edit_delete.php delete mode 100755 calendar/help/view.php diff --git a/calendar/help/add.php b/calendar/help/add.php deleted file mode 100755 index ae2b8d7252..0000000000 --- a/calendar/help/add.php +++ /dev/null @@ -1,56 +0,0 @@ - 'manual', - 'enable_utilities_class' => True - ); - $phpgw_info['flags'] = $phpgw_flags; - include('../../header.inc.php'); -?> - - -

-A searchable daily,weekly,monthly calendar/scheduling application with alerts for high priority events. -
-

-
Note: Access can be set as with other applications in this suite, Private,Group Readable,Globally -Readable. -

-common->phpgw_footer(); ?> diff --git a/calendar/help/calendar.php b/calendar/help/calendar.php deleted file mode 100755 index 24bfc75116..0000000000 --- a/calendar/help/calendar.php +++ /dev/null @@ -1,76 +0,0 @@ - 'manual', - 'enable_utilities_class' => True - ); - $phpgw_info['flags'] = $phpgw_flags; - include('../../header.inc.php'); -?> - - -

-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 -icons at the top left hand corner. -
-

-common->phpgw_footer(); ?> diff --git a/calendar/help/edit_delete.php b/calendar/help/edit_delete.php deleted file mode 100755 index 62f3eafebb..0000000000 --- a/calendar/help/edit_delete.php +++ /dev/null @@ -1,35 +0,0 @@ - 'manual', - 'enable_utilities_class' => True - ); - $phpgw_info['flags'] = $phpgw_flags; - include('../../header.inc.php'); -?> - - -

-A searchable daily,weekly,monthly calendar/scheduling application with alerts for high priority events. -
-

    -

    -

  • Edit:Delete   -
    To edit an entry group click on the small icon as shown above. -A form page will be presented, where you can edit the relevant fields. -Chose edit or delete from the bottom of the page. -

    Note:You can only make changes or delete those calendar entries created by you. -

    -

-common->phpgw_footer(); ?> diff --git a/calendar/help/view.php b/calendar/help/view.php deleted file mode 100755 index ec324d126b..0000000000 --- a/calendar/help/view.php +++ /dev/null @@ -1,40 +0,0 @@ - 'manual', - 'enable_utilities_class' => True - ); - $phpgw_info['flags'] = $phpgw_flags; - include('../../header.inc.php'); -?> - - -

-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 -icons at the top left hand corner. -
-

    -
  • Viewing:Day Week Month Year -

    Day: -
    Current day is displayed, broken down in hour slots. Start and end time of the day -can be set in the preferences. -

    Week: -
    Current week is displayed. Start day of week can be set in preferences. -

    Month: -
    Default entry is to the current month, viewed in monthly option, with both prior and future -months easily accessible with one click. -

    -

-common->phpgw_footer(); ?>