Index: packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/override/templates/billboard/banner.tpl
===================================================================
--- packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/override/templates/billboard/banner.tpl	(revision 2783)
+++ packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/override/templates/billboard/banner.tpl	(working copy)
@@ -6,14 +6,14 @@
 {/if}
 
 {if eq( $object.data_map.image_map.content, true() ) }
-        <img usemap="#banner_map" src={$object.data_map.image.content[$size].full_path|ezroot} alt="{$alternative_text}" border="0" width="{$object.data_map.image.content[$size].width}" height="{$object.data_map.image.content[$size].height}" />
+        <img usemap="#banner_map" src={$object.data_map.image.content[$size].full_path|ezroot} alt="{$alternative_text}" style="border:none;" width="{$object.data_map.image.content[$size].width}" height="{$object.data_map.image.content[$size].height}" />
 {$object.data_map.image_map.content}
 {else}
 {if $object.data_map.url.content}
             <a href={$object.data_map.url.content|ezurl}>
-            <img src={$object.data_map.image.content[$size].full_path|ezroot} alt="{$alternative_text}" border="0" width="{$object.data_map.image.content[$size].width}" height="{$object.data_map.image.content[$size].height}" />
+            <img src={$object.data_map.image.content[$size].full_path|ezroot} alt="{$alternative_text}" style="border:none;" width="{$object.data_map.image.content[$size].width}" height="{$object.data_map.image.content[$size].height}" />
             </a>
 {else}
-            <img src={$object.data_map.image.content[$size].full_path|ezroot} alt="{$alternative_text}" border="0" width="{$object.data_map.image.content[$size].width}" height="{$object.data_map.image.content[$size].height}" />
+            <img src={$object.data_map.image.content[$size].full_path|ezroot} alt="{$alternative_text}" style="border:none;" width="{$object.data_map.image.content[$size].width}" height="{$object.data_map.image.content[$size].height}" />
 {/if}
 {/if}
\ No newline at end of file
Index: packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/override/templates/datatype/ezxmltext/table_cols.tpl
===================================================================
--- packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/override/templates/datatype/ezxmltext/table_cols.tpl	(revision 2783)
+++ packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/override/templates/datatype/ezxmltext/table_cols.tpl	(working copy)
@@ -1,4 +1,4 @@
-<table {section show=ne($classification|trim,'')}class="{$classification|wash}"{section-else}class="renderedtable"{/section} {section show=ne($border|trim,'')} border="{$border}"{/section} cellpadding="2" cellspacing="0" {section show=ne($width|trim,'')} width="{$width}"{/section}>
+<table {section show=ne($classification|trim,'')}class="{$classification|wash}"{section-else}class="renderedtable"{/section} {section show=ne($border|trim,'')} style="border:{$border};"{/section} cellpadding="2" cellspacing="0" {section show=ne($width|trim,'')} width="{$width}"{/section}>
 {section loop=$col_count|inc sequence=array('bglight','bgdark')}
 <col class="{$sequence}" />
 {/section}
Index: packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/override/templates/datatype/ezxmltext/table_comparison.tpl
===================================================================
--- packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/override/templates/datatype/ezxmltext/table_comparison.tpl	(revision 2783)
+++ packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/override/templates/datatype/ezxmltext/table_comparison.tpl	(working copy)
@@ -1,4 +1,4 @@
-<table {section show=ne($classification|trim,'')}class="{$classification|wash}"{section-else}class="renderedtable"{/section} {section show=ne($border|trim,'')} border="{$border}"{/section} cellpadding="2" cellspacing="0" {section show=ne($width|trim,'')} width="{$width}"{/section}>
+<table {section show=ne($classification|trim,'')}class="{$classification|wash}"{section-else}class="renderedtable"{/section} {section show=ne($border|trim,'')} style="border:{$border};"{/section} cellpadding="2" cellspacing="0" {section show=ne($width|trim,'')} width="{$width}"{/section}>
 <col class="bgdark" />
 {section loop=$col_count}
 <col class="bglight" />
Index: packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/override/templates/embed/banner.tpl
===================================================================
--- packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/override/templates/embed/banner.tpl	(revision 2783)
+++ packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/override/templates/embed/banner.tpl	(working copy)
@@ -12,15 +12,15 @@
 <div class="content-view-embed">
 <div class="class-banner">
 {if eq( $object.data_map.image_map.content, true() ) }
-        <img usemap="#banner_map" src={$object.data_map.image.content[$size].full_path|ezroot} alt="{$alternative_text}" border="0" width="{$object.data_map.image.content[$size].width}" height="{$object.data_map.image.content[$size].height}" />
+        <img usemap="#banner_map" src={$object.data_map.image.content[$size].full_path|ezroot} alt="{$alternative_text}" style="border:none;" width="{$object.data_map.image.content[$size].width}" height="{$object.data_map.image.content[$size].height}" />
 {$object.data_map.image_map.content}
 {else}
 {if $object.data_map.url.content}
             <a href={$object.data_map.url.content|ezurl}>
-            <img src={$object.data_map.image.content[$size].full_path|ezroot} alt="{$alternative_text}" border="0" width="{$object.data_map.image.content[$size].width}" height="{$object.data_map.image.content[$size].height}" />
+            <img src={$object.data_map.image.content[$size].full_path|ezroot} alt="{$alternative_text}" style="border:none;" width="{$object.data_map.image.content[$size].width}" height="{$object.data_map.image.content[$size].height}" />
             </a>
 {else}
-            <img src={$object.data_map.image.content[$size].full_path|ezroot} alt="{$alternative_text}" border="0" width="{$object.data_map.image.content[$size].width}" height="{$object.data_map.image.content[$size].height}" />
+            <img src={$object.data_map.image.content[$size].full_path|ezroot} alt="{$alternative_text}" style="border:none;" width="{$object.data_map.image.content[$size].width}" height="{$object.data_map.image.content[$size].height}" />
 {/if}
 {/if}
 </div>
Index: packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/override/templates/embed/event_calendar.tpl
===================================================================
--- packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/override/templates/embed/event_calendar.tpl	(revision 2783)
+++ packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/override/templates/embed/event_calendar.tpl	(working copy)
@@ -89,7 +89,7 @@
 
 <div id="ezagenda_calendar_container">
 
-<table cellspacing="0" cellpadding="0" border="0" summary="Event Calendar">
+<table cellspacing="0" cellpadding="0" style="border:none;" summary="Event Calendar">
 <thead>
 <tr class="calendar_heading">
     <th class="calendar_heading_prev first_col"><a href={$url_back|ezurl} title=" Previous month ">&#8249;&#8249;</a></th>
Index: packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/override/templates/full/banner.tpl
===================================================================
--- packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/override/templates/full/banner.tpl	(revision 2783)
+++ packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/override/templates/full/banner.tpl	(working copy)
@@ -8,15 +8,15 @@
 <div class="content-view-full">
 <div class="class-banner">
 {if eq( $node.object.data_map.image_map.content, true() ) }
-        <img usemap="#banner_map" src={$node.object.data_map.image.content[$size].full_path|ezroot} alt="{$alternative_text}" border="0" width="{$node.object.data_map.image.content[$size].width}" height="{$node.object.data_map.image.content[$size].height}" />
+        <img usemap="#banner_map" src={$node.object.data_map.image.content[$size].full_path|ezroot} alt="{$alternative_text}" style="border:none;" width="{$node.object.data_map.image.content[$size].width}" height="{$node.object.data_map.image.content[$size].height}" />
 {$node.object.data_map.image_map.content}
 {else}
 {if $node.object.data_map.url.content}
             <a href={$node.object.data_map.url.content|ezurl}>
-            <img src={$node.object.data_map.image.content[$size].full_path|ezroot} alt="{$alternative_text}" border="0" width="{$node.object.data_map.image.content[$size].width}" height="{$node.object.data_map.image.content[$size].height}" />
+            <img src={$node.object.data_map.image.content[$size].full_path|ezroot} alt="{$alternative_text}" style="border:none;" width="{$node.object.data_map.image.content[$size].width}" height="{$node.object.data_map.image.content[$size].height}" />
             </a>
 {else}
-            <img src={$node.object.data_map.image.content[$size].full_path|ezroot} alt="{$alternative_text}" border="0" width="{$node.object.data_map.image.content[$size].width}" height="{$node.object.data_map.image.content[$size].height}" />
+            <img src={$node.object.data_map.image.content[$size].full_path|ezroot} alt="{$alternative_text}" style="border:none;" width="{$node.object.data_map.image.content[$size].width}" height="{$node.object.data_map.image.content[$size].height}" />
 {/if}
 {/if}
 </div>
Index: packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/override/templates/full/multicalendar.tpl
===================================================================
--- packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/override/templates/full/multicalendar.tpl	(revision 2783)
+++ packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/override/templates/full/multicalendar.tpl	(working copy)
@@ -11,13 +11,13 @@
         <div class="attribute-header">
             <h1>{$node.name|wash()}</h1>
         </div>
-        
+
        {if $node.data_map.description.has_content}
         <div class="attribute-short">
         {attribute_view_gui attribute=$node.data_map.description}
         </div>
        {/if}
-       
+
        {foreach $node.data_map.calendars.content.relation_list as $relation}
             {def $related_node = fetch( 'content', 'node', hash( 'node_id', $relation.node_id ) )
                  $related_node_children = fetch( 'content', 'list', hash( 'parent_node_id', $related_node.node_id,
@@ -26,7 +26,7 @@
                                                                           'class_filter_array', array( 'event' ),
                                                                            'sort_by', array( 'attribute', true(), 'event/from_time' ) ) )}
             <h2><a href="{$related_node.url_alias|ezurl(no)}">{$related_node.name}</a></h2>
-            <table class="list" border="0" cellspacing="0" cellpadding="0">
+            <table class="list" style="border:none;" cellspacing="0" cellpadding="0">
             <tr>
                 <th>{'Event'|i18n( 'design/ezwebin/full/multicalendar' )}</th>
                 <th>{'Start date'|i18n( 'design/ezwebin/full/multicalendar' )}</th>
Index: packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/override/templates/line/banner.tpl
===================================================================
--- packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/override/templates/line/banner.tpl	(revision 2783)
+++ packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/override/templates/line/banner.tpl	(working copy)
@@ -8,15 +8,15 @@
 <div class="content-view-line">
 <div class="class-banner">
 {if eq( $node.object.data_map.image_map.content, true() ) }
-        <img usemap="#banner_map" src={$node.object.data_map.image.content[$size].full_path|ezroot} alt="{$alternative_text}" border="0" width="{$node.object.data_map.image.content[$size].width}" height="{$node.object.data_map.image.content[$size].height}" />
+        <img usemap="#banner_map" src={$node.object.data_map.image.content[$size].full_path|ezroot} alt="{$alternative_text}" style="border:none;" width="{$node.object.data_map.image.content[$size].width}" height="{$node.object.data_map.image.content[$size].height}" />
 {$node.object.data_map.image_map.content}
 {else}
 {if $node.object.data_map.url.content}
             <a href={$node.object.data_map.url.content|ezurl}>
-            <img src={$node.object.data_map.image.content[$size].full_path|ezroot} alt="{$alternative_text}" border="0" width="{$node.object.data_map.image.content[$size].width}" height="{$node.object.data_map.image.content[$size].height}" />
+            <img src={$node.object.data_map.image.content[$size].full_path|ezroot} alt="{$alternative_text}" style="border:none;" width="{$node.object.data_map.image.content[$size].width}" height="{$node.object.data_map.image.content[$size].height}" />
             </a>
 {else}
-            <img src={$node.object.data_map.image.content[$size].full_path|ezroot} alt="{$alternative_text}" border="0" width="{$node.object.data_map.image.content[$size].width}" height="{$node.object.data_map.image.content[$size].height}" />
+            <img src={$node.object.data_map.image.content[$size].full_path|ezroot} alt="{$alternative_text}" style="border:none;" width="{$node.object.data_map.image.content[$size].width}" height="{$node.object.data_map.image.content[$size].height}" />
 {/if}
 {/if}
 </div>
Index: packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/templates/content/diff.tpl
===================================================================
--- packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/templates/content/diff.tpl	(revision 2783)
+++ packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/templates/content/diff.tpl	(working copy)
@@ -15,7 +15,7 @@
 </div>
 
 {if $version_list}
-    <table class="list" width="100%" cellspacing="0" cellpadding="0" border="0">
+    <table class="list" width="100%" cellspacing="0" cellpadding="0" style="border:none;">
         <tr>
             <th>
                 {"Version"|i18n("design/ezwebin/content/diff")}:
Index: packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/templates/content/draft.tpl
===================================================================
--- packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/templates/content/draft.tpl	(revision 2783)
+++ packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/templates/content/draft.tpl	(working copy)
@@ -16,9 +16,9 @@
 {/literal}
         document.draftaction.selectall.value = "{'Deselect all'|i18n('design/ezwebin/content/draft')}";
 {literal}
-        with (document.draftaction) 
+        with (document.draftaction)
     {
-            for (var i=0; i < elements.length; i++) 
+            for (var i=0; i < elements.length; i++)
         {
                 if (elements[i].type == 'checkbox' && elements[i].name == 'DeleteIDArray[]')
                      elements[i].checked = true;
@@ -30,9 +30,9 @@
 {/literal}
          document.draftaction.selectall.value = "{'Select all'|i18n('design/ezwebin/content/draft')}";
 {literal}
-         with (document.draftaction) 
+         with (document.draftaction)
      {
-            for (var i=0; i < elements.length; i++) 
+            for (var i=0; i < elements.length; i++)
         {
                 if (elements[i].type == 'checkbox' && elements[i].name == 'DeleteIDArray[]')
                      elements[i].checked = false;
@@ -65,7 +65,7 @@
       You can either edit the drafts or remove them if you don't need them any more."|i18n("design/ezwebin/content/draft")|nl2br}
 </p>
 
-<table class="list" width="100%" cellspacing="0" cellpadding="0" border="0">
+<table class="list" width="100%" cellspacing="0" cellpadding="0" style="border:none;">
 <tr>
     <th></th>
     <th>{"Name"|i18n("design/ezwebin/content/draft")}</th>
@@ -101,7 +101,7 @@
         {$draft.modified|l10n(datetime)}
     </td>
     <td width="1">
-        <a href={concat("/content/edit/",$draft.contentobject.id,"/",$draft.version,"/")|ezurl}><img src={"edit.gif"|ezimage} border="0" alt="{'Edit'|i18n('design/ezwebin/content/draft')}" /></a>
+        <a href={concat("/content/edit/",$draft.contentobject.id,"/",$draft.version,"/")|ezurl}><img src={"edit.gif"|ezimage} style="border:none;" alt="{'Edit'|i18n('design/ezwebin/content/draft')}" /></a>
     </td>
 </tr>
 {/foreach}
Index: packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/templates/content/keyword.tpl
===================================================================
--- packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/templates/content/keyword.tpl	(revision 2783)
+++ packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/templates/content/keyword.tpl	(working copy)
@@ -19,7 +19,7 @@
 hash( '%keyword', $alphabet ) )}</h1>
 </div>
 
-<table class="list" width="100%" cellspacing="0" cellpadding="0" border="0">
+<table class="list" width="100%" cellspacing="0" cellpadding="0" style="border:none;">
 <tr>
     <th>{'Link'|i18n( 'design/ezwebin/content/keyword' )}</th>
     <th>{'Type'|i18n( 'design/ezwebin/content/keyword' )}</th>
Index: packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/templates/content/pendinglist.tpl
===================================================================
--- packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/templates/content/pendinglist.tpl	(revision 2783)
+++ packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/templates/content/pendinglist.tpl	(working copy)
@@ -16,7 +16,7 @@
 
 {if $pending_list|count()}
 
-<table class="list" width="100%" cellspacing="0" cellpadding="0" border="0">
+<table class="list" width="100%" cellspacing="0" cellpadding="0" style="border:none;">
 <tr>
     <th>{"Name"|i18n("design/ezwebin/content/pendinglist")}</th>
     <th>{"Class"|i18n("design/ezwebin/content/pendinglist")}</th>
Index: packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/templates/content/view/billboard.tpl
===================================================================
--- packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/templates/content/view/billboard.tpl	(revision 2783)
+++ packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/templates/content/view/billboard.tpl	(working copy)
@@ -8,10 +8,10 @@
 {if is_set($object.data_map.image)}
     {if and(is_set($object.data_map.url), $object.data_map.url.content)}
                 <a href={$object.data_map.url.content|ezurl}>
-                <img src={$object.data_map.image.content[$size].full_path|ezroot} alt="{$alternative_text}" border="0" width="{$object.data_map.image.content[$size].width}" height="{$object.data_map.image.content[$size].height}" />
+                <img src={$object.data_map.image.content[$size].full_path|ezroot} alt="{$alternative_text}" style="border:none;" width="{$object.data_map.image.content[$size].width}" height="{$object.data_map.image.content[$size].height}" />
                 </a>
     {else}
-                <img src={$object.data_map.image.content[$size].full_path|ezroot} alt="{$alternative_text}" border="0" width="{$object.data_map.image.content[$size].width}" height="{$object.data_map.image.content[$size].height}" />
+                <img src={$object.data_map.image.content[$size].full_path|ezroot} alt="{$alternative_text}" style="border:none;" width="{$object.data_map.image.content[$size].width}" height="{$object.data_map.image.content[$size].height}" />
     {/if}
 {else}
     {content_view_gui content_object=$object view=embed}
Index: packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/templates/full/event_view_calendar.tpl
===================================================================
--- packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/templates/full/event_view_calendar.tpl	(revision 2783)
+++ packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/templates/full/event_view_calendar.tpl	(working copy)
@@ -105,7 +105,7 @@
 <div class="border-tl"><div class="border-tr"><div class="border-tc"></div></div></div>
 <div class="border-ml"><div class="border-mr"><div class="border-mc float-break">
 
-<table cellspacing="0" cellpadding="0" border="0" summary="Event Calendar">
+<table cellspacing="0" cellpadding="0" style="border:none;" summary="Event Calendar">
 <thead>
 <tr class="calendar_heading">
     <th class="calendar_heading_prev first_col"><a href={$url_back|ezurl} title=" Previous month ">&#8249;&#8249;</a></th>
@@ -181,13 +181,13 @@
 </div>
 
 <div id="ezagenda_calendar_today">
-    {if eq($curr_ts|datetime( custom, '%j'),$temp_ts|datetime( custom, '%j'))} 
-        <h2>{"Today"|i18n("design/ezwebin/full/event_view_calendar")}:</h2> 
-    {else} 
-        <h2>{$temp_ts|datetime( custom, '%l %j')|upfirst()}:</h2> 
-    {/if} 
+    {if eq($curr_ts|datetime( custom, '%j'),$temp_ts|datetime( custom, '%j'))}
+        <h2>{"Today"|i18n("design/ezwebin/full/event_view_calendar")}:</h2>
+    {else}
+        <h2>{$temp_ts|datetime( custom, '%l %j')|upfirst()}:</h2>
+    {/if}
 {foreach $day_events as $day_event}
-    
+
     <div class="ezagenda_day_event{if gt($curr_ts , $day_event.object.data_map.to_time.content.timestamp)} ezagenda_event_old{/if}">
     <h4><a href={$day_event.url_alias|ezurl}>{$day_event.name|wash}</a></h4>
     <p>
@@ -199,12 +199,12 @@
     {/if}
 
     <span class="ezagenda_date">
-    {$day_event.object.data_map.from_time.content.timestamp|datetime(custom,"%j %M %H:%i")} 
+    {$day_event.object.data_map.from_time.content.timestamp|datetime(custom,"%j %M %H:%i")}
     {if $day_event.object.data_map.to_time.has_content}
         - {$day_event.object.data_map.to_time.content.timestamp|datetime(custom,"%j %M %H:%i")}
     {/if}
     </span>
-    </p>    
+    </p>
     </div>
 {/foreach}
 </div>
@@ -212,13 +212,13 @@
 
 
 <div id="ezagenda_calendar_right">
-<h2>{$temp_ts|datetime( custom, '%F %Y' )|upfirst()}:</h2> 
+<h2>{$temp_ts|datetime( custom, '%F %Y' )|upfirst()}:</h2>
 {foreach $events as $event}
     {if and( ne($view_parameters.offset, 2), eq($loop_count, 8))}
         <a id="ezagenda_month_hidden_show" href={$url_reload|ezurl} onclick="document.getElementById('ezagenda_month_hidden').style.display='';this.style.display='none';return false;">Show All Events..</a>
         <div id="ezagenda_month_hidden" style="display:none;">
     {/if}
-    
+
     <table class="ezagenda_month_event" cellpadding="0" cellspacing="0"{if gt($curr_ts , $event.object.data_map.to_time.content.timestamp)} class="ezagenda_event_old"{/if} summary="Previw of event">
     <tr>
     <td class="ezagenda_month_label">
@@ -238,14 +238,14 @@
         - {$event.object.data_map.to_time.content.timestamp|datetime(custom,"%j %M")|shorten( 6 , '')}
     {/if}
     </span>
-    
+
     {if $event.object.data_map.category.has_content}
     <span class="ezagenda_keyword">
     {attribute_view_gui attribute=$event.object.data_map.category}
     </span>
     {/if}
     </p>
-    
+
     {if $event.object.data_map.text.has_content}
         <div class="attribute-short">{attribute_view_gui attribute=$event.object.data_map.text}</div>
     {/if}
Index: packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/templates/notification/handler/ezsubtree/settings/edit.tpl
===================================================================
--- packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/templates/notification/handler/ezsubtree/settings/edit.tpl	(revision 2783)
+++ packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/templates/notification/handler/ezsubtree/settings/edit.tpl	(working copy)
@@ -8,7 +8,7 @@
 
 {if $subscribed_nodes_count|gt( 0 )}
 
-<table class="list" width="100%" border="0" cellspacing="0" cellpadding="0">
+<table class="list" width="100%" style="border:none;" cellspacing="0" cellpadding="0">
 <tr>
     <th class="tight">
         <img src={'toggle-button-16x16.gif'|ezimage} alt="{'Invert selection.'|i18n( 'design/ezwebin/notification/handler/ezsubtree/settings/edit' )}" title="{'Invert selection.'|i18n( 'design/ezwebin/notification/handler/ezsubtree/settings/edit' )}" onclick="ezjs_toggleCheckboxes( document.notification, 'SelectedRuleIDArray_{$handler.id_string}[]' ); return false;" />
@@ -58,7 +58,7 @@
 
 <div class="buttonblock">
 {if $subscribed_nodes_count|gt( 0 )}
-<input class="button" type="submit" name="RemoveRule_{$handler.id_string}" value="{'Remove selected'|i18n( 'design/ezwebin/notification/handler/ezsubtree/settings/edit' )}" /> 
+<input class="button" type="submit" name="RemoveRule_{$handler.id_string}" value="{'Remove selected'|i18n( 'design/ezwebin/notification/handler/ezsubtree/settings/edit' )}" />
 {/if}
 <input class="button" type="submit" name="NewRule_{$handler.id_string}" value="{'Add items'|i18n( 'design/ezwebin/notification/handler/ezsubtree/settings/edit' )}" />
 </div>
\ No newline at end of file
Index: packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/templates/parts/blog/calendar.tpl
===================================================================
--- packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/templates/parts/blog/calendar.tpl	(revision 2783)
+++ packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/templates/parts/blog/calendar.tpl	(working copy)
@@ -101,7 +101,7 @@
 </div>
 
 <div class="table">
-<table cellspacing="0" border="0" summary="{'Calendar'|i18n('design/ezwebin/blog/calendar')}">
+<table cellspacing="0" style="border:none;" summary="{'Calendar'|i18n('design/ezwebin/blog/calendar')}">
 <tr class="top">
     <th class="left">{"Mon"|i18n("design/ezwebin/blog/calendar")}</th>
     <th>{"Tue"|i18n("design/ezwebin/blog/calendar")}</th>
Index: packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/templates/shop/basket.tpl
===================================================================
--- packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/templates/shop/basket.tpl	(revision 2783)
+++ packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/templates/shop/basket.tpl	(working copy)
@@ -75,7 +75,7 @@
     {section name=Basket show=$basket.items}
 
 
-<table class="list"  width="100%" cellspacing="0" cellpadding="0" border="0">
+<table class="list"  width="100%" cellspacing="0" cellpadding="0" style="border:none;">
 <tr>
     <th>
     {"Count"|i18n("design/ezwebin/shop/basket")}
Index: packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/templates/shop/confirmorder.tpl
===================================================================
--- packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/templates/shop/confirmorder.tpl	(revision 2783)
+++ packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/templates/shop/confirmorder.tpl	(working copy)
@@ -42,7 +42,7 @@
 
 
 <h3>{"Product items"|i18n("design/ezwebin/shop/confirmorder")}</h3>
-<table class="list" width="100%" cellspacing="0" cellpadding="0" border="0">
+<table class="list" width="100%" cellspacing="0" cellpadding="0" style="border:none;">
 <tr>
     <th>
     {"Count"|i18n("design/ezwebin/shop/confirmorder")}
@@ -115,7 +115,7 @@
 
 
 <h3>{"Order summary"|i18n("design/ezwebin/shop/confirmorder")}:</h3>
-<table class="list" cellspacing="0" cellpadding="0" border="0">
+<table class="list" cellspacing="0" cellpadding="0" style="border:none;">
 <tr>
     <th>Summary</th>
     <th>Total ex. VAT</th>
Index: packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/templates/shop/customerorderview.tpl
===================================================================
--- packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/templates/shop/customerorderview.tpl	(revision 2783)
+++ packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/templates/shop/customerorderview.tpl	(working copy)
@@ -6,7 +6,7 @@
     <div class="attribute-header">
         <h1 class="long">{"Customer information"|i18n("design/ezwebin/shop/customerorderview")}</h1>
     </div>
-    
+
 {shop_account_view_gui view=html order=$order_list[0]}
 
 
@@ -20,7 +20,7 @@
      $product_info_count = false()}
 
 {section show=$order_list}
-<table class="list" width="100%" cellspacing="0" cellpadding="0" border="0">
+<table class="list" width="100%" cellspacing="0" cellpadding="0" style="border:none;">
 <tr>
     <th>
     {"ID"|i18n("design/ezwebin/shop/customerorderview")}
@@ -74,7 +74,7 @@
 </div>
 
 {section show=$product_list}
-<table class="list" width="100%" cellspacing="0" cellpadding="0" border="0">
+<table class="list" width="100%" cellspacing="0" cellpadding="0" style="border:none;">
 <tr>
     <th>
     {"Product"|i18n("design/ezwebin/shop/customerorderview")}
Index: packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/templates/shop/orderlist.tpl
===================================================================
--- packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/templates/shop/orderlist.tpl	(revision 2783)
+++ packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/templates/shop/orderlist.tpl	(working copy)
@@ -19,10 +19,10 @@
 {include uri="design:gui/button.tpl" name=Sort id_name=SortButton value="Sort"|i18n("design/ezwebin/shop/orderlist")}
 
 {section show=$order_list}
-<table class="list" width="100%" cellspacing="0" cellpadding="0" border="0">
+<table class="list" width="100%" cellspacing="0" cellpadding="0" style="border:none;">
 <tr>
     <th width="1">&nbsp;
-    
+
     </th>
     <th>
     {"ID"|i18n("design/ezwebin/shop/orderlist")}
Index: packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/templates/shop/orderview.tpl
===================================================================
--- packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/templates/shop/orderview.tpl	(revision 2783)
+++ packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/templates/shop/orderview.tpl	(working copy)
@@ -24,7 +24,7 @@
 <br />
 
 <h3>{'Product items'|i18n( 'design/ezwebin/shop/orderview' )}</h3>
-<table class="list" width="100%" cellspacing="0" cellpadding="0" border="0">
+<table class="list" width="100%" cellspacing="0" cellpadding="0" style="border:none;">
 <tr>
     <th>
     {'Product'|i18n( 'design/ezwebin/shop/orderview' )}
@@ -78,7 +78,7 @@
 </table>
 
 <h3>{'Order summary'|i18n( 'design/ezwebin/shop/orderview' )}:</h3>
-<table class="list" cellspacing="0" cellpadding="0" border="0">
+<table class="list" cellspacing="0" cellpadding="0" style="border:none;">
 <tr>
     <th>
     {'Summary'|i18n( 'design/ezwebin/shop/orderview' )}:
@@ -131,7 +131,7 @@
 
 
 <h3>{'Order history'|i18n( 'design/ezwebin/shop/orderview' )}:</h3>
-<table class="list" cellspacing="0" cellpadding="0" border="0">
+<table class="list" cellspacing="0" cellpadding="0" style="border:none;">
 <tr>
     <th>{'Date'|i18n( 'design/ezwebin/shop/orderview' )}</th>
     <th>{'Order status'|i18n( 'design/ezwebin/shop/orderview' )}</th>
Index: packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/templates/shop/wishlist.tpl
===================================================================
--- packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/templates/shop/wishlist.tpl	(revision 2783)
+++ packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/templates/shop/wishlist.tpl	(working copy)
@@ -11,7 +11,7 @@
 
 {if $wish_list.items|count}
 
-<table class="list" width="100%" cellspacing="0" cellpadding="0" border="0">
+<table class="list" width="100%" cellspacing="0" cellpadding="0" style="border:none;">
 <tr>
     <th>
     {"Product"|i18n("design/ezwebin/shop/wishlist")}
@@ -20,14 +20,14 @@
     {"Count"|i18n("design/ezwebin/shop/wishlist")}
     </th>
     <th>&nbsp;
-    
+
     </th>
 </tr>
 {section name=ProductItem loop=$wish_list.items sequence=array(bglight,bgdark)}
 <tr class="{$ProductItem:sequence}">
     <td>
     <input type="hidden" name="ProductItemIDList[]" value="{$ProductItem:item.id}" />
-    {$ProductItem:item.id} - 
+    {$ProductItem:item.id} -
     <a href={concat("/content/view/full/",$ProductItem:item.node_id,"/")|ezurl}>{$ProductItem:item.object_name}</a>
     </td>
     <td>
