--- a/fhiiqm/info_ins.php Fri Dec 09 14:33:22 2011 +0100
+++ b/fhiiqm/info_ins.php Thu Dec 15 16:42:56 2011 +0100
@@ -29,7 +29,8 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
- <link href="css/db.css" rel="STYLESHEET" type="TEXT/CSS" />
+ <link href="css/db.css" rel="STYLESHEET" type="TEXT/CSS" media="screen"/>
+ <link href="css/db_print.css" rel="STYLESHEET" type="TEXT/CSS" media="print"/>
<title>Eingabe Informationen</title>
</head>
@@ -173,8 +174,8 @@
}
$dbc -> close();
echo "</div>\n";
- echo "<p> <a href=\"info_flist.php\" target=\"_self\" title=\"Infoliste\">Zur Infolisteliste</a></p>\n";
- echo "<p> <a href=\"info_ins.php\" target=\"_self\" title=\"Information erfassen\">Weitere Information erfassen</a></p>\n";
+ echo "<p class='sc'> <a href=\"info_flist.php\" target=\"_self\" title=\"Infoliste\">Zur Infolisteliste</a></p>\n";
+ echo "<p class='sc'> <a href=\"info_ins.php\" target=\"_self\" title=\"Information erfassen\">Weitere Information erfassen</a></p>\n";
}