Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tpl/Activation/activation-error.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{include file='globalheader.tpl' cssFiles='scripts/css/colorbox.css'}
{include file='globalheader.tpl'}
<div id='activation-body'>
<h2 class="text-center">{translate key=AccountActivationError}</h2>
</div>
Expand Down
2 changes: 1 addition & 1 deletion tpl/Activation/activation-sent.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{include file='globalheader.tpl' cssFiles='scripts/css/colorbox.css'}
{include file='globalheader.tpl'}
<div id='activation-body'>
<h2 class="text-center">{translate key=ActivationEmailSent}</h2>
</div>
Expand Down
14 changes: 7 additions & 7 deletions tpl/guest-participation.tpl
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{include file='globalheader.tpl' cssFiles='css/participation.css'}
{include file='globalheader.tpl'}

{if $IsMissingInformation}
<div class="error">This invitation is incorrect or does not exist</div>
{/if}

{if $InvitationAccepted || $InvitationDeclined}
<div class="success">Thanks, we've recorded your response
{if $IsGuest || $AllowRegistration}
<div><a href="{Pages::REGISTRATION}">{translate key=CreateAnAccount}</a></div>
{/if}
</div>
{if $IsGuest || $AllowRegistration}
<div><a href="{Pages::REGISTRATION}">{translate key=CreateAnAccount}</a></div>
{/if}
</div>
{/if}

{if $CapacityReached}
<div class="error">{$CapacityErrorMessage}</div>
<div class="error">{$CapacityErrorMessage}</div>
{/if}
{include file="javascript-includes.tpl"}
{include file='globalfooter.tpl'}
{include file='globalfooter.tpl'}