Skip to content

Commit

Permalink
Fixed issue #6449: Faulty GUI after question group import
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Aug 10, 2012
1 parent 8452f28 commit 5a89493
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions application/views/admin/survey/QuestionGroups/import_view.php
@@ -1,6 +1,6 @@
<div class='header ui-widget-header'><?php $clang->eT("Import question group") ?></div>
<div class='messagebox ui-corner-all'>
<div class='successheader'><?php $clang->gT("Success") ?></div>&nbsp;<br />
<div class='successheader'><?php $clang->eT("Success") ?></div>&nbsp;<br />
<?php $clang->eT("File upload succeeded.") ?><br /><br />
<?php $clang->eT("Reading file..") ?> <br />
<div class='successheader'><?php $clang->eT("Success") ?></div><br />
Expand All @@ -18,7 +18,7 @@
<?php
}?>
<li><?php echo $clang->gT("Question attributes:") . $aImportResults['question_attributes'] ?></li>
</ul>
<strong><?php $clang->eT("Question group import is complete.") ?></strong><br />
<input type='submit' value="<?php $clang->eT("Go to question group") ?>" onclick="window.open('<?php echo $this>createUrl('admin/survey/view/surveyid/'.$surveyid.'/gid/'.$aImportResults['newgid']) ?>')" />
</ul><br/>
<p><strong><?php $clang->eT("Question group import is complete.") ?></strong></p><br />
<input type='submit' value="<?php $clang->eT("Go to question group") ?>" onclick="window.open('<?php echo $this->createUrl('admin/survey/view/surveyid/'.$surveyid.'/gid/'.$aImportResults['newgid']) ?>')" />
</div><br />

0 comments on commit 5a89493

Please sign in to comment.