Skip to content

Commit

Permalink
Added space between the words "Data Entry".
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@96 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
James Richards committed Mar 21, 2003
1 parent 1472ead commit c14411a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions admin/html.php
Expand Up @@ -88,13 +88,13 @@
$surveysummary .= "\t\t<input type='submit' $btstyle value='Export' title='Export Survey Structure..' onClick=\"window.open('dumpsurvey.php?sid=$sid', '_top')\">\n";
if ($activated == "N")
{
$surveysummary .= "\t\t<input type='submit' $btstyle value='Test DataEntry' onClick=\"window.open('dataentry.php?sid=$sid', '_blank')\">\n";
$surveysummary .= "\t\t<input type='submit' $btstyle value='Test Data Entry' onClick=\"window.open('dataentry.php?sid=$sid', '_blank')\">\n";
$surveysummary .= "\t\t<input type='submit' $btstyle value='Test Survey' onClick=\"window.open('../index.php?sid=$sid', '_blank')\">\n";
}
else
{
$surveysummary .= "\t\t<input type='submit' $btstyle value='Browse' onClick=\"window.open('browse.php?sid=$sid', '_top')\">\n";
$surveysummary .= "\t\t<input type='submit' $btstyle value='DataEntry' onClick=\"window.open('dataentry.php?sid=$sid', '_blank')\">\n";
$surveysummary .= "\t\t<input type='submit' $btstyle value='Data Entry' onClick=\"window.open('dataentry.php?sid=$sid', '_blank')\">\n";
$surveysummary .= "\t\t<input type='submit' $btstyle value='Do Survey' onClick=\"window.open('../index.php?sid=$sid', '_blank')\">\n";
}
$surveysummary .= "\t\t<input type='submit' $btstyle value='Edit Survey' onClick=\"window.open('$scriptname?action=editsurvey&sid=$sid', '_top')\">\n";
Expand Down Expand Up @@ -248,7 +248,7 @@
$usersummary .= "\t\t\t<p>If you click on the 'initialise security' button below, standard APACHE \n";
$usersummary .= "\t\t\tsecurity settings will be added to the administration directory of this \n";
$usersummary .= "\t\t\tscript. You will then need to use the default access username and password \n";
$usersummary .= "\t\t\tto access the administration and dataentry scripts.</p>\n";
$usersummary .= "\t\t\tto access the administration and data entry scripts.</p>\n";
$usersummary .= "\t\t\t<p>USERNAME: $defaultuser<br />PASSWORD: $defaultpass</p>\n";
$usersummary .= "\t\t\t<p>It is highly recommended that once your security system has been initialised \n";
$usersummary .= "\t\t\tyou change this default password.</p>\n";
Expand Down

0 comments on commit c14411a

Please sign in to comment.