|
From: Benjamin C. <bc...@us...> - 2001-07-30 13:47:37
|
Update of /cvsroot/phpbt/phpbt/templates
In directory usw-pr-cvs1:/tmp/cvs-serv16533/templates
Modified Files:
wrap.html
Log Message:
Added new constant, ENCRYPTPASS, to define whether you want passwords to be stored encrypted
Index: wrap.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/wrap.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- wrap.html 2001/07/10 14:00:44 1.6
+++ wrap.html 2001/07/30 13:47:33 1.7
@@ -5,6 +5,8 @@
<link rel="StyleSheet" href="global.css" type="text/css">
</head>
<body bgcolor="#ffffff" link="#006699" vlink="#006699" alink="#006699">
+<div id='overDiv' style='position:absolute; visibility:hide; z-index: 1000;'></div>
+<script language='javascript' src='class.overlib/overlib.js'></script>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="640" colspan="2"><hr size="1" width="640"></td>
@@ -15,7 +17,7 @@
[
<a href="index.php">Home</a> |
<a href="bug.php?op=add">Enter Bug</a> |
- <a href="query.php?op=query">Query Bugs</a> |
+ <a href="query.php?op=query" {olquerybugs}>Query Bugs</a> |
<a href="report.php">Reporting</a> |
<a href="user.php">Personal Page</a>
<!-- BEGIN logoutblock -->
|