NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: vsorensen on August 19, 2009, 06:20:04 AM

Title: Template bug: Hardcoded "MAILBOXES" in NETWEB.TPW (4.36)
Post by: vsorensen on August 19, 2009, 06:20:04 AM
In NetWeb.TPW:
          packet = clip(packet) & '<td'&clip(loc:MultiRowStyle)&clip(loc:SelectColumnClass)&'><!--here-->'&p_web.CreateInput('radio','%vx',clip(loc:field),,loc:checked,,,'onclick="MailboxesBrowseControl.value='''&p_web._jsok(loc:field,Net:Parameter)&'''"')&'</td>'&CRLF
          if loc:FirstRowId = ''
            loc:FirstRow = '<td'&clip(loc:MultiRowStyle)&clip(loc:SelectColumnClass)&'><!--here-->'&p_web.CreateInput('radio','%vx',clip(loc:field),,'checked',,,'onclick="MailboxesBrowseControl.value='''&p_web._jsok(loc:field,Net:Parameter)&'''"')&'</td>'
            loc:FirstRowID = loc:field
          end
Title: Re: Template bug: Hardcoded "MAILBOXES" in NETWEB.TPW (4.36)
Post by: Bruce on August 20, 2009, 05:14:18 AM
ahh- well caught. Thanks Vince.
I'll tweak that for the 4.37 build.