[interchange-cvs] interchange - ramoore modified code/UserTag/button.tag

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Mon Mar 31 15:41:00 2003


User:      ramoore
Date:      2003-03-31 20:40:23 GMT
Modified:  code/UserTag button.tag
Log:
Add hint about disappearing image when SSL is used.

Revision  Changes    Path
1.8       +9 -1      interchange/code/UserTag/button.tag


rev 1.8, prev_rev 1.7
Index: button.tag
===================================================================
RCS file: /var/cvs/interchange/code/UserTag/button.tag,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- button.tag	13 Jan 2003 23:11:00 -0000	1.7
+++ button.tag	31 Mar 2003 20:40:23 -0000	1.8
@@ -2,7 +2,7 @@
 UserTag button addAttr
 UserTag button attrAlias value text
 UserTag button hasEndTag
-UserTag button Version $Id: button.tag,v 1.7 2003/01/13 23:11:00 mheins Exp $
+UserTag button Version $Id: button.tag,v 1.8 2003/03/31 20:40:23 ramoore Exp $
 UserTag button Documentation <<EOD
 
 =pod
@@ -30,6 +30,14 @@
              
 Image source file. If it is a relative image, the existence
 of the file is checked for.
+
+If your images stop showing up on pages that use SSL, use an absolute
+link to the image file.
+
+Instead of,
+	src="__THEME__/placeorder.gif"
+try:
+	src="/yourstore/images/blueyellow/placeorder.gif"
 
 =item text