Index: devhelpers/list_dialogs.sh =================================================================== --- devhelpers/list_dialogs.sh (revision 34661) +++ devhelpers/list_dialogs.sh (revision 34662) @@ -2,6 +2,20 @@ # assumes running from the source tree +# Print table header (but no html header) +print_hdr() +{ +echo ' + + +
ID + dialog box name + action + source + comments +' +} + # list all dialogs from the source files provided on the arg list list_dlgs() { @@ -87,11 +101,5 @@ out(id, name, src) } ' - -echo ' -
- - -' }