Template Language file, Addlink issue

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
t3cat5
User
Posts: 1

Template Language file, Addlink issue

Post by t3cat5 »

With ver 2021, I'm trying to figure out which template file to add a text title after the fas fa plus icon in lists pages ?
to look like (+ Add New Record) The current language file has: <phrase id="AddLink" value="Add" class="fas fa-plus ew-icon"/> In which file can I edit to make this change for all list pages.


MichaelG
User
Posts: 1111

Post by MichaelG »

Use the Language_Load server event. See the examples in:
https://aspnetmaker.dev/docs/#/customscripts.html


Post Reply