|
From: Benjamin C. <bc...@us...> - 2002-04-11 20:30:47
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv523/templates/default
Modified Files:
install-complete.html install.html login.html
Log Message:
Cleanup
Index: install-complete.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/install-complete.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- install-complete.html 3 Apr 2002 00:57:51 -0000 1.4
+++ install-complete.html 11 Apr 2002 20:29:34 -0000 1.5
@@ -1,6 +1,6 @@
<html>
<title>phpBugTracker Installation</title>
- <link rel="StyleSheet" href="css.php" type="text/css">
+ <link rel="StyleSheet" href="styles/default.css" type="text/css">
</head>
<body bgcolor="#ffffff" link="#006699" vlink="#006699" alink="#006699">
<table border="0" cellpadding="0" cellspacing="0" width="640">
Index: install.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/install.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- install.html 3 Apr 2002 00:57:51 -0000 1.5
+++ install.html 11 Apr 2002 20:29:34 -0000 1.6
@@ -1,6 +1,6 @@
<html>
<title>phpBugTracker Installation</title>
- <link rel="StyleSheet" href="css.php" type="text/css">
+ <link rel="StyleSheet" href="styles/default.css" type="text/css">
</head>
<body bgcolor="#ffffff" link="#006699" vlink="#006699" alink="#006699">
<form action="{$SCRIPT_NAME}" method="post">
Index: login.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/login.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- login.html 28 Mar 2002 20:47:06 -0000 1.2
+++ login.html 11 Apr 2002 20:29:34 -0000 1.3
@@ -1,7 +1,7 @@
<html>
<head>
<title>phpBugTracker Login</title>
- <link rel="StyleSheet" href="css.php" type="text/css">
+ <link rel="StyleSheet" href="styles/default.css" type="text/css">
</head>
<body bgcolor="#ffffff" text="#000000" link="#004433" alink="#004433" vlink="#004433">
<center>
|