Third Light Developer Exchange

Code and templating community forum for developers and software integrators

You are not logged in.

Announcement

If you wish to join the Developer Exchange, please contact your account manager - this is to avoid unnecessary spam in the forums. Many thanks for your understanding.

#1 2016-01-26 12:32:02

steve
Third Light Staff
Registered: 2013-06-06
Posts: 105

Blanking default text of history notes

If you find that your users don't enter a specific use case and just use the pre-filled information (format, dimensions etc), you may wish to remove the default text to force the user to enter something of their own.

Configuration >Themes and Languages > Manage Theme > Templates tab > Top Level Web Templates >  addhistorynote.tpl

Alter the following line:
{assignarray var="arrWidget" name="formnotetext" text=$strNoteText type="widget" subtype="textarea" variant="tall"}

so that it reads:

{assignarray var="arrWidget" name="formnotetext" text="" type="widget" subtype="textarea" variant="tall"}

Offline

Board footer