mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-25 17:46:52 +00:00
Better explicate the conferrable privileges with a Select (MDelorme).
This commit is contained in:
parent
ee5958bd94
commit
68088b9d1a
@ -75,9 +75,14 @@ require_once("interactive-page.php");
|
||||
array("title" => translate("Enter the name for this resource type"),
|
||||
"size" => "20") );
|
||||
|
||||
$confers_field = new EntryField( "text", "confers",
|
||||
$confers_field = new EntryField( "select", "confers",
|
||||
array("title" => translate("Is this access read ('R') or Read and Write ('RW')?"),
|
||||
"size" => "5") );
|
||||
"size" => "1",
|
||||
'_A' => 'All',
|
||||
'_R' => 'Read',
|
||||
'_F' => 'FreeBusy',
|
||||
'_W' => 'Write',
|
||||
'_RW' => 'ReadWrite') );
|
||||
|
||||
$browser->AddRow( array(
|
||||
'rt_id' => 'new',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user