Skip to content

Commit

Permalink
Fixed issue #11223: Certain region in time statistics page are not di…
Browse files Browse the repository at this point in the history
…splayed correctly (covered by side-menu)
  • Loading branch information
LouisGac committed May 24, 2016
1 parent f1cb5e2 commit ab0748e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/views/admin/responses/browsetimeheader_view.php
@@ -1,4 +1,4 @@
<div class='side-body <?php echo getSideBodyClass(false); ?>'>
<div class='side-body <?php echo getSideBodyClass(true); ?>'>
<h3><?php echo eT('Time statistics'); ?></h3>
<script type='text/javascript'>
var strdeleteconfirm='<?php echo eT('Do you really want to delete this response?', 'js'); ?>';
Expand Down Expand Up @@ -29,7 +29,7 @@
<?php } ?>
<?php echo CHtml::form(array("admin/responses/sa/time/surveyid/{$surveyid}/"), 'post', array('id'=>'browseresults')); ?>
<font size='1' face='verdana'>
<?php eT("Records displayed:"); ?> <input type='text' size='4' value='<?php echo $limit ?>' name='limit' id='limit' />
<?php eT("Starting from:"); ?> <input type='text' size='4' value='<?php echo $start; ?>' name='start' id='start' />
<input type='submit' value='<?php eT("Show"); ?>' />
Expand Down

0 comments on commit ab0748e

Please sign in to comment.