Draft: Decoder token custom help text
Custom decoders might do different things with the return token field, thus requiring a different description for the returnToken input element. Adds method to wsdecoder interface and base class that returns default help text/description. Custom decoders can override. Modifies the form ajax to also reload the returnToken input so that correct help text is displayed.