Feature request: Contextual submit button

Right now there is a "Submit" button if you are either posting a note to a ticket or sending an email. Can you make the "Submit" button say "Save", if adding a note, and "Send" if sending an email? Just a UI thought. Keep up the great work guys! ********************************* Jake Covert Infrastructure Analyst Electronic Data Systems PSIC Support Group (586) 986-9698 Work (586) 518-3859 Pager http://www.eds.com *********************************

On Thursday, March 18, 2004 2:16 PM
Covert, Jake
Right now there is a "Submit" button if you are either posting a note to a ticket or sending an email. Can you make the "Submit" button say "Save", if adding a note, and "Send" if sending an email?
You can do so, too. Issue a # fgrep -n "\$Text{\"create\"}" Kernel/Output/HTML/Standard/Agent* There you have the two occurences. Now it's up to you to create a new theme, and change the text to suit your needs. hth, Robert Kehl -- ((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg http://www.otrs.de/ :: Tel. +49 (0)6172 4832388

On Thursday, March 18, 2004 4:20 PM
Robert Kehl
On Thursday, March 18, 2004 2:16 PM Covert, Jake
wrote: Can you make the "Submit" button say "Save", if adding a note, and "Send" if sending an email?
You can do so, too. Issue a # fgrep -n "\$Text{\"create\"}" Kernel/Output/HTML/Standard/Agent*
There you have the two occurences. Now it's up to you to create a new theme, and change the text to suit your needs.
A good substitution would be to use $Text{"Compose Email"} instead of "create". This is already defined in the various Language Files, so you won't run into problems there. Btw, you need not create your own theme, but a subsequent upgrade will overwrite your changes then. Regards, Robert Kehl -- ((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg http://www.otrs.de/ :: Tel. +49 (0)6172 4832388

On Thursday, March 18, 2004 4:26 PM
Robert Kehl
A good substitution would be to use $Text{"Compose Email"} instead of "create". This is already defined in the various Language Files, so you won't run into problems there.
I chose $Text{"Send mail!"} now and checked this into CVS. Ffuture release will have this text instead of $Text{"create"}. Regards, Robert Kehl -- ((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg http://www.otrs.de/ :: Tel. +49 (0)6172 4832388
participants (2)
-
Covert, Jake
-
Robert Kehl