Skip to content

Commit

Permalink
Fixed issue: made 'first steps' page consistent with other login page…
Browse files Browse the repository at this point in the history
…s using standard divs and headers
  • Loading branch information
jcleeland committed Apr 24, 2012
1 parent 0a83052 commit e664962
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions application/views/admin/super/firststeps.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<div style="width:500px;margin:0 auto;">
<h2 style="text-align:center;"><?php echo sprintf($clang->gT("Welcome to %s!"), 'LimeSurvey'); ?></h2>
<div class='messagebox ui-corner-all'>
<div class='header ui-widget-header'><?php echo sprintf($clang->gT("Welcome to %s!"), 'LimeSurvey'); ?></div>
<br />
<p><?php $clang->eT("Some piece-of-cake steps to create your very own first survey:"); ?><br />
<p><?php $clang->eT("Some piece-of-cake steps to create your very own first survey:"); ?></p><br />
<ol>
<li><?php echo sprintf($clang->gT('Create a new survey clicking on the %s icon in the upper right.'), "<img src='" . Yii::app()->getConfig('imageurl') . "/add_20.png' name='ShowHelp' title='' alt='" . $clang->gT("Add survey") . "'/>"); ?></li>
<li><?php $clang->eT('Create a new question group inside your survey.'); ?></li>
<li><?php $clang->eT('Create one or more questions inside the new question group.'); ?></li>
<li><?php echo sprintf($clang->gT('Done. Test your survey using the %s icon.'), "<img src='" . Yii::app()->getConfig('imageurl') . "/do_20.png' name='ShowHelp' title='' alt='" . $clang->gT("Test survey") . "'/>"); ?></li>
</ol>
<br />
<br />
</div>

0 comments on commit e664962

Please sign in to comment.