|
From: Benjamin C. <bc...@us...> - 2002-09-13 19:11:33
|
Update of /cvsroot/phpbt/phpbt/templates/default/admin
In directory usw-pr-cvs1:/tmp/cvs-serv2317/templates/default/admin
Modified Files:
wrap.html
Log Message:
Use the new print stylesheet and clean up for better printing.
Index: wrap.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/wrap.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- wrap.html 13 Sep 2002 18:02:21 -0000 1.18
+++ wrap.html 13 Sep 2002 19:11:29 -0000 1.19
@@ -3,6 +3,7 @@
<META HTTP-EQUIV="Expires" CONTENT="-1">
<title>phpBugTracker Admin - {$page_title}</title>
<link rel="StyleSheet" href="../styles/{$STYLE}.css" type="text/css">
+ <link rel="stylesheet" type"text/css" href="styles/print.css" media="print">
<META http-equiv="Content-Type" content="text/html; charset={$STRING.lang_charset}">
</head>
<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">
|