Skip to content

Commit

Permalink
Dev: corrected captcha/toke/register text and view to be more friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
markusfluer committed Aug 5, 2016
1 parent abd29af commit f99a940
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions application/views/survey/frontpage/enterToken.php
Expand Up @@ -5,11 +5,11 @@
<script type='text/javascript'>var focus_element = '#token';</script>
<div class='jumbotron'>
<div id="tokenmessage" class="container clearfix">
<h3><?php eT("This is a controlled survey, you need a valid token to participate."); ?></h3>
<h3><?php eT("To participate in this restricted survey, you need a valid token."); ?></h3>
<?php if(!isset($token)): ?>
<h3><small><?php eT("If you have been issued a token, please enter it in the box below and click continue."); ?></small></h3>
<h3><small class='text-info'><?php eT("If you have been issued a token, please enter it in the box below and click continue."); ?></small></h3>
<?php else: ?>
<h3><small><?php eT("Please confirm the token by answering the security question below and click continue."); ?></small></h3>
<h3><small class='text-info'><?php eT("Please confirm the token by answering the security question below and click continue."); ?></small></h3>
<?php endif; ?>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/default/views/register.pstpl
@@ -1,7 +1,7 @@
<div class='jumbotron'>
<div class="container clearfix">
<h2>{REGISTERMESSAGE1}</h2>
<h3><small>{REGISTERMESSAGE2}</small></h3>
<h3><small class='text-info'>{REGISTERMESSAGE2}</small></h3>
</div>
</div>
{REGISTERERROR}
Expand Down
2 changes: 1 addition & 1 deletion templates/news_paper/views/register.pstpl
@@ -1,7 +1,7 @@
<div class='jumbotron'>
<div class="container clearfix">
<h2>{REGISTERMESSAGE1}</h2>
<h3><small>{REGISTERMESSAGE2}</small></h3>
<h3><small class='text-info'>{REGISTERMESSAGE2}</small></h3>
</div>
</div>
{REGISTERERROR}
Expand Down
2 changes: 1 addition & 1 deletion templates/ubuntu_orange/views/register.pstpl
@@ -1,7 +1,7 @@
<div class='jumbotron'>
<div class="container clearfix">
<h2>{REGISTERMESSAGE1}</h2>
<h3><small>{REGISTERMESSAGE2}</small></h3>
<h3><small class='text-info'>{REGISTERMESSAGE2}</small></h3>
</div>
</div>
{REGISTERERROR}
Expand Down

0 comments on commit f99a940

Please sign in to comment.