From: Mike P. <php...@po...> - 2004-05-03 20:31:20
|
I would like to be able to delegate permissions on Web Pages within PHPWS so that only certain users are allowed to edit them. Is this possible? The docs have a short blurb that states... "0.9.2 does not support permissions per element. For example I can't assign permission for only one person to edit a specific PageMaster page. This functionality will be available in version 0.9.3." Thanks, Mike... |
From: Matthew M. <ma...@tu...> - 2004-05-04 11:56:15
|
It will be available in 0.9.4 due out later this year. That info needs to be updated. On Mon, 2004-05-03 at 16:30, Mike Potvin wrote: > I would like to be able to delegate permissions on Web Pages within PHPWS > so that only certain users are allowed to edit them. Is this possible? > The docs have a short blurb that states... > > "0.9.2 does not support permissions per element. For example I can't > assign permission for only one person to edit a specific PageMaster page. > This functionality will be available in version 0.9.3." > > Thanks, > Mike... > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle 10g. > Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers -- Matthew McNaney Internet Systems Architect Electronic Student Services Appalachian State University Phone: 828-262-6493 http://phpwebsite.appstate.edu http://ess.appstate.edu |
From: <La...@Op...> - 2004-07-16 19:03:27
|
Section508 accessibility and the FORM LABELS ----------------------------------------------------------------- I have a question about "FORM LABELS" and passing the Bobby section 508 accessibility standards. When you run the "bobby" accessibility check at: http://bobby.watchfire.com on: http://phpwebsite.appstate.edu 'Bobby' flags the "user name" and "password" input fields for not having a "label" tag... is there a fix in the cooker for this accessibility issue? (version: 0.9.3-2, "clear" theme) bobby> Section 508 Accessibility bobby> This page does not meet the requirements bobby> for Section 508 Approved status. bobby> Below is a list of 1 Section 508 accessibility bobby> error(s) found: bobby> bobby> Provide an explicit label for each form control. bobby> (2 instances) Lines 470, 472 |
From: Matthew M. <ma...@tu...> - 2004-07-16 19:30:30
|
There is in 0.9.4. If you use the form class you can set labels per form item. When the form is echoed, it will have the label tags surrounding the description text for each input. Thanks, Matt On Fri, 2004-07-16 at 15:01, La...@Op... wrote: > Section508 accessibility and the FORM LABELS > ----------------------------------------------------------------- > I have a question about "FORM LABELS" and > passing the Bobby section 508 accessibility standards. > > When you run the "bobby" accessibility check at: > http://bobby.watchfire.com > on: > http://phpwebsite.appstate.edu > > 'Bobby' flags the "user name" and "password" input fields > for not having a "label" tag... > > is there a fix in the cooker for this accessibility issue? > > (version: 0.9.3-2, "clear" theme) > > bobby> Section 508 Accessibility > bobby> This page does not meet the requirements > bobby> for Section 508 Approved status. > bobby> Below is a list of 1 Section 508 accessibility > bobby> error(s) found: > bobby> > bobby> Provide an explicit label for each form control. > bobby> (2 instances) Lines 470, 472 > > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers -- Matthew McNaney Internet Systems Architect Electronic Student Services Appalachian State University Phone: 828-262-6493 http://phpwebsite.appstate.edu http://ess.appstate.edu |