Skip to content

Commit

Permalink
Fixed case for id and datestamp words in statistics
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/phpsurveyor@2865 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Thibault Le Meur committed May 8, 2007
1 parent 90caa68 commit 1a680c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/statistics.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ function show(element) {
$myfield2=$myfield."G";
$myfield3=$myfield."L";
$myfield4=$myfield."=";
$statisticsoutput .= "<td align='center'>$setfont<strong>".$clang->gT("id")."</strong><br />";
$statisticsoutput .= "<td align='center'>$setfont<strong>".$clang->gT("ID")."</strong><br />";
$statisticsoutput .= "\t\t\t\t\t<font size='1'>".$clang->gT("Number greater than").":<br />\n"
."\t\t\t\t\t<input type='text' name='$myfield2' value='";
if (isset($_POST[$myfield2])){$statisticsoutput .= $_POST[$myfield2];}
Expand All @@ -173,7 +173,7 @@ function show(element) {
$myfield3="$myfield2=";
$myfield4="$myfield2<"; $myfield5="$myfield2>";
$statisticsoutput .= "<td width='40'></td>";
$statisticsoutput .= "\t\t\t\t<td align='center' valign='top'>$setfont<strong>".$clang->gT("datestamp")."</strong>"
$statisticsoutput .= "\t\t\t\t<td align='center' valign='top'>$setfont<strong>".$clang->gT("Datestamp")."</strong>"
."<br />\n"
."\t\t\t\t\t<font size='1'>".$clang->gT("Date (YYYY-MM-DD) equals").":<br />\n"
."\t\t\t\t\t<input name='$myfield3' type='text' value='";
Expand Down

0 comments on commit 1a680c0

Please sign in to comment.