[CMF-checkins] CVS: CMF/CMFDefault/skins/zpt_control - finish_portal_construction.pt:1.3.6.1

Tres Seaver tseaver@zope.com
Sun, 14 Jul 2002 18:42:15 -0400


Update of /cvs-repository/CMF/CMFDefault/skins/zpt_control
In directory cvs.zope.org:/tmp/cvs-serv30840/CMFDefault/skins/zpt_control

Modified Files:
      Tag: CMF-1_3-branch
	finish_portal_construction.pt 
Log Message:


  - Append '/' to links in skin templates to the root of the site,
    to pacify clients which won't send Basic Auth tokens because the
    path doesn't match.

  - Assorted code formatting fixups (eighty column violations, better
    use of 'string:' expressions, etc).


=== CMF/CMFDefault/skins/zpt_control/finish_portal_construction.pt 1.3 => 1.3.6.1 ===
  	 tal:attributes="href string:${here/portal_url}/manage"
   >management interface</a> and the
   <a href="/"
-     tal:attributes="href string:${here/portal_url}">home page</a>.
+     tal:attributes="href string:${here/portal_url}/">home page</a>.
 </p>
 </div>
 </div>