[CMF-checkins] CVS: CMF - folder_contents.dtml:1.3 news_box.dtml:1.3 standard_top_bar.dtml:1.2

Martijn Pieters mj@digiciool.com
Tue, 13 Mar 2001 17:20:10 -0500 (EST)


Update of /cvs-repository/CMF/CMFDefault/skins/generic
In directory korak:/tmp/cvs-serv5631/CMFDefault/skins/generic

Modified Files:
	folder_contents.dtml news_box.dtml standard_top_bar.dtml 
Log Message:
Fix for PTK(205)[]; remove all direct references to the skins' Images
Folder, promoting it to a regular skin path object.

Existing CMF 1.0b1 portals will have to add 'Images' to their skin paths; a
Python Script that automates this is included.



--- Updated File folder_contents.dtml in package CMF --
--- folder_contents.dtml	2001/03/02 20:16:45	1.2
+++ folder_contents.dtml	2001/03/13 22:20:09	1.3
@@ -46,7 +46,7 @@
       <td>
         <dtml-if upNav>
          <a href="../folder_contents"
-         ><img src="&dtml-portal_url;/Images/UpFolder_icon.gif"
+         ><img src="&dtml-portal_url;/UpFolder_icon.gif"
                alt="[Link]" border="0"></a>
         </dtml-if>
       </td>

--- Updated File news_box.dtml in package CMF --
--- news_box.dtml	2001/02/28 17:54:17	1.2
+++ news_box.dtml	2001/03/13 22:20:09	1.3
@@ -1,7 +1,7 @@
  <table class="NewsItems" cellspacing="0" cellpadding="0" border="0" width="100%">
   <tr>
    <td class="NewsBorder" width="1" rowspan="13" bgcolor="#6699CC">
-    <img src="Images/spacer.gif" alt=" "
+    <img src="spacer.gif" alt=" "
          width="1" height="2" border="0">
    </td>
    <td valign="top" class="NewsTitle" width="100%">

--- Updated File standard_top_bar.dtml in package CMF --
--- standard_top_bar.dtml	2001/02/23 14:24:10	1.1
+++ standard_top_bar.dtml	2001/03/13 22:20:09	1.2
@@ -7,7 +7,7 @@
  <tr class="Masthead">
 
   <td class="PortalLogo" align="left" valign="top" width="1%"><a
-    href="&dtml-portal_url;"><img src="Images/logo.png"
+    href="&dtml-portal_url;"><img src="logo.png"
     alt="Zope Logo" border="0"></a></td>
 
   <td class="PortalTitle" width="29%" align="left"
@@ -23,7 +23,7 @@
     <a href="&dtml-portal_url;/recent_news">news</a>&nbsp;
     <a href="&dtml-portal_url;/search_form">search</a>
     <input name="SearchableText" size="16">
-    <input border="0" type="image" name="go" src="Images/go.gif"> &nbsp;
+    <input border="0" type="image" name="go" src="go.gif"> &nbsp;
    </form>
   </td>