version 1.21, 2008/12/11 14:55:27
|
version 1.22, 2008/12/12 05:03:39
|
Line 214 sub SurveyProblemSelector {
|
Line 214 sub SurveyProblemSelector {
|
'<td><span class="LC_nobreak">'. |
'<td><span class="LC_nobreak">'. |
'<label for="'.$id.'">'.$problem->{'res'}->compTitle.' ('.$problem->{'seq'}->compTitle.')'.'</label>'. |
'<label for="'.$id.'">'.$problem->{'res'}->compTitle.' ('.$problem->{'seq'}->compTitle.')'.'</label>'. |
(' 'x2). |
(' 'x2). |
'<a target="preview" href="'.$link.'">'.&mt('View survey').'</a>'.'</span></td></tr>'.$/; |
'<a target="preview" href="'.$link.'">'.&mt('View survey').'</a></span></td></tr>'.$/; |
} |
} |
$Str .= '</table>'; |
$Str .= '</table>'; |
return $Str; |
return $Str; |
Line 339 sub make_text_report {
|
Line 339 sub make_text_report {
|
} else { |
} else { |
$r->print('<p class="LC_warning">' |
$r->print('<p class="LC_warning">' |
.&mt('There is no essay or string response data to output for this survey.') |
.&mt('There is no essay or string response data to output for this survey.') |
.'</h2>'); |
.'</p>'); |
} |
} |
$r->rflush(); |
$r->rflush(); |
return; |
return; |