Skip to content

Commit

Permalink
TWEAK: Moved /font tag to after "LID" in question display.
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@888 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Feb 3, 2004
1 parent 39adc3a commit afadfe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/html.php
Expand Up @@ -614,15 +614,15 @@
. _QL_HELP."</b></font></td>\n\t<td>$setfont{$qrrow['help']}</font></td></tr>\n";
$qtypes = getqtypelist("", "array"); //qtypes = array(type code=>type description)
$questionsummary .= "\t<tr $qshowstyle id='surveydetails33'><td align='right' valign='top'>$setfont<b>"
._QL_TYPE."</b></font></td>\n\t<td>$setfont{$qtypes[$qrrow['type']]}</font>";
._QL_TYPE."</b></font></td>\n\t<td>$setfont{$qtypes[$qrrow['type']]}";
if ($qrrow['type'] == "F")
{
$questionsummary .= " (LID: {$qrrow['lid']}) "
. "<input align='top' type='image' src='$imagefiles/labels.gif' title='"
. _Q_LABELS_BT."' height='15' width='15' hspace='0' name='EditThisLabelSet' "
. "onClick=\"window.open('labels.php?lid={$qrrow['lid']}', '_blank')\">\n";
}
$questionsummary .="</td></tr>\n";
$questionsummary .="</font></td></tr>\n";
if ($qct == 0 && ($qrrow['type'] == "O" || $qrrow['type'] == "L" || $qrrow['type'] == "M" || $qrrow['type'] == "Q" || $qrrow['type'] == "A" || $qrrow['type'] == "B" || $qrrow['type'] == "C" || $qrrow['type'] == "E" || $qrrow['type'] == "P" || $qrrow['type'] == "R" || $qrrow['type'] == "F"))
{
$questionsummary .= "\t\t<tr $qshowstyle id='surveydetails34'><td></td><td>"
Expand Down

0 comments on commit afadfe0

Please sign in to comment.