|
From: Benjamin C. <bc...@us...> - 2002-04-11 15:50:58
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv5537/templates/default
Added Files:
footer-popup.html header-popup.html
Removed Files:
bugattachmentsuccess.html
Log Message:
Cleaned up the attachment interface
--- NEW FILE: footer-popup.html ---
</td>
</tr>
</table>
</body>
</html>
<head><meta HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE"></head>
--- NEW FILE: header-popup.html ---
<html>
<head>
<META HTTP-EQUIV="Expires" CONTENT="-1">
<title>phpBugTracker - {$page_title}</title>
<link rel="StyleSheet" href="styles/{$STYLE}.css" type="text/css">
</head>
<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td class="maincontent">
--- bugattachmentsuccess.html DELETED ---
|