file was renamed

This commit is contained in:
Roland Gruber 2006-07-08 17:46:50 +00:00
parent 89c2171b75
commit 2dc17444c0
1 changed files with 2 additions and 2 deletions

View File

@ -93,12 +93,12 @@ echo $_SESSION['header'];
if (is_dir("../selfService")) {
echo "<TR>\n";
echo "<TD height=\"70\">\n";
echo "<a href=\"../selfService/confLogin.php\" target=\"_self\">\n";
echo "<a href=\"../selfService/adminLogin.php\" target=\"_self\">\n";
echo "<IMG height=\"50\" width=\"50\" alt=\"self service\" src=\"../../graphics/bigPeople.png\">\n";
echo "</a>\n";
echo "</TD>\n";
echo "<TD>\n";
echo "<a href=\"../selfService/confLogin.php\" target=\"_self\">\n";
echo "<a href=\"../selfService/adminLogin.php\" target=\"_self\">\n";
echo _("Edit self service");
echo "</a>\n";
echo "</TD>\n";