Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
our_own_cloud_project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
die_coolen_jungs
our_own_cloud_project
Commits
ef10603c
Commit
ef10603c
authored
12 years ago
by
Georg Ehrke
Browse files
Options
Downloads
Patches
Plain Diff
fix pathes in calendar and contacts
parent
9bdd00c0
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
apps/calendar/templates/settings.php
+1
-1
1 addition, 1 deletion
apps/calendar/templates/settings.php
apps/contacts/templates/settings.php
+2
-2
2 additions, 2 deletions
apps/contacts/templates/settings.php
with
3 additions
and
3 deletions
apps/calendar/templates/settings.php
+
1
−
1
View file @
ef10603c
...
...
@@ -47,6 +47,6 @@
</table>
<?php
echo
$l
->
t
(
'Calendar CalDAV syncing address:'
);
?>
<code>
<?php
echo
OCP\Util
::
linkToAbsolute
(
'remote'
,
'caldav
.php
'
);
?>
</code><br
/>
<code>
<?php
echo
OCP\Util
::
linkToAbsolute
(
'remote
.php
'
,
'caldav
/
'
);
?>
</code><br
/>
</fieldset>
</form>
This diff is collapsed.
Click to expand it.
apps/contacts/templates/settings.php
+
2
−
2
View file @
ef10603c
...
...
@@ -4,9 +4,9 @@
<?php
echo
$l
->
t
(
'CardDAV syncing addresses'
);
?>
(
<a
href=
"http://owncloud.org/synchronisation/"
target=
"_blank"
>
<?php
echo
$l
->
t
(
'more info'
);
?>
</a>
)
<dl>
<dt>
<?php
echo
$l
->
t
(
'Primary address (Kontact et al)'
);
?>
</dt>
<dd><code>
<?php
echo
OCP\Util
::
linkToAbsolute
(
'remote'
,
'carddav
.php
'
);
?>
/
</code></dd>
<dd><code>
<?php
echo
OCP\Util
::
linkToAbsolute
(
'remote
.php
'
,
'carddav
/
'
);
?>
</code></dd>
<dt>
<?php
echo
$l
->
t
(
'iOS/OS X'
);
?>
</dt>
<dd><code>
<?php
echo
OCP\Util
::
linkToAbsolute
(
'remote'
,
'carddav
.php
'
);
?>
/
principals/
<?php
echo
OCP\USER
::
getUser
();
?>
</code>
/
</dd>
<dd><code>
<?php
echo
OCP\Util
::
linkToAbsolute
(
'remote
.php
'
,
'carddav
/
'
);
?>
principals/
<?php
echo
OCP\USER
::
getUser
();
?>
</code>
/
</dd>
</dl>
Powered by
<a
href=
"http://geonames.org/"
target=
"_blank"
>
geonames.org webservice
</a>
</fieldset>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment