[Checkins] SVN: z3c.tabular/trunk/src/z3c/tabular/README.txt fix tests after z3c.table sort CSS class added

Adam Groszer cvs-admin at zope.org
Sat Aug 25 17:49:52 UTC 2012


Log message for revision 127576:
  fix tests after z3c.table sort CSS class added

Changed:
  U   z3c.tabular/trunk/src/z3c/tabular/README.txt

-=-
Modified: z3c.tabular/trunk/src/z3c/tabular/README.txt
===================================================================
--- z3c.tabular/trunk/src/z3c/tabular/README.txt	2012-08-25 15:01:18 UTC (rev 127575)
+++ z3c.tabular/trunk/src/z3c/tabular/README.txt	2012-08-25 17:49:48 UTC (rev 127576)
@@ -134,18 +134,18 @@
               <table class="contents">
                 <thead>
                   <tr>
-                    <th>Name</th>
+                    <th class="sorted-on ascending">Name</th>
                   </tr>
                 </thead>
                 <tbody>
                   <tr class="even">
-                    <td><a href="http://127.0.0.1/container/view.html?subFormTable-selectedItem-0-selectedItems=first">first</a></td>
+                    <td class="sorted-on ascending"><a href="http://127.0.0.1/container/view.html?subFormTable-selectedItem-0-selectedItems=first">first</a></td>
                   </tr>
                   <tr class="odd">
-                    <td><a href="http://127.0.0.1/container/view.html?subFormTable-selectedItem-0-selectedItems=second">second</a></td>
+                    <td class="sorted-on ascending"><a href="http://127.0.0.1/container/view.html?subFormTable-selectedItem-0-selectedItems=second">second</a></td>
                   </tr>
                   <tr class="even">
-                    <td><a href="http://127.0.0.1/container/view.html?subFormTable-selectedItem-0-selectedItems=third">third</a></td>
+                    <td class="sorted-on ascending"><a href="http://127.0.0.1/container/view.html?subFormTable-selectedItem-0-selectedItems=third">third</a></td>
                   </tr>
                 </tbody>
               </table>
@@ -196,18 +196,18 @@
               <table class="contents">
     <thead>
       <tr>
-        <th>Name</th>
+        <th class="sorted-on ascending">Name</th>
       </tr>
     </thead>
     <tbody>
       <tr class="even">
-        <td><a href="http://127.0.0.1/container/view.html?subFormTable-selectedItem-0-selectedItems=first">first</a></td>
+        <td class="sorted-on ascending"><a href="http://127.0.0.1/container/view.html?subFormTable-selectedItem-0-selectedItems=first">first</a></td>
       </tr>
       <tr class="selected odd">
-        <td><a href="http://127.0.0.1/container/view.html?subFormTable-selectedItem-0-selectedItems=second">second</a></td>
+        <td class="sorted-on ascending"><a href="http://127.0.0.1/container/view.html?subFormTable-selectedItem-0-selectedItems=second">second</a></td>
       </tr>
       <tr class="even">
-        <td><a href="http://127.0.0.1/container/view.html?subFormTable-selectedItem-0-selectedItems=third">third</a></td>
+        <td class="sorted-on ascending"><a href="http://127.0.0.1/container/view.html?subFormTable-selectedItem-0-selectedItems=third">third</a></td>
       </tr>
     </tbody>
   </table>
@@ -287,18 +287,18 @@
               <table class="contents">
     <thead>
       <tr>
-        <th>Name</th>
+        <th class="sorted-on ascending">Name</th>
       </tr>
     </thead>
     <tbody>
       <tr class="even">
-        <td><a href="http://127.0.0.1/container/view.html?subFormTable-selectedItem-0-selectedItems=first">first</a></td>
+        <td class="sorted-on ascending"><a href="http://127.0.0.1/container/view.html?subFormTable-selectedItem-0-selectedItems=first">first</a></td>
       </tr>
       <tr class="selected odd">
-        <td><a href="http://127.0.0.1/container/view.html?subFormTable-selectedItem-0-selectedItems=second">second</a></td>
+        <td class="sorted-on ascending"><a href="http://127.0.0.1/container/view.html?subFormTable-selectedItem-0-selectedItems=second">second</a></td>
       </tr>
       <tr class="even">
-        <td><a href="http://127.0.0.1/container/view.html?subFormTable-selectedItem-0-selectedItems=third">third</a></td>
+        <td class="sorted-on ascending"><a href="http://127.0.0.1/container/view.html?subFormTable-selectedItem-0-selectedItems=third">third</a></td>
       </tr>
     </tbody>
   </table>
@@ -381,18 +381,18 @@
               <table class="contents">
                 <thead>
                   <tr>
-                    <th>Name</th>
+                    <th class="sorted-on ascending">Name</th>
                   </tr>
                 </thead>
                 <tbody>
                   <tr class="even">
-                    <td><a href="http://127.0.0.1/container/view.html?subFormTable-selectedItem-0-selectedItems=first">first</a></td>
+                    <td class="sorted-on ascending"><a href="http://127.0.0.1/container/view.html?subFormTable-selectedItem-0-selectedItems=first">first</a></td>
                   </tr>
                   <tr class="selected odd">
-                    <td><a href="http://127.0.0.1/container/view.html?subFormTable-selectedItem-0-selectedItems=second">second</a></td>
+                    <td class="sorted-on ascending"><a href="http://127.0.0.1/container/view.html?subFormTable-selectedItem-0-selectedItems=second">second</a></td>
                   </tr>
                   <tr class="even">
-                    <td><a href="http://127.0.0.1/container/view.html?subFormTable-selectedItem-0-selectedItems=third">third</a></td>
+                    <td class="sorted-on ascending"><a href="http://127.0.0.1/container/view.html?subFormTable-selectedItem-0-selectedItems=third">third</a></td>
                   </tr>
                 </tbody>
               </table>



More information about the checkins mailing list