Changeset 3575

Show
Ignore:
Timestamp:
07/03/12 12:26:04
Author:
johnsa
Message:

public client: update settings for event registration features (iframe size, new registration service URL).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bedeworkTheme/event.xsl

    r3572 r3575  
    100100        <div id="bwRegistrationBox"> 
    101101          <xsl:variable name="eventName"><xsl:value-of select="name"/></xsl:variable> 
    102           <iframe src="{$eventReg}?href={$calPath}%2F{$eventName}"
     102          <iframe src="{$eventReg}?href={$calPath}%2F{$eventName}" width="300" height="175"
    103103                  <p> 
    104104                                <xsl:copy-of select="$bwStr-Error-IframeUnsupported"/> 
  • trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bedeworkTheme/themeSettings.xsl

    r3572 r3575  
    135135 
    136136 
     137 
     138 
    137139  <!-- EVENT REGISTRATION SYSTEM --> 
    138140  <!-- Bedework provides an application that allows users to register for events. --> 
     
    146148       default quickstart location. If you move it, you must change this 
    147149       value. The value includes the path to initialize the system on page load.  --> 
    148   <xsl:variable name="eventReg">/eventreg/init.do</xsl:variable> 
     150  <xsl:variable name="eventReg">/eventreg/ureg/init.do</xsl:variable> 
     151 
     152 
    149153 
    150154