equal
deleted
inserted
replaced
257 """display fields horizontally in a table |
257 """display fields horizontally in a table |
258 |
258 |
259 +--------------+--------------+---------+ |
259 +--------------+--------------+---------+ |
260 | field1 label | field2 label | | |
260 | field1 label | field2 label | | |
261 +--------------+--------------+---------+ |
261 +--------------+--------------+---------+ |
262 | field1 input | field2 input | buttons |
262 | field1 input | field2 input | buttons | |
263 +--------------+--------------+---------+ |
263 +--------------+--------------+---------+ |
264 """ |
264 """ |
265 __regid__ = 'htable' |
265 __regid__ = 'htable' |
266 |
266 |
267 display_help = False |
267 display_help = False |