Skip to content

Commit

Permalink
- removing left menu from module views, this is done by the admin pag…
Browse files Browse the repository at this point in the history
…e layout (patch via Patrick allaert)

git-svn-id: http://svn.projects.ez.no/ezsurvey_ezp4/trunk@84 0e881d94-d0d9-4e96-b7b1-7dbe0c2dc8ad
  • Loading branch information
Paul Borgermans committed Sep 28, 2009
1 parent 2219c20 commit 4906dcb
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 8 deletions.
3 changes: 2 additions & 1 deletion doc/changelogs/CHANGELOG-2.1.0-to-2.1.1
Expand Up @@ -6,4 +6,5 @@ Changes from eZ Survey 2.1.0 to 2.1.1
- Fixed bug #15320: Survey calculation for Single/Multiple choice is wrong if option lacks "option value"
- Fixed bug #15566: after submitting the survey debug error is raised and
ezsurvey will loose its results when a survey is edited for multiple times.
(Patch via Patrick Allaert)
(Patch via Patrick Allaert)
- removing left menu from module views, this is done by the admin page layout (via Patrick Allaert)
1 change: 0 additions & 1 deletion modules/survey/list.php
Expand Up @@ -67,7 +67,6 @@
$tpl->setVariable( 'view_parameters', $viewParameters );

$Result = array();
$Result['left_menu'] = 'design:parts/survey/menu.tpl';
$Result['content'] = $tpl->fetch( 'design:survey/list.tpl' );
$Result['path'] = array( array( 'url' => false,
'text' => ezi18n( 'survey', 'Survey' ) ) );
Expand Down
1 change: 0 additions & 1 deletion modules/survey/relatedobjectconfig.php
Expand Up @@ -111,7 +111,6 @@
$tpl->setVariable( 'content_class_list', $surveyWizard->attribute( 'content_class_list' ) );

$Result = array();
$Result['left_menu'] = 'design:parts/survey/menu.tpl';
$Result['content'] = $tpl->fetch( 'design:survey/relatedobjectconfig.tpl' );
$Result['path'] = array( array( 'url' => false,
'text' => ezi18n( 'survey', 'Survey' ) ) );
Expand Down
1 change: 0 additions & 1 deletion modules/survey/result.php
Expand Up @@ -70,7 +70,6 @@

$Result = array();

$Result['left_menu'] = 'design:parts/survey/menu.tpl';
$Result['content'] = $tpl->fetch( 'design:survey/result.tpl' );
$Result['path'] = array( array( 'url' => '/survey/list',
'text' => ezi18n( 'survey', 'Survey' ) ),
Expand Down
1 change: 0 additions & 1 deletion modules/survey/result_edit.php
Expand Up @@ -91,7 +91,6 @@
$tpl->setVariable( 'survey_validation', $validation );

$Result = array();
$Result['left_menu'] = 'design:parts/survey/menu.tpl';
$Result['content'] = $tpl->fetch( 'design:survey/result_edit.tpl' );
$Result['path'] = array( array( 'url' => '/survey/list',
'text' => ezi18n( 'survey', 'Survey' ) ),
Expand Down
1 change: 0 additions & 1 deletion modules/survey/result_list.php
Expand Up @@ -92,7 +92,6 @@
$tpl->setVariable( 'language_code', $languageCode );

$Result = array();
$Result['left_menu'] = 'design:parts/survey/menu.tpl';
$Result['content'] = $tpl->fetch( 'design:survey/result_list.tpl' );
$Result['path'] = array( array( 'url' => '/survey/list',
'text' => ezi18n( 'survey', 'Survey' ) ),
Expand Down
1 change: 0 additions & 1 deletion modules/survey/rview.php
Expand Up @@ -106,7 +106,6 @@
$resultURL = false;

$Result = array();
$Result['left_menu'] = 'design:parts/survey/menu.tpl';
$Result['content'] = $tpl->fetch( 'design:survey/rview.tpl' );
$Result['path'] = array( array( 'url' => '/survey/list',
'text' => ezi18n( 'survey', 'Survey' ) ),
Expand Down
1 change: 0 additions & 1 deletion modules/survey/wizard.php
Expand Up @@ -207,7 +207,6 @@
}

$Result = array();
// $Result['left_menu'] = 'design:parts/survey/menu.tpl';
$Result['content'] = $tpl->fetch( 'design:survey/wizard.tpl' );
$Result['path'] = array( array( 'url' => false,
'text' => ezi18n( 'survey', 'Survey Wizard' ) ) );
Expand Down

0 comments on commit 4906dcb

Please sign in to comment.