From 2a9d07081c9e6184a45375289ced9ca03ffc25b5 Mon Sep 17 00:00:00 2001 From: Carsten Schmitz Date: Mon, 15 Feb 2016 14:14:19 +0100 Subject: [PATCH] Fixed issue: Survey title column too narrow in surveylist --- .../views/admin/survey/listSurveys_view.php | 22 +++++++++---------- .../views/admin/survey/surveySummary_view.php | 10 ++++----- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/application/views/admin/survey/listSurveys_view.php b/application/views/admin/survey/listSurveys_view.php index 46fbf2e3ee3..27854f5e835 100644 --- a/application/views/admin/survey/listSurveys_view.php +++ b/application/views/admin/survey/listSurveys_view.php @@ -67,70 +67,70 @@ 'header' => gT('Survey ID'), 'name' => 'survey_id', 'value'=>'$data->sid', - 'htmlOptions' => array('class' => 'col-md-1 hidden-xs'), + 'htmlOptions' => array('class' => 'hidden-xs'), ), array( 'header' => gT('Title'), 'name' => 'title', 'value'=>'$data->defaultlanguage->surveyls_title', - 'htmlOptions' => array('class' => 'col-md-1'), + 'htmlOptions' => array('class' => 'col-md-4'), ), array( 'header' => gT('Created'), 'name' => 'creation_date', 'value'=>'$data->creationdate', - 'htmlOptions' => array('class' => 'col-md-1 hidden-xs'), + 'htmlOptions' => array('class' => 'hidden-xs'), ), array( 'header' => gT('Owner'), 'name' => 'owner', 'value'=>'$data->owner->users_name', - 'htmlOptions' => array('class' => 'col-md-1 hidden-xs'), + 'htmlOptions' => array('class' => 'hidden-xs'), ), array( 'header' => gT('Anonymized responses'), 'name' => 'anonymized_responses', 'value'=>'$data->anonymizedResponses', - 'htmlOptions' => array('class' => 'col-md-1 hidden-xs'), + 'htmlOptions' => array('class' => 'hidden-xs'), ), array( 'header' => gT('Active'), 'name' => 'active', 'value'=>'$data->activeWord', - 'htmlOptions' => array('class' => 'col-md-1 hidden-xs'), + 'htmlOptions' => array('class' => 'hidden-xs'), ), array( 'header' => gT('Partial'), 'name' => 'partial', 'value'=>'$data->countPartialAnswers', - 'htmlOptions' => array('class' => 'col-md-1'), + 'htmlOptions' => array('class' => ''), ), array( 'header' => gT('Full'), 'name' => 'full', 'value'=>'$data->countFullAnswers', - 'htmlOptions' => array('class' => 'col-md-1'), + 'htmlOptions' => array('class' => ''), ), array( 'header' => gT('Total'), 'name' => 'total', 'value'=>'$data->countTotalAnswers', - 'htmlOptions' => array('class' => 'col-md-1'), + 'htmlOptions' => array('class' => ''), ), array( 'header' => gT('Uses tokens'), 'name' => 'uses_tokens', 'value'=>'$data->hasTokens', - 'htmlOptions' => array('class' => 'col-md-1'), + 'htmlOptions' => array('class' => ''), ), array( @@ -138,7 +138,7 @@ 'name' => 'actions', 'value'=>'$data->buttons', 'type'=>'raw', - 'htmlOptions' => array('class' => 'col-md-1'), + 'htmlOptions' => array('class' => ''), ), ), diff --git a/application/views/admin/survey/surveySummary_view.php b/application/views/admin/survey/surveySummary_view.php index dc76368dd31..c932bffa17c 100644 --- a/application/views/admin/survey/surveySummary_view.php +++ b/application/views/admin/survey/surveySummary_view.php @@ -299,7 +299,7 @@

- :
+ :

createAbsoluteUrl("survey/index",array("sid"=>$surveyinfo['sid'],"lang"=>$surveyinfo['language'])); ?> - : + : @@ -328,7 +328,7 @@ - : + : @@ -337,7 +337,7 @@ - + : createAbsoluteUrl("survey/index",array("sid"=>$surveyinfo['sid'],"lang"=>$surveyinfo['language'])); ?> @@ -370,7 +370,7 @@ - : + :