Skip to content

Commit

Permalink
Made buttons in "Action" column in answers center
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@439 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Jul 2, 2003
1 parent cda859e commit e8dadf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/html.php
Expand Up @@ -424,14 +424,14 @@
$vasummary .= "\t\t</td>\n";
if (($activated == "Y" && $qtype == "L") || ($activated == "N"))
{
$vasummary .= "\t\t<td>\n";
$vasummary .= "\t\t<td align='center'>\n";
$vasummary .= "\t\t\t<input name='ansaction' $btstyle type='submit' value='Save'>";
$vasummary .= "<input name='ansaction' $btstyle type='submit' value='Del'>\n";
$vasummary .= "\t\t</td>\n";
}
else
{
$vasummary .= "\t\t<td><input name='ansaction' $btstyle type='submit' value='Save'></td>\n";
$vasummary .= "\t\t<td align='center'><input name='ansaction' $btstyle type='submit' value='Save'></td>\n";
}
$vasummary .= "\t<input type='hidden' name='oldcode' value=\"{$cdrow['code']}\">\n";
$vasummary .= "\t<input type='hidden' name='oldanswer' value=\"{$cdrow['answer']}\">\n";
Expand Down

0 comments on commit e8dadf5

Please sign in to comment.