basenine 4/23/2018 7:34:19 PM Thank you Cooper 😀 I ended up trying something similar in the dbstyles.css file:
.ui-button[value="save"]:after{ content: "/Send"; }
Shows "SAVE/SEND" on the button... Both our versions of css, however replaces all SAVE buttons with this text ("SAVE/SEND") as they are universal buttons rather than one specifically for Email Workflows
We need to either drill down to a unique Id on that particular button, or have TD allow the Workflow action to be re-named (easier)
Thanks again
|