Mercurial > hg > ChinaGisRestApi
diff gis_gui/blocks/table @ 182:f97c3bdd9818
tables now with scrollbar
author | fknauft |
---|---|
date | Fri, 11 Feb 2011 15:23:36 +0100 |
parents | 7f008e782563 |
children |
line wrap: on
line diff
--- a/gis_gui/blocks/table Tue Feb 08 14:02:05 2011 +0100 +++ b/gis_gui/blocks/table Fri Feb 11 15:23:36 2011 +0100 @@ -21,7 +21,7 @@ <div id="table_container" class="table_container" tal:attributes="table table"> <!-- <tal:block tal:replace="structure here/dummy_table"/> --> <div id="table_wrapper"> - <table cellpadding="1" cellspacing="1" width="100%" class="datatable" id="dummy_table" border rules="all"> + <table cellpadding="1" cellspacing="1" class="datatable" id="dummy_table" border rules="all" > <tr><td>table loading...</td></tr> </table> </div>