diff --git a/htdocs/tools.php b/htdocs/tools.php index 68649ec3..39335696 100644 --- a/htdocs/tools.php +++ b/htdocs/tools.php @@ -45,7 +45,7 @@ class Tools { function renderSyncLDAP(){ $html = '
'; - $html .= '

'.translate('Sync LDAP with RSCDS') .'

'; + $html .= '

'.translate('Sync LDAP with DAViCal') .'

'; $data = (object) array('directory_path' => '/path/to/your/ics/files','calendar_path' => 'home'); $ef = new EntryForm( $_SERVER['REQUEST_URI'],$data , true,true ); @@ -56,14 +56,14 @@ class Tools { $html .= "\n"; $html .= $ef->SubmitButton( "Sync_LDAP", translate('Submit')); - + $html .= '

'.translate('Sync LDAP Groups with RSCDS') .'

'; $html .= "\n"; $html .= $ef->StartForm( array("autocomplete" => "off" ) ); $html .= sprintf( "\n", translate("This operation does the following: then ")); $html .= "
%s
\n"; - + $html .= $ef->SubmitButton( "Sync_LDAP_groups", translate('Submit')); $html .= $ef->EndForm();