From portal-commits at lists.jboss.org Sat Mar 3 09:34:46 2007 Content-Type: multipart/mixed; boundary="===============6889225912220572945==" MIME-Version: 1.0 From: portal-commits at lists.jboss.org To: portal-commits at lists.jboss.org Subject: [portal-commits] JBoss Portal SVN: r6497 - trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common. Date: Sat, 03 Mar 2007 09:34:46 -0500 Message-ID: --===============6889225912220572945== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: julien(a)jboss.com Date: 2007-03-03 09:34:46 -0500 (Sat, 03 Mar 2007) New Revision: 6497 Modified: trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editS= ecurity.xhtml Log: better layout for security editor Modified: trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/commo= n/editSecurity.xhtml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/edit= Security.xhtml 2007-03-03 14:17:39 UTC (rev 6496) +++ trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/edit= Security.xhtml 2007-03-03 14:34:46 UTC (rev 6497) @@ -2,23 +2,37 @@ xmlns=3D"http://www.w3.org/1999/xhtml" xmlns:ui=3D"http://java.sun.com/jsf/facelets" xmlns:h=3D"http://java.sun.com/jsf/html" - xmlns:f=3D"http://java.sun.com/jsf/core"> + xmlns:f=3D"http://java.sun.com/jsf/core" + xmlns:c=3D"http://java.sun.com/jstl/core"> = - - - - - - - - - - - + + + + + + + + + + + + +
+ + Role #{role =3D=3D '__unchecked__' ? 'Unchecked' : (auth.roleDisplayNameMap[ro= le] !=3D null ? auth.roleDisplayNameMap[role] : role)}: + + + + + +
+ +
= \ No newline at end of file --===============6889225912220572945==--