Skip to content

Commit

Permalink
Fixed issue #17791: 'Condition' vs. 'Relevance equation' (#2199)
Browse files Browse the repository at this point in the history
Co-authored-by: encuestabizdevgit <devgit@encuesta.biz>
  • Loading branch information
gabrieljenik and encuestabizdevgit committed Jan 14, 2022
1 parent 4e0f3e6 commit 1150f0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -73,7 +73,7 @@

<!-- Relevance equation -->
<div class="form-group">
<label class="control-label " for='grelevance'><?php eT("Relevance equation:"); ?></label>
<label class="control-label " for='grelevance'><?php eT("Condition:"); ?></label>
<div class="input-group">
<div class="input-group-addon">{</div>
<textarea cols='1' class="form-control" rows='1' id='grelevance' name='questionGroup[grelevance]'></textarea>
Expand Down
Expand Up @@ -62,7 +62,7 @@

<!-- Relevance Equation -->
<div class="form-group">
<label class="control-label " id="relevance-group"><?php eT("Relevance equation:"); ?></label>
<label class="control-label " id="relevance-group"><?php eT("Condition:"); ?></label>
<div class="input-group">
<div class="input-group-addon">{</div>
<?php echo CHtml::textArea("questionGroup[grelevance]",$oQuestionGroup['grelevance'],array('class'=>'form-control','cols'=>'20','rows'=>'1','id'=>"grelevance")); ?>
Expand Down
Expand Up @@ -32,7 +32,7 @@
<?php if (trim($grow['grelevance'])!='') { ?>
<tr>
<td><strong>
<?php eT("Relevance:"); ?></strong>
<?php eT("Condition:"); ?></strong>
</td>
<td>
<?php
Expand Down

0 comments on commit 1150f0f

Please sign in to comment.