[Zope3-checkins] CVS: Zope3/src/zope/app/browser/skins/zopetop/www - widget_macros.pt:1.11

Steve Alexander steve@cat-box.net
Mon, 30 Jun 2003 13:11:28 -0400


Update of /cvs-repository/Zope3/src/zope/app/browser/skins/zopetop/www
In directory cvs.zope.org:/tmp/cvs-serv25941/src/zope/app/browser/skins/zopetop/www

Modified Files:
	widget_macros.pt 
Log Message:
Removed tabs.


=== Zope3/src/zope/app/browser/skins/zopetop/www/widget_macros.pt 1.10 => 1.11 ===
--- Zope3/src/zope/app/browser/skins/zopetop/www/widget_macros.pt:1.10	Wed Jun 25 18:14:28 2003
+++ Zope3/src/zope/app/browser/skins/zopetop/www/widget_macros.pt	Mon Jun 30 13:10:57 2003
@@ -117,17 +117,17 @@
     <thead>
       <tr> 
         <th align="center" class="boxtop">Search</th>
-	<th class="empty">&nbsp;</th>
+        <th class="empty">&nbsp;</th>
       </tr>
     </thead>
     <tbody>
       <tr>
-	<td colspan="2" nowrap="nowrap">
+        <td colspan="2" nowrap="nowrap">
           <form name="search">
           <input type="text" size="15" style="width: 85%;" />
           <input type="submit" value="Go" style="width: 15%;" />
           </form>
-	</td>
+        </td>
       </tr>
     </tbody>
   </table>
@@ -193,7 +193,7 @@
   Location:
   <span
       metal:define-macro="breadcrumbs"
-	  tal:omit-tag=""
+          tal:omit-tag=""
       tal:repeat="breadcrumb context/@@absolute_url/breadcrumbs"> <a href="" 
       tal:attributes="href string:${breadcrumb/url}/@@manage"
       tal:content="string:${breadcrumb/name}/"
@@ -204,6 +204,6 @@
 <div metal:define-macro="footer">
   <p>Powered by Zope</p>
 </div>
-		    
+                    
 </body>
 </html>