From 68088b9d1ad5a0637eb323c2b08690ee1adb43fb Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Thu, 28 Dec 2006 13:03:40 +1300 Subject: [PATCH] Better explicate the conferrable privileges with a Select (MDelorme). --- htdocs/relationship_types.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/htdocs/relationship_types.php b/htdocs/relationship_types.php index 3c6bd3f4..bb1d616c 100644 --- a/htdocs/relationship_types.php +++ b/htdocs/relationship_types.php @@ -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',