Changeset 3589

Show
Ignore:
Timestamp:
07/23/12 22:37:17
Author:
johnsa
Message:

admin client: fix to event form submission validation error

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/webadmin/webapp/resources/default/default/default.xsl

    r3588 r3589  
    14291429      </xsl:choose> 
    14301430    </xsl:variable> 
    1431     <form name="eventForm" method="post" enctype="multipart/form-data" onsubmit="return validateEventForm(this);setEventFields(this,{$portalFriendly},'{$submitter}')"> 
     1431    <form name="eventForm" method="post" enctype="multipart/form-data" onsubmit="setEventFields(this,{$portalFriendly},'{$submitter}');return validateEventForm(this);"> 
    14321432      <xsl:choose> 
    14331433        <xsl:when test="/bedework/page = 'modEventPending'">