5

For a custom module developed in DotNetNuke (05.01.01) I have added additional settings on the settings page were I have the "Module Settings" and "Page Settings" but I couldn't figure out how to add a title to this group of settings.

How can I add the title?

Please find attached a screen grab that shows exactly where I need the title:

screenshot with missing title highlighted

moberley
  • 365
  • 4
  • 12
balu
  • 322
  • 4
  • 13

1 Answers1

3

Your settings control need to define the title in its local resources file (probably App_LocalResources/Settings.ascx.resx), with the key ControlTitle_settings.Text

bdukes
  • 152,002
  • 23
  • 148
  • 175