From: <ro...@us...> - 2008-11-02 21:45:13
|
Revision: 4858 http://openuss.svn.sourceforge.net/openuss/?rev=4858&view=rev Author: roekens Date: 2008-11-02 21:45:06 +0000 (Sun, 02 Nov 2008) Log Message: ----------- bugfixed institute members page Modified Paths: -------------- branches/openuss-plexus-3.1-light/plexus/plexus-web/src/main/webapp/views/secured/lecture/auth/institutemembers.xhtml Modified: branches/openuss-plexus-3.1-light/plexus/plexus-web/src/main/webapp/views/secured/lecture/auth/institutemembers.xhtml =================================================================== --- branches/openuss-plexus-3.1-light/plexus/plexus-web/src/main/webapp/views/secured/lecture/auth/institutemembers.xhtml 2008-11-02 20:52:28 UTC (rev 4857) +++ branches/openuss-plexus-3.1-light/plexus/plexus-web/src/main/webapp/views/secured/lecture/auth/institutemembers.xhtml 2008-11-02 21:45:06 UTC (rev 4858) @@ -44,7 +44,7 @@ <c:if test="#{views$secured$lecture$auth$aspirants.data.data.rowCount > 0}"> <s:acl domainObject="#{instituteInfo}" hasPermission="#{ACL.GRANT}" ifNot="error"/> - <h:form id="membersForm"> + <h:form id="aspirantsForm"> <ui:include src="aspirantstable.xhtml" /> <o:block> <h:commandButton value="${msg.save}" title="#{msg.save_hint}" action="#{views$secured$lecture$auth$aspirants.save}" styleClass="button_save"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |