NetTalk Central

Author Topic: Template bug: Hardcoded "MAILBOXES" in NETWEB.TPW (4.36)  (Read 3037 times)

vsorensen

  • Jr. Member
  • **
  • Posts: 52
    • View Profile
    • Email
Template bug: Hardcoded "MAILBOXES" in NETWEB.TPW (4.36)
« 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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Template bug: Hardcoded "MAILBOXES" in NETWEB.TPW (4.36)
« Reply #1 on: August 20, 2009, 05:14:18 AM »
ahh- well caught. Thanks Vince.
I'll tweak that for the 4.37 build.