Skip to content

Commit

Permalink
Added "Group at a time" option to new survey, and added note next to …
Browse files Browse the repository at this point in the history
…Expiry Date field about the correct format of date (YYYY-MM-DD).

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@232 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Apr 16, 2003
1 parent 418a6ee commit 4394af4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion admin/html.php
Expand Up @@ -817,11 +817,12 @@
$newsurvey .= "\t<tr><td align='right'>$setfont<b>Format</b></font></td>\n";
$newsurvey .= "\t\t<td><select name='format'>\n";
$newsurvey .= "\t\t\t<option value='S' selected>One at a time</option>\n";
$newsurvey .= "\t\t\t<option value='A'>Group at a time</option>\n";
$newsurvey .= "\t\t\t<option value='A'>All in one</option>\n";
$newsurvey .= "\t\t</select></td>\n";
$newsurvey .= "\t</tr>\n";
$newsurvey .= "\t<tr><td align='right'>$setfont<b>Expiry Date</b></font></td>\n";
$newsurvey .= "\t\t<td><input type='text' size='10' name='expires'></td></tr>\n";
$newsurvey .= "\t\t<td>$setfont<input type='text' size='10' name='expires'><font size='1'>Date Format: YYYY-MM-DD</font></font></td></tr>\n";
$newsurvey .= "\t<tr><td colspan='2' align='center'><input type='submit' $btstyle value='Create Survey'></td>\n";
$newsurvey .= "\t<input type='hidden' name='action' value='insertnewsurvey'>\n";
$newsurvey .= "\t</form></tr>\n";
Expand Down

0 comments on commit 4394af4

Please sign in to comment.