|
From: <tri...@us...> - 2010-01-21 09:07:49
|
Revision: 1192
http://equanda.svn.sourceforge.net/equanda/?rev=1192&view=rev
Author: triathlon98
Date: 2010-01-21 09:07:32 +0000 (Thu, 21 Jan 2010)
Log Message:
-----------
spelling fixes
Modified Paths:
--------------
trunk/equanda-dm/src/main/resources/equanda.dtd
Modified: trunk/equanda-dm/src/main/resources/equanda.dtd
===================================================================
--- trunk/equanda-dm/src/main/resources/equanda.dtd 2009-12-16 08:57:05 UTC (rev 1191)
+++ trunk/equanda-dm/src/main/resources/equanda.dtd 2010-01-21 09:07:32 UTC (rev 1192)
@@ -113,7 +113,7 @@
<!--
Comma separated list of roles which can access the enclosing entity (field/table/selector/...)
- There is a special security-role (NONE), meaning the corresponding ejb methods for that entity
+ There is a special security-role ("NONE"), meaning the corresponding ejb methods for that entity
will be unchecked.
For entities other than tables, if the security-role is missing, the one from the root table is
used.
@@ -371,8 +371,8 @@
<!ELEMENT ws-value (#PCDATA)>
<!--
- Indicate the roles which may view this value, default is "all".
- Other possible values are "none", or a
+ Indicate the roles which may view this value, default is "ALL".
+ Other possible values are "NONE", or a
space or comma separated list of roles
-->
<!ELEMENT ws-role (#PCDATA)>
@@ -382,7 +382,7 @@
in the data (eg xml) for the object when referenced, etc.
<hide> indicates that the field should not be displayed in the user interface
- A hidden field gets a default ws-role of "none" (only if the "if-class" attribute is null).
+ A hidden field gets a default ws-role of "NONE" (only if the "if-class" attribute is null).
The attribute if-class indicates a class which is used at runtime to determine if the field should be visible or not.
When both "display" and "hide" are indicated, then "hide" should have precedence.
@@ -567,7 +567,7 @@
<!--
- Comma separated list of filter names. The select is only visible in gui if NONE of these filters is active.
+ Comma separated list of filter names. The select is only visible in gui if none of these filters are active.
-->
<!ELEMENT view-filter (#PCDATA)>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|