We recommend reviewing what is submitted before posting, in case your idea has already been submitted by another community member. If it has been submitted, vote for that existing feature request (by clicking the up arrow) to increase its opportunity of being added to Cireson solutions.
For more information around feature requests in the Cireson Community click here.
Change footer/form nag text
Hi,
I want to change the Footer/form navigation text (the Save button) and was wondering where to do this?
Best Answer
-
Tom_Hendricks Customer Super IT Monkey ✭✭✭✭✭
- Localizations is one of the options in the user menu (upper-right corner of screen) that is available to Administrators (or localization managers, if you have defined that role)
- JQuery:
$('#drawer-taskbar > button.btn.btn-link > span.fa.fa-check > div').text('YOURTEXTSTRINGHERE')
I have not tested this, but it looks right...
1
Answers
Otherwise, you could always write a short JQuery statement in your custom.js file to forcibly change the text (not as graceful, but might be more targeted to your needs).
I haven't done anything with JQuery in forever, so the option sounds more favourable.
Can you explain what you mean with the "Localizations screen" and where I can find it?
I checked the elements/source, but that just helps me with CSS. Do I have to look in SQL? Because the language does change (even though I have noticed that it doesn't for some button such as Apply).
- Localizations is one of the options in the user menu (upper-right corner of screen) that is available to Administrators (or localization managers, if you have defined that role)
- JQuery:
I have not tested this, but it looks right...