| changeset 42 | 7c811cdfa4c3 |
| parent 13 | 29d4ddcd85c8 |
| child 105 | 66aeb6b3a3a7 |
--- a/src/main/webapp/templates-hidden/datatable.html Thu Apr 12 10:52:18 2012 +0200 +++ b/src/main/webapp/templates-hidden/datatable.html Thu Apr 12 10:52:40 2012 +0200 @@ -1,11 +1,11 @@ -<table class="list datatable"> +<table class="table table-striped table-bordered table-condensed datatable"> <thead> <tr> <th class="field-name">Field Name</th> </tr> </thead> <tbody> - <tr class="row"> + <tr class="r"> <td>Cell value</td> </tr> </tbody>