[TEP-COMMIT] CVS: catalog/catalog/install/templates/pages install_2.php,1.6,1.7 install_6.php,1.1,1.2
Harald Ponce de Leon <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tep/catalog/catalog/install/templates/pages
In directory sc8-pr-cvs1:/tmp/cvs-serv1459/templates/pages
Modified Files:
install_2.php install_6.php
Log Message:
fix bug 1253 - change the database password input field into a password
field
Index: install_2.php
===================================================================
RCS file: /cvsroot/tep/catalog/catalog/install/templates/pages/install_2.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- install_2.php 11 Jul 2003 14:59:01 -0000 1.6
+++ install_2.php 12 Jul 2003 08:10:08 -0000 1.7
@@ -161,7 +161,7 @@
<tr>
<td width="30%" valign="top">Password:</td>
<td width="70%" class="smallDesc">
- <?php echo osc_draw_input_field('DB_SERVER_PASSWORD'); ?>
+ <?php echo osc_draw_password_field('DB_SERVER_PASSWORD'); ?>
<img src="images/layout/help_icon.gif" onClick="toggleBox('dbPass');"><br>
<div id="dbPassSD">Database password</div>
<div id="dbPass" class="longDescription">The password is used together with the username, which forms the database user account.</div>
Index: install_6.php
===================================================================
RCS file: /cvsroot/tep/catalog/catalog/install/templates/pages/install_6.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- install_6.php 9 Jul 2003 01:11:06 -0000 1.1
+++ install_6.php 12 Jul 2003 08:10:08 -0000 1.2
@@ -38,7 +38,7 @@
<tr>
<td width="30%" valign="top">Password:</td>
<td width="70%" class="smallDesc">
- <?php echo osc_draw_input_field('DB_SERVER_PASSWORD'); ?>
+ <?php echo osc_draw_password_field('DB_SERVER_PASSWORD'); ?>
<img src="images/layout/help_icon.gif" onClick="toggleBox('dbPass');"><br>
<div id="dbPassSD">Database password</div>
<div id="dbPass" class="longDescription">The password is used together with the username, which forms the database user account.</div>
-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1