taylor 2005/01/11 01:30:52 Modified: applications/pam/src/webapp/WEB-INF/view portlet-detail.jsp metadata-detail.jsp pam-browser.jsp pam-detail.jsp applications/pam/src/webapp/WEB-INF/velocity velocity-macros.vm applications/security/src/webapp/WEB-INF/security/sso sites-view.vm sites-details.vm applications/security/src/webapp/WEB-INF/security/users user-browser.jsp user-details.jsp applications/rss/src/webapp/WEB-INF/velocity velocity-macros.vm Log: fix typo in portlet CSS class name in a number of files changed: portlet-form-label-field to portlet-form-field-label Revision Changes Path 1.16 +29 -29 jakarta-jetspeed-2/applications/pam/src/webapp/WEB-INF/view/portlet-detail.jsp Index: portlet-detail.jsp =================================================================== RCS file: /home/cvs/jakarta-jetspeed-2/applications/pam/src/webapp/WEB-INF/view/portlet-detail.jsp,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- portlet-detail.jsp 10 Nov 2004 13:27:02 -0000 1.15 +++ portlet-detail.jsp 11 Jan 2005 09:30:52 -0000 1.16 @@ -97,7 +97,7 @@ <tr> <td class="portlet-section-alternate"><c:out value="${displayName.locale}"/></td> - <td class="portlet-section-body"><input type="text" name="display_name:<c:out value="${displayNameStatus.index}"/>" value="<c:out value="${displayName.displayName}"/>" class="portlet-form-label-field"/></td> + <td class="portlet-section-body"><input type="text" name="display_name:<c:out value="${displayNameStatus.index}"/>" value="<c:out value="${displayName.displayName}"/>" class="portlet-form-field-label"/></td> </tr> </c:forEach> </table> @@ -116,7 +116,7 @@ <fmt:message key="pam.details.display_name"/> </td> <td class="portlet-section-body"> - <input type="text" name="display_name" value="" class="portlet-form-label-field"/> + <input type="text" name="display_name" value="" class="portlet-form-field-label"/> </td> <td class="portlet-section-body"> <span class="portlet-form-field-label"><fmt:message key="pam.details.display_name.description"/></span> @@ -127,7 +127,7 @@ <fmt:message key="pam.details.locale"/> </td> <td class="portlet-section-body"> - <input type="text" name="locale" value="" size="2" class="portlet-form-label-field"/> + <input type="text" name="locale" value="" size="2" class="portlet-form-field-label"/> </td> <td class="portlet-section-body"> <span class="portlet-form-field-label"><fmt:message key="pam.details.locale.description"/></span> @@ -183,7 +183,7 @@ <c:forEach var="value" items="${pref.values}" varStatus="status"> <tr> <td> - <input type="text" name="<c:out value="${pref.name}"/>:<c:out value="${status.index}"/>" value="<c:out value="${value}"/>" class="portlet-form-label-field"/> + <input type="text" name="<c:out value="${pref.name}"/>:<c:out value="${status.index}"/>" value="<c:out value="${value}"/>" class="portlet-form-field-label"/> </td> </tr> </c:forEach> @@ -208,7 +208,7 @@ <fmt:message key="pam.details.name"/> </td> <td class="portlet-section-body"> - <input type="text" name="name" class="portlet-form-label-field"/> + <input type="text" name="name" class="portlet-form-field-label"/> </td> <%--TODO add combo box of existing keys--%> </tr> @@ -217,7 +217,7 @@ <fmt:message key="pam.details.value"/> </td> <td class="portlet-section-body"> - <input type="text" name="value" class="portlet-form-label-field"/> + <input type="text" name="value" class="portlet-form-field-label"/> </td> </tr> <%-- @@ -261,23 +261,23 @@ <input type="hidden" name="language_edit_id" value="<c:out value="${status.index}"/>"/> </td> <td class="portlet-section-body"> - <input type="text" name="title:<c:out value="${status.index}"/>" value="<c:out value="${lang.title}"/>" class="portlet-form-label-field"/> + <input type="text" name="title:<c:out value="${status.index}"/>" value="<c:out value="${lang.title}"/>" class="portlet-form-field-label"/> </td> <td class="portlet-section-body"> - <input type="text" name="short_title:<c:out value="${status.index}"/>" value="<c:out value="${lang.shortTitle}"/>" class="portlet-form-label-field"/> + <input type="text" name="short_title:<c:out value="${status.index}"/>" value="<c:out value="${lang.shortTitle}"/>" class="portlet-form-field-label"/> </td> <td class="portlet-section-body"> <table> <c:forEach var="keyword" items="${lang.keywords}" varStatus="keywordStatus"> <tr> <td> - <input type="text" name="keyword:<c:out value="${status.index}"/>:<c:out value="${keywordStatus.index}"/>" value="<c:out value="${keyword}"/>" class="portlet-form-label-field"/> + <input type="text" name="keyword:<c:out value="${status.index}"/>:<c:out value="${keywordStatus.index}"/>" value="<c:out value="${keyword}"/>" class="portlet-form-field-label"/> </td> </tr> </c:forEach> </table> <%-- - <input type="text" name="keyword:<c:out value="${status.index}"/>" value="<c:forEach var="keyword" items="${lang.keywords}" varStatus="keywordStatus"><c:out value="${keyword}"/>,</c:forEach>" class="portlet-form-label-field"/> + <input type="text" name="keyword:<c:out value="${status.index}"/>" value="<c:forEach var="keyword" items="${lang.keywords}" varStatus="keywordStatus"><c:out value="${keyword}"/>,</c:forEach>" class="portlet-form-field-label"/> --%> </td> <td class="portlet-section-body"> @@ -300,7 +300,7 @@ <fmt:message key="pam.details.title"/> </td> <td class="portlet-section-body"> - <input type="text" name="title" value="" class="portlet-form-label-field"/> + <input type="text" name="title" value="" class="portlet-form-field-label"/> </td> <td class="portlet-section-body"> <fmt:message key="pam.details.title.description"/> @@ -311,7 +311,7 @@ <fmt:message key="pam.details.short_title"/> </td> <td class="portlet-section-body"> - <input type="text" name="short_title" value="" class="portlet-form-label-field"/> + <input type="text" name="short_title" value="" class="portlet-form-field-label"/> </td> <td class="portlet-section-body"> <fmt:message key="pam.details.short_title.description"/> @@ -322,7 +322,7 @@ <fmt:message key="pam.details.keyword"/> </td> <td class="portlet-section-body"> - <input type="text" name="keyword" value="" class="portlet-form-label-field"/> + <input type="text" name="keyword" value="" class="portlet-form-field-label"/> </td> <td class="portlet-section-body"> <fmt:message key="pam.details.keyword.description"/> @@ -333,7 +333,7 @@ <fmt:message key="pam.details.locale"/> </td> <td class="portlet-section-body"> - <input type="text" name="locale" value="" size="2" class="portlet-form-label-field"/> + <input type="text" name="locale" value="" size="2" class="portlet-form-field-label"/> </td> <td class="portlet-section-body"> <fmt:message key="pam.details.locale.description"/> @@ -376,7 +376,7 @@ <c:out value="${theparam.name}"/> </td> <td class="portlet-section-body"> - <input type="text" name="<c:out value="${theparam.name}"/>:value" value="<c:out value="${theparam.value}"/>" class="portlet-form-label-field"/> + <input type="text" name="<c:out value="${theparam.name}"/>:value" value="<c:out value="${theparam.value}"/>" class="portlet-form-field-label"/> </td> <td class="portlet-section-body"> <% @@ -391,7 +391,7 @@ </td> <td class="portlet-section-body"> <input type="text" name="<c:out value="${theparam.name}"/>:description:<c:out value="${descStatus.index}"/>" - value="<c:out value="${description.description}"/>" class="portlet-form-label-field"/> + value="<c:out value="${description.description}"/>" class="portlet-form-field-label"/> </td> </tr> </c:forEach> @@ -414,7 +414,7 @@ <fmt:message key="pam.details.name"/> </td> <td class="portlet-section-body"> - <input type="text" name="name" value="" class="portlet-form-label-field"/> + <input type="text" name="name" value="" class="portlet-form-field-label"/> </td> <td class="portlet-section-body"> <fmt:message key="pam.details.name.description"/> @@ -425,7 +425,7 @@ <fmt:message key="pam.details.value"/> </td> <td class="portlet-section-body"> - <input type="text" name="value" value="" class="portlet-form-label-field"/> + <input type="text" name="value" value="" class="portlet-form-field-label"/> </td> <td class="portlet-section-body"> <fmt:message key="pam.details.value.description"/> @@ -436,7 +436,7 @@ <fmt:message key="pam.details.description"/> </td> <td class="portlet-section-body"> - <input type="text" name="description" value="" class="portlet-form-label-field"/> + <input type="text" name="description" value="" class="portlet-form-field-label"/> </td> <td class="portlet-section-body"> <fmt:message key="pam.details.description.description"/> @@ -447,7 +447,7 @@ <fmt:message key="pam.details.locale"/> </td> <td class="portlet-section-body"> - <input type="text" name="locale" value="" size="2" class="portlet-form-label-field"/> + <input type="text" name="locale" value="" size="2" class="portlet-form-field-label"/> </td> <td class="portlet-section-body"> <fmt:message key="pam.details.locale.description"/> @@ -482,10 +482,10 @@ </td> <td class="portlet-section-body"> <input type="hidden" name="security_edit_id" value="<c:out value="${therole.roleName}"/>"/> - <input type="text" name="<c:out value="${therole.roleName}"/>:name" value="<c:out value="${therole.roleName}"/>" class="portlet-form-label-field"/> + <input type="text" name="<c:out value="${therole.roleName}"/>:name" value="<c:out value="${therole.roleName}"/>" class="portlet-form-field-label"/> </td> <td class="portlet-section-body"> - <input type="text" name="<c:out value="${therole.roleName}"/>:link" value="<c:out value="${therole.roleLink}"/>" class="portlet-form-label-field"/> + <input type="text" name="<c:out value="${therole.roleName}"/>:link" value="<c:out value="${therole.roleLink}"/>" class="portlet-form-field-label"/> </td> <td class="portlet-section-body"> <% @@ -500,7 +500,7 @@ </td> <td class="portlet-section-body"> <input type="text" name="<c:out value="${therole.roleName}"/>:description:<c:out value="${descStatus.index}"/>" - value="<c:out value="${description.description}"/>" class="portlet-form-label-field"/> + value="<c:out value="${description.description}"/>" class="portlet-form-field-label"/> </td> </tr> </c:forEach> @@ -524,7 +524,7 @@ <fmt:message key="pam.details.role_name"/> </td> <td class="portlet-section-body"> - <input type="text" name="name" value="" class="portlet-form-label-field"/> + <input type="text" name="name" value="" class="portlet-form-field-label"/> </td> <td class="portlet-section-body"> <fmt:message key="pam.details.role_name.description"/> @@ -535,7 +535,7 @@ <fmt:message key="pam.details.role_link"/> </td> <td class="portlet-section-body"> - <input type="text" name="link" value="" class="portlet-form-label-field"/> + <input type="text" name="link" value="" class="portlet-form-field-label"/> </td> <td class="portlet-section-body"> <fmt:message key="pam.details.role_link.description"/> @@ -546,7 +546,7 @@ <fmt:message key="pam.details.description"/> </td> <td class="portlet-section-body"> - <input type="text" name="description" value="" class="portlet-form-label-field"/> + <input type="text" name="description" value="" class="portlet-form-field-label"/> </td> <td class="portlet-section-body"> <fmt:message key="pam.details.description.description"/> @@ -557,7 +557,7 @@ <fmt:message key="pam.details.locale"/> </td> <td class="portlet-section-body"> - <input type="text" name="locale" value="" size="2" class="portlet-form-label-field"/> + <input type="text" name="locale" value="" size="2" class="portlet-form-field-label"/> </td> <td class="portlet-section-body"> <fmt:message key="pam.details.locale.description"/> @@ -615,7 +615,7 @@ </td> <td class="portlet-section-body"> <%--TODO: this could be a select box--%> - <input type="text" name="content_type" value="" class="portlet-form-label-field"/> + <input type="text" name="content_type" value="" class="portlet-form-field-label"/> </td> <td class="portlet-section-body"> <fmt:message key="pam.details.content_type.description"/> @@ -642,7 +642,7 @@ </td> <td class="portlet-section-body"> <%--TODO: this could be a select box--%> - <input type="text" name="custom_modes" value="" class="portlet-form-label-field"/> + <input type="text" name="custom_modes" value="" class="portlet-form-field-label"/> </td> <td class="portlet-section-body"> <fmt:message key="pam.details.custom_modes.description"/> 1.5 +3 -3 jakarta-jetspeed-2/applications/pam/src/webapp/WEB-INF/view/metadata-detail.jsp Index: metadata-detail.jsp =================================================================== RCS file: /home/cvs/jakarta-jetspeed-2/applications/pam/src/webapp/WEB-INF/view/metadata-detail.jsp,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- metadata-detail.jsp 10 Nov 2004 13:27:02 -0000 1.4 +++ metadata-detail.jsp 11 Jan 2005 09:30:52 -0000 1.5 @@ -52,7 +52,7 @@ <span class="portlet-form-label"><fmt:message key="pam.details.name"/></span> </td> <td class="portlet-section-body"> - <input type="text" name="name" value="" class="portlet-form-label-field"/> + <input type="text" name="name" value="" class="portlet-form-field-label"/> </td> </tr> <tr> @@ -60,7 +60,7 @@ <span class="portlet-form-label"><fmt:message key="pam.details.value"/></span> </td> <td class="portlet-section-body"> - <input type="text" name="value" value="" class="portlet-form-label-field"/> + <input type="text" name="value" value="" class="portlet-form-field-label"/> </td> </tr> <tr> @@ -68,7 +68,7 @@ <span class="portlet-form-label"><fmt:message key="pam.details.locale"/></span> </td> <td class="portlet-section-body"> - <input type="text" name="locale" value="" class="portlet-form-label-field"/> + <input type="text" name="locale" value="" class="portlet-form-field-label"/> </td> </tr> </table> 1.13 +1 -1 jakarta-jetspeed-2/applications/pam/src/webapp/WEB-INF/view/pam-browser.jsp Index: pam-browser.jsp =================================================================== RCS file: /home/cvs/jakarta-jetspeed-2/applications/pam/src/webapp/WEB-INF/view/pam-browser.jsp,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- pam-browser.jsp 31 Dec 2004 02:33:40 -0000 1.12 +++ pam-browser.jsp 11 Jan 2005 09:30:52 -0000 1.13 @@ -31,7 +31,7 @@ <form action="<c:out value="${searchLink}"/>" method="post"> - <input type="text" name="query" value="" class="portlet-form-label-field"/> + <input type="text" name="query" value="" class="portlet-form-field-label"/> <input type="submit" value="Search" class="portlet-form-button"/> </form> 1.16 +3 -3 jakarta-jetspeed-2/applications/pam/src/webapp/WEB-INF/view/pam-detail.jsp Index: pam-detail.jsp =================================================================== RCS file: /home/cvs/jakarta-jetspeed-2/applications/pam/src/webapp/WEB-INF/view/pam-detail.jsp,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- pam-detail.jsp 22 Dec 2004 18:21:20 -0000 1.15 +++ pam-detail.jsp 11 Jan 2005 09:30:52 -0000 1.16 @@ -142,7 +142,7 @@ <c:out value="${userAttr.name}"/> </td> <td class="portlet-section-body"> - <input type="text" name="<c:out value="${userAttr.name}"/>:description" value="<c:out value="${userAttr.description}"/>" class="portlet-form-label-field"/> + <input type="text" name="<c:out value="${userAttr.name}"/>:description" value="<c:out value="${userAttr.description}"/>" class="portlet-form-field-label"/> </td> </tr> </c:forEach> @@ -161,7 +161,7 @@ <fmt:message key="pam.details.name"/> </td> <td class="portlet-section-body"> - <input type="text" name="user_attr_name" value="" class="portlet-form-label-field"/> + <input type="text" name="user_attr_name" value="" class="portlet-form-field-label"/> </td> </tr> <tr> @@ -169,7 +169,7 @@ <fmt:message key="pam.details.description"/> </td> <td class="portlet-section-body"> - <input type="text" name="user_attr_desc" value="" class="portlet-form-label-field"/> + <input type="text" name="user_attr_desc" value="" class="portlet-form-field-label"/> </td> </tr> </table> 1.2 +1 -1 jakarta-jetspeed-2/applications/pam/src/webapp/WEB-INF/velocity/velocity-macros.vm Index: velocity-macros.vm =================================================================== RCS file: /home/cvs/jakarta-jetspeed-2/applications/pam/src/webapp/WEB-INF/velocity/velocity-macros.vm,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- velocity-macros.vm 12 Nov 2004 06:34:25 -0000 1.1 +++ velocity-macros.vm 11 Jan 2005 09:30:52 -0000 1.2 @@ -37,7 +37,7 @@ #end
<td nowrap class="portlet-section-alternate" align="right">$!MESSAGES.getString($label): </td> <td class="portlet-section-body" align="left"> - <input id="$!id" type="text" name="$!id" size="$!size" value="$!value" class="portlet-form-label-field"> + <input id="$!id" type="text" name="$!id" size="$!size" value="$!value" class="portlet-form-field-label"> </td> <td width="5%" class="portlet-form-label" align="left"> </td> </tr> 1.2 +3 -3 jakarta-jetspeed-2/applications/security/src/webapp/WEB-INF/security/sso/sites-view.vm Index: sites-view.vm =================================================================== RCS file: /home/cvs/jakarta-jetspeed-2/applications/security/src/webapp/WEB-INF/security/sso/sites-view.vm,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sites-view.vm 3 Jan 2005 08:14:33 -0000 1.1 +++ sites-view.vm 11 Jan 2005 09:30:52 -0000 1.2 @@ -79,13 +79,13 @@ <tr colspan="2" align="right"> <td nowrap class="portlet-section-alternate" align="right">Site Name: </td> <td class="portlet-section-body" align="left"> - <input type="text" name="site.name" size="40" value="$!currentSite" class="portlet-form-label-field"> + <input type="text" name="site.name" size="40" value="$!currentSite" class="portlet-form-field-label"> </td> </tr> <tr colspan="2" align="right"> <td nowrap class="portlet-section-alternate" align="right">Site URL: </td> <td class="portlet-section-body" align="left"> - <input type="text" name="site.url" size="40" value="$!currentUrl" class="portlet-form-label-field"> + <input type="text" name="site.url" size="40" value="$!currentUrl" class="portlet-form-field-label"> </td> </tr> </table> 1.4 +4 -4 jakarta-jetspeed-2/applications/security/src/webapp/WEB-INF/security/sso/sites-details.vm Index: sites-details.vm =================================================================== RCS file: /home/cvs/jakarta-jetspeed-2/applications/security/src/webapp/WEB-INF/security/sso/sites-details.vm,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sites-details.vm 5 Jan 2005 04:24:49 -0000 1.3 +++ sites-details.vm 11 Jan 2005 09:30:52 -0000 1.4 @@ -95,7 +95,7 @@ <tr colspan="2" align="right"> <td nowrap class="portlet-section-alternate" align="right">Portal Principal: </td> <td class="portlet-section-body" align="left"> - <input type="text" name="portal.principal" size="30" value="$!currentP" class="portlet-form-label-field"> + <input type="text" name="portal.principal" size="30" value="$!currentP" class="portlet-form-field-label"> <a href="javascript:openWindow('portal.principal');"> <img title="Select a user" name="assigneeImage" @@ -106,12 +106,12 @@ <tr colspan="2" align="right"> <td nowrap class="portlet-section-alternate" align="right">Remote Principal: </td> <td class="portlet-section-body" align="left"> - <input type="text" name="remote.principal" size="30" value="$!currentR" class="portlet-form-label-field"> + <input type="text" name="remote.principal" size="30" value="$!currentR" class="portlet-form-field-label"> </tr> <tr colspan="2" align="right"> <td nowrap class="portlet-section-alternate" align="right">Remote Credential: </td> <td class="portlet-section-body" align="left"> - <input type="password" name="remote.credential" size="30" value="$!remoteCredential" class="portlet-form-label-field"> + <input type="password" name="remote.credential" size="30" value="$!remoteCredential" class="portlet-form-field-label"> </td> </tr> </table> 1.7 +4 -4 jakarta-jetspeed-2/applications/security/src/webapp/WEB-INF/security/users/user-browser.jsp Index: user-browser.jsp =================================================================== RCS file: /home/cvs/jakarta-jetspeed-2/applications/security/src/webapp/WEB-INF/security/users/user-browser.jsp,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- user-browser.jsp 3 Jan 2005 23:58:12 -0000 1.6 +++ user-browser.jsp 11 Jan 2005 09:30:52 -0000 1.7 @@ -38,13 +38,13 @@ <tr colspan="2" align="right"> <td nowrap class="portlet-section-alternate" align="right">New User Name: </td> <td class="portlet-section-body" align="left"> - <input type="text" name="jetspeed.user" size="30" value="" class="portlet-form-label-field"> + <input type="text" name="jetspeed.user" size="30" value="" class="portlet-form-field-label"> </td> </tr> <tr colspan="2" align="right"> <td nowrap class="portlet-section-alternate" align="right">Password: </td> <td class="portlet-section-body" align="left"> - <input type="password" name="jetspeed.password" size="30" value="" class="portlet-form-label-field"> + <input type="password" name="jetspeed.password" size="30" value="" class="portlet-form-field-label"> </td> </tr> @@ -52,7 +52,7 @@ <tr colspan="2" align="right"> <td nowrap class="portlet-section-alternate" align="right">Default Role: </td> <td class="portlet-section-body" align="left"> - <select name="jetspeedRoles" class="portlet-form-label-field"> + <select name="jetspeedRoles" class="portlet-form-field-label"> <option value=""/> <c:forEach var="roleName" items="${jetspeedRoles}"> <option value="<c:out value='${roleName}'/>" @@ -68,7 +68,7 @@ <tr colspan="2" align="right"> <td nowrap class="portlet-section-alternate" align="right">Profiling Rule: </td> <td class="portlet-section-body" align="left"> - <select name="jetspeedRules" class="portlet-form-label-field"> + <select name="jetspeedRules" class="portlet-form-field-label"> <option value=""/> <c:forEach var="ruleName" items="${jetspeedRules}"> <option value="<c:out value='${ruleName}'/>" 1.6 +5 -5 jakarta-jetspeed-2/applications/security/src/webapp/WEB-INF/security/users/user-details.jsp Index: user-details.jsp =================================================================== RCS file: /home/cvs/jakarta-jetspeed-2/applications/security/src/webapp/WEB-INF/security/users/user-details.jsp,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- user-details.jsp 31 Dec 2004 18:09:58 -0000 1.5 +++ user-details.jsp 11 Jan 2005 09:30:52 -0000 1.6 @@ -136,7 +136,7 @@ <input type="checkbox" <c:if test="${credential.updateRequired}">checked</c:if> onclick="if(this.checked) user_cred_updreq.value='true';else user_cred_updreq.value='false';" - class="portlet-form-label-field" /> + class="portlet-form-field-label" /> </td> <td class="portlet-section-body" > <fmt:message key="security.credential.update.required"/> @@ -157,7 +157,7 @@ <input type="checkbox" <c:if test="${credential.enabled}">checked</c:if> onclick="if(this.checked) user_cred_enabled.value='true';else user_cred_enabled.value='false';" - class="portlet-form-label-field" /> + class="portlet-form-field-label" /> </td> <td class="portlet-section-body" > <fmt:message key="security.enabled"/> @@ -223,7 +223,7 @@ <fmt:message key="security.rolename"/> </td> <td class="portlet-section-body" align="left"> - <select name="role_name" class="portlet-form-label-field"> + <select name="role_name" class="portlet-form-field-label"> <c:forEach var="roleName" items="${jetspeedRoles}"> <option value="<c:out value='${roleName}'/>"> <c:out value="${roleName}"/> @@ -275,7 +275,7 @@ <fmt:message key="security.groupname"/> </td> <td class="portlet-section-body" align="left"> - <select name="group_name" class="portlet-form-label-field"> + <select name="group_name" class="portlet-form-field-label"> <c:forEach var="groupName" items="${jetspeedGroups}"> <option value="<c:out value='${groupName}'/>"> <c:out value="${groupName}"/> @@ -341,7 +341,7 @@ <fmt:message key="security.rule"/> </td> <td class="portlet-section-body" > - <select name="select_rule" class="portlet-form-label-field"> + <select name="select_rule" class="portlet-form-field-label"> <c:forEach var="prule" items="${prules}"> <option value="<c:out value="${prule.id}"/>"> <c:out value="${prule.id}"/> 1.3 +2 -2 jakarta-jetspeed-2/applications/rss/src/webapp/WEB-INF/velocity/velocity-macros.vm Index: velocity-macros.vm =================================================================== RCS file: /home/cvs/jakarta-jetspeed-2/applications/rss/src/webapp/WEB-INF/velocity/velocity-macros.vm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- velocity-macros.vm 15 Nov 2004 18:40:14 -0000 1.2 +++ velocity-macros.vm 11 Jan 2005 09:30:52 -0000 1.3 @@ -37,7 +37,7 @@ #end <td nowrap class="portlet-section-alternate" align="right">$!MESSAGES.getString($label): </td> <td class="portlet-section-body" align="left"> - <input id="$!id" type="text" name="$!id" size="$!size" value="$!value" class="portlet-form-label-field"> + <input id="$!id" type="text" name="$!id" size="$!size" value="$!value" class="portlet-form-field-label"> </td> <td width="5%" class="portlet-form-label" align="left"> </td> </tr> @@ -85,7 +85,7 @@ #end <td nowrap class="portlet-section-alternate" align="right">$!key: </td> <td class="portlet-section-body" align="left"> - <input id="$!id" type="text" name="$!key" size="$!size" value="$!extr" class="portlet-form-label-field"> + <input id="$!id" type="text" name="$!key" size="$!size" value="$!extr" class="portlet-form-field-label"> </td> <td width="5%" class="portlet-form-label" align="left"> </td> </tr> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]