~aw/ubuntu/lucid/davical/trunk

« back to all changes in this revision

Viewing changes to inc/DAViCalUser.php

  • Committer: Bazaar Package Importer
  • Author(s): Andrew McMillan
  • Date: 2009-10-24 12:42:37 UTC
  • mfrom: (7.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20091024124237-xvrjtvj4j9uzmciw
Tags: 0.9.7.6-0
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
*/
11
11
 
12
12
include('User.php');
13
 
include('classBrowser.php');
14
 
include('check_UTF8.php');
 
13
if ( !function_exists('CreateHomeCalendar') ) include('auth-functions.php');
 
14
if ( !class_exists('Browser') ) include('classBrowser.php');
 
15
if ( !function_exists('utf8ToUnicode') )include('check_UTF8.php');
15
16
include('caldav-PUT-functions.php');
16
17
 
17
18
$c->stylesheets[] = $c->base_url.'/css/browse.css';
266
267
    /**
267
268
    * Present an extra editable row at the bottom of the browse.
268
269
    */
269
 
    if ( $ef->EditMode && ('insert' != $this->WriteType) ) { 
 
270
    if ( $ef->EditMode && ('insert' != $this->WriteType) ) {
270
271
      $calendar_name = $ef->DataEntryField( '', 'text', 'path_ics',
271
272
              array( 'size' => 10,
272
273
                     'title' => translate('The calendar name part of the path to store your ics. E.g. the "home" part of "/caldav.php/username/home/"')