[interchange-cvs] interchange - heins modified 6 files

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Sat Oct 13 19:28:00 2001


User:      heins
Date:      2001-10-13 23:27:49 GMT
Modified:  dist/foundation catalog.cfg
Modified:  dist/foundation/pages login.html new_account.html
Modified:  dist/foundation/pages/ord checkout.html
Modified:  dist/foundation/templates/components promo
Modified:  dist/foundation/templates/foundation theme.cfg
Log:
	* Bring 4.9 foundation into sync with 4.8 where possible.

Revision  Changes    Path
2.4       +6 -2      interchange/dist/foundation/catalog.cfg


rev 2.4, prev_rev 2.3
Index: catalog.cfg
===================================================================
RCS file: /anon_cvs/repository/interchange/dist/foundation/catalog.cfg,v
retrieving revision 2.3
retrieving revision 2.4
diff -u -r2.3 -r2.4
--- catalog.cfg	2001/08/10 00:29:04	2.3
+++ catalog.cfg	2001/10/13 23:27:49	2.4
@@ -166,8 +166,12 @@
 UserDB    affiliate  time_field    none
 UserDB    affiliate  crypt         0
 
-# Set this to No if you don't want auto-login capability for users
-CookieLogin  Yes
+# Set this to Yes if you want auto-login capability for users.
+# You must be careful about malicious JavaScripts in your embedded code.
+CookieLogin  No
+
+# Limit the time your customers can CookieLogin
+SaveExpire   3 days
 
 #==========================================================================#
 



2.1       +2 -0      interchange/dist/foundation/pages/login.html


rev 2.1, prev_rev 2.0
Index: login.html
===================================================================
RCS file: /anon_cvs/repository/interchange/dist/foundation/pages/login.html,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -r2.0 -r2.1
--- login.html	2001/07/18 02:21:14	2.0
+++ login.html	2001/10/13 23:27:49	2.1
@@ -74,6 +74,7 @@
 	    <input type="submit" NAME="mv_click" value="New Account">
 	  </td>
 	</tr>
+	[if config CookieLogin]
 	<tr>
 	  <td align=right class="contentbar1"> 
 	    <INPUT TYPE=hidden NAME=mv_cookie_password VALUE=0>
@@ -83,6 +84,7 @@
 	    Log me in automatically (sets cookie)
 	  </td>
 	</tr>
+	[/if]
         </table>
       </td>
     </tr>



2.1       +2 -0      interchange/dist/foundation/pages/new_account.html


rev 2.1, prev_rev 2.0
Index: new_account.html
===================================================================
RCS file: /anon_cvs/repository/interchange/dist/foundation/pages/new_account.html,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -r2.0 -r2.1
--- new_account.html	2001/07/18 02:21:14	2.0
+++ new_account.html	2001/10/13 23:27:49	2.1
@@ -94,12 +94,14 @@
         <INPUT TYPE=submit VALUE="Create Account">
       </td>
     </tr>
+	[if config CookieLogin]
     <tr class="contentbar1"> 
       <td align="right"> 
         <INPUT TYPE=checkbox NAME=mv_cookie_password VALUE=1>
       </td>
       <td>Log me in automatically (sets cookie)</td>
     </tr>
+	[/if]
     <tr class="contentbar1"> 
       <td align="right" colspan="2">&nbsp;</td>
     </tr>



2.2       +2 -0      interchange/dist/foundation/pages/ord/checkout.html


rev 2.2, prev_rev 2.1
Index: checkout.html
===================================================================
RCS file: /anon_cvs/repository/interchange/dist/foundation/pages/ord/checkout.html,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -r2.1 -r2.2
--- checkout.html	2001/08/20 15:45:02	2.1
+++ checkout.html	2001/10/13 23:27:49	2.2
@@ -94,12 +94,14 @@
 	    <input type="submit" value="Log In">
           </td>
         </tr>
+		[if config CookieLogin]
         <tr>
           <td align="right">
 	    <INPUT TYPE=hidden NAME=mv_cookie_password VALUE=0><INPUT TYPE=checkbox NAME=mv_cookie_password VALUE=1>
           </td>
           <td>Log me in automatically (sets cookie)</td>
         </tr>
+		[/if]
         </table>
       </td>
     </tr>



2.3       +1 -1      interchange/dist/foundation/templates/components/promo


rev 2.3, prev_rev 2.2
Index: promo
===================================================================
RCS file: /anon_cvs/repository/interchange/dist/foundation/templates/components/promo,v
retrieving revision 2.2
retrieving revision 2.3
diff -u -r2.2 -r2.3
--- promo	2001/09/06 17:50:03	2.2
+++ promo	2001/10/13 23:27:49	2.3
@@ -81,7 +81,7 @@
       [if-loop-field thumb]
 	  <tr> 
 		<td align="center" colspan="2"> 
-		  <img src="thumb/[loop-field thumb]">
+		  <img src="thumb/[loop-field thumb]" height="80">
 		</td>
 	  </tr>
       [/if-loop-field]



2.2       +0 -4      interchange/dist/foundation/templates/foundation/theme.cfg


rev 2.2, prev_rev 2.1
Index: theme.cfg
===================================================================
RCS file: /anon_cvs/repository/interchange/dist/foundation/templates/foundation/theme.cfg,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -r2.1 -r2.2
--- theme.cfg	2001/10/08 18:16:14	2.1
+++ theme.cfg	2001/10/13 23:27:49	2.2
@@ -57,10 +57,6 @@
   font-size: __MAINCONTENT_FONTSIZE__;
 }
 
-B {
-  font-weight: bold;
-}
-
 A:link, A:active, A:visited {
   color: __LINK__;
   font-family: __MAINCONTENT_FONT__;