[Zope3-checkins] CVS: Zope3/src/zope/app/browser/skins/rotterdam - dialog_macros.pt:1.5

Jim Fulton jim@zope.com
Thu, 6 Mar 2003 17:16:49 -0500


Update of /cvs-repository/Zope3/src/zope/app/browser/skins/rotterdam
In directory cvs.zope.org:/tmp/cvs-serv9476

Modified Files:
	dialog_macros.pt 
Log Message:
Removed the breadcrumbs. Dialogs are not necessarily associated with
objects.  For example, use of breadcrumbs prevented use of the dialog
macro for displaying error messages, where the context of the view is
an exception, not an object in the object tree.  Maybe there should be
some other macro for this.

I also removed the unused div for status and other error messages.
We can add this back when and if we decide how to use it.


=== Zope3/src/zope/app/browser/skins/rotterdam/dialog_macros.pt 1.4 => 1.5 ===
--- Zope3/src/zope/app/browser/skins/rotterdam/dialog_macros.pt:1.4	Mon Jan 13 11:06:27 2003
+++ Zope3/src/zope/app/browser/skins/rotterdam/dialog_macros.pt	Thu Mar  6 17:16:47 2003
@@ -74,27 +74,6 @@
 
     <div id="content">
 
-      <div id="breadcrumbs"
-           metal:define-macro="breadcrumbs"
-           > Location:&nbsp;<tal:block
-               repeat="breadcrumb context/@@absolute_url/breadcrumbs"
-              ><a href=""
-                  tal:condition="repeat/breadcrumb/start"
-                  tal:content="string:[top]"
-                  tal:attributes="
-                  href string:${breadcrumb/url}/@@SelectedManagementView.html"
-                  >XXX should not hardcode root folder name string</a
-                 ><a href=""
-                     tal:condition="not:repeat/breadcrumb/start"
-                     tal:content="string:${breadcrumb/name}"
-                     tal:attributes="
-                     href string:${breadcrumb/url}/@@SelectedManagementView.html"
-                     >breadcrumb item</a>/</tal:block></div>
-             <div class="itemViews" >
-
-
-
-      </div>
 
       <div class="itemViewsBar">
       &nbsp;
@@ -136,15 +115,6 @@
             </table>
         </metal:block>
         </div>
-
-
-        <div id="messages">
-
-          Status and error messages
-
-          <div id="logger"></div>
-
-      </div>
 
     </div>