mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-31 18:46:02 +00:00
Add description of the "enable_row_links" option and why you might want to
disable those.
This commit is contained in:
parent
dc5a9c9ffc
commit
748b0388c1
@ -156,6 +156,7 @@ and is a regular PHP file which sets (or overrides) some specific variables.</p>
|
||||
// $c->admin_email = 'admin@example.net';
|
||||
// $c->system_name = "Really Simple CalDAV Store";
|
||||
// $c->collections_always_exist = true;
|
||||
// $c->enable_row_links = true;
|
||||
// $c->default_locale = en_NZ.UTF-8;
|
||||
|
||||
// $c->pg_connect[] = 'dbname=caldav port=5433 user=general';
|
||||
@ -175,6 +176,12 @@ default (true) if people will be using Evolution or Sunbird /
|
||||
Lightning against this because that software does not support the
|
||||
creation of calendar collections.</p>
|
||||
|
||||
<p>The "enable_row_links" option controls whether javascript is used
|
||||
to make the entire row clickable in browse lists in the administration
|
||||
pages. Since this doesn't work in Konqueror you may want to set this
|
||||
to false if you expect people to be using Konqueror with the RSCDS
|
||||
administration pages.</p>
|
||||
|
||||
<p>You should set the 'domainname' and 'admin_email' as they are used
|
||||
within the system for constructing URLs, and for notifying some
|
||||
kinds of events.</p>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user