|
From: Benjamin C. <bc...@us...> - 2002-11-04 20:33:50
|
Update of /cvsroot/phpbt/phpbt/templates/default/admin
In directory usw-pr-cvs1:/tmp/cvs-serv27871/templates/default/admin
Modified Files:
Tag: phpbt-0_9_0
wrap.html
Log Message:
Point to the correct directory for the print stylesheet.
Index: wrap.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/wrap.html,v
retrieving revision 1.19.2.1
retrieving revision 1.19.2.2
diff -u -r1.19.2.1 -r1.19.2.2
--- wrap.html 4 Nov 2002 18:30:14 -0000 1.19.2.1
+++ wrap.html 4 Nov 2002 20:33:46 -0000 1.19.2.2
@@ -3,7 +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">
+ <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">
|