On Mon, Aug 22, 2016 at 1:21 PM, Craig Russell <[email protected]> wrote: > Still one more bit that I can’t figure out. > > How do I put the two new radio buttons incomplete and unsigned on the second > row?
The following code produces a single table with two rows: https://github.com/apache/whimsy/blob/d186820f9d2e61ae81bd406b2fae8feca17c4d69/www/secretary/workbench/worklist.cgi#L134 The first row contains radio buttons, the second row contains text. If you want four rows (alternating buttons with text underneath), try duplicating the lines 135-146. Finally to make each row only show a subset of buttons, change DOCTYPE to DOCTYPE[0..3] in the first two rows, and DOCTYPE[4..-1] in the last two rows. > Thanks, > > Craig - Sam Ruby >> On Aug 22, 2016, at 9:03 AM, Craig Russell <[email protected]> wrote: >> >> Exactly the feedback I was looking for. >> >> Thanks, >> >> Craig >> > > Craig L Russell > Architect > [email protected] > P.S. A good JDO? O, Gasp! > > > > >
