Skip to content

Commit

Permalink
Fixed issue #11906: Сan not see the quota name when you select an ans…
Browse files Browse the repository at this point in the history
…wer for quota
  • Loading branch information
LouisGac committed Nov 16, 2016
1 parent 460f9cb commit 4a3ebd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/quotas/newanswertwo_view.php
Expand Up @@ -15,7 +15,7 @@
<?php else:?>
<div class="jumbotron message-box">
<div class='row'>
<h2><?php echo sprintf(gT("New answer for quota '%s'"), $quota_name);?></h2>
<h2><?php echo sprintf(gT("New answer for quota %s"), $quota_name);?></h2>
<p class="lead"><?php eT("Select answer:");?></p>
<?php echo CHtml::form(array("admin/quotas/sa/insertquotaanswer/surveyid/{$iSurveyId}"), 'post', array('#'=>'quota_'.sanitize_int($_POST['quota_id']), 'class' => 'form-horizontal')); ?>
<div class='form-group'>
Expand Down

0 comments on commit 4a3ebd1

Please sign in to comment.