Skip to content

Commit

Permalink
Change image references to ./images/....
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@408 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Jun 27, 2003
1 parent 9ec6779 commit 52ebfb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions admin/dataentry.php
Expand Up @@ -524,7 +524,7 @@
$chosen[]=array($thiscode, $thistext);
}
$ranklist .= "'>\n";
$ranklist .= "\t\t\t\t\t\t<img src='Cut.gif' title='Remove this item' ";
$ranklist .= "\t\t\t\t\t\t<img src='./images/cut.gif' title='Remove this item' ";
if ($j != $existing)
{
$ranklist .= "style='display:none'";
Expand Down Expand Up @@ -1052,7 +1052,7 @@
{
$hh = addcslashes($deqrow['help'], "\0..\37'\""); //Escape ASCII decimal 0-32 plus single and double quotes to make JavaScript happy.
$hh = htmlspecialchars($hh, ENT_QUOTES); //Change & " ' < > to HTML entities to make HTML happy.
echo "\t\t\t<img src='help.gif' alt='Help about this question' align='right' onClick=\"javascript:alert('Question {$deqrow['title']} Help: $hh')\" />\n";
echo "\t\t\t<img src='./images/help.gif' alt='Help about this question' align='right' onClick=\"javascript:alert('Question {$deqrow['title']} Help: $hh')\" />\n";
}
switch($deqrow['type'])
{
Expand Down Expand Up @@ -1217,7 +1217,7 @@
$chosen[]=array($thiscode, $thistext);
}
$ranklist .= "'>\n";
$ranklist .= "\t\t\t\t\t\t<img src='Cut.gif' title='Remove this item' ";
$ranklist .= "\t\t\t\t\t\t<img src='./images/cut.gif' title='Remove this item' ";
if ($i != $existing)
{
$ranklist .= "style='display:none'";
Expand Down

0 comments on commit 52ebfb0

Please sign in to comment.