Update of /cvsroot/php-todo/src
In directory usw-pr-cvs1:/tmp/cvs-serv18293
Modified Files:
index.php
Log Message:
GIFs -> PNGs
Index: index.php
===================================================================
RCS file: /cvsroot/php-todo/src/index.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** index.php 20 Jun 2002 17:58:02 -0000 1.5
--- index.php 20 Jun 2002 19:46:32 -0000 1.6
***************
*** 312,318 ****
print "\t\t\t<tr class='list$list'>\n\t\t\t\t<td class='list1' style='width: 30px'> </td>\n\t\t\t\t" .
"<td class='list$list' style='width: 75px; vertical-align: top'><a href='" . $file . "?edit=" . $row['todo_id'] .
! "'><img src='img/edit.gif' border='0' alt='Edit' title='Edit' /></a> " .
"<a href='javascript:delTodo(" . $row['todo_id'] . ")'>" .
! "<img src='img/delete.gif' border='0' alt='Delete' title='Delete' /></a></td>\n\t\t\t\t" .
"<td class='listLastTD$list'>" . $row['todo_short'] . "</td>\n\t\t\t</tr>\n\t\t\t";
--- 312,318 ----
print "\t\t\t<tr class='list$list'>\n\t\t\t\t<td class='list1' style='width: 30px'> </td>\n\t\t\t\t" .
"<td class='list$list' style='width: 75px; vertical-align: top'><a href='" . $file . "?edit=" . $row['todo_id'] .
! "'><img src='img/edit.png' border='0' alt='Edit' title='Edit' /></a> " .
"<a href='javascript:delTodo(" . $row['todo_id'] . ")'>" .
! "<img src='img/delete.png' border='0' alt='Delete' title='Delete' /></a></td>\n\t\t\t\t" .
"<td class='listLastTD$list'>" . $row['todo_short'] . "</td>\n\t\t\t</tr>\n\t\t\t";
***************
*** 346,350 ****
}
! print "\n\n\t<br /><br /><center><a href='http://phptodo.ftlight.net/'>phpToDo</a> $version - Copyright © 2002 Mattias Nordstrom</center>\n";
?>
--- 346,350 ----
}
! print "\n\n\t<br /><br /><center><a href='http://php-todo.sourceforge.net/'>phpToDo</a> $version - Copyright © 2002 Mattias Nordstrom</center>\n";
?>
|