[svn r11460] spacing

skala
Patrick Cool 18 years ago
parent c156d85584
commit e631f8b8d4
  1. 6
      main/survey/reporting.php

@ -21,7 +21,7 @@
* @package dokeos.survey
* @author unknown, the initial survey that did not make it in 1.8 because of bad code
* @author Patrick Cool <patrick.cool@UGent.be>, Ghent University: cleanup, refactoring and rewriting large parts of the code
* @version $Id: reporting.php 11451 2007-03-06 21:54:30Z pcool $
* @version $Id: reporting.php 11460 2007-03-07 07:41:56Z pcool $
*
* @todo use quickforms for the forms
*/
@ -353,7 +353,7 @@ function display_question_report($survey_data)
if ($_GET['question'] <> 0)
{
echo '<a href="reporting.php?action='.$_GET['action'].'&amp;survey_id='.$_GET['survey_id'].'&amp;question='.($offset-1).'">'.get_lang('PreviousQuestion').'</a>';
echo '<a href="reporting.php?action='.$_GET['action'].'&amp;survey_id='.$_GET['survey_id'].'&amp;question='.($offset-1).'"> &lt;&lt; '.get_lang('PreviousQuestion').'</a> ';
}
else
{
@ -361,7 +361,7 @@ function display_question_report($survey_data)
}
if ($_GET['question'] < ($survey_data['number_of_questions']-1))
{
echo '<a href="reporting.php?action='.$_GET['action'].'&amp;survey_id='.$_GET['survey_id'].'&amp;question='.($offset+1).'">'.get_lang('NextQuestion').'</a>';
echo '<a href="reporting.php?action='.$_GET['action'].'&amp;survey_id='.$_GET['survey_id'].'&amp;question='.($offset+1).'">'.get_lang('NextQuestion').'&gt;&gt; </a>';
}
else
{

Loading…
Cancel
Save