Skip to content

Commit

Permalink
Fixed issue #13024: Change the size of the box ( Session lifetime for…
Browse files Browse the repository at this point in the history
… surveys)
  • Loading branch information
lacrioque committed Dec 21, 2017
1 parent 8c07d83 commit b3cd42b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/views/admin/global_settings/_general.php
Expand Up @@ -88,7 +88,7 @@
</div>
<?php if( !isset(Yii::app()->session->connectionID)): ?>
<div class="row ls-space margin top-10">
<div class="form-group" >
<div class="form-group col-xs-12" >
<label class="col-sm-12 text-left control-label" for='iSessionExpirationTime'>
<?php eT("Session lifetime for surveys (seconds):"); ?>
</label>
Expand Down Expand Up @@ -140,7 +140,7 @@
</div>
</div>
<div class="row ls-space margin top-10">
<div class='form-group'>
<div class='form-group col-xs-12'>
<label class='col-sm-12 text-left control-label' for='characterset'>
<?php eT("Character set for file import/export:") ?>
</label>
Expand Down

0 comments on commit b3cd42b

Please sign in to comment.