SCS-CBU-CED-IAM / mobileid-helper

Mobile ID Test Signature Portal
1 stars 1 forks source link

Display the message and allow optionally to edit the message to be sent #20

Closed SCS-CBU-CED-IAM closed 11 years ago

SCS-CBU-CED-IAM commented 11 years ago

As discussed, add the message to be send after the language selection: Message: xxxxx

Add in the configuration an option to allow to edit this message before it's submitted. By default readonly if configuration is not present/set. ($mid_msg_allowedit = TRUE;)

michellotto commented 11 years ago

Ok done. We use the attribut "placeholder" to show the default message on the textarea.. If nothing is entered, we will use the default message, else, the message that the customer will enter.. Let me know if it suits your needs..

SCS-CBU-CED-IAM commented 11 years ago

1) Can you make the edit window larger by default? 2) Can you make the edit on just one line and not multiple lines? 3) If I set public $mid_msg_allowedit = false; or nothing at all the message is not displayed in a readonly way (it should be visibile)

Additional requirement regarding prefix see #21

michellotto commented 11 years ago

Corrected with the last commit.. You can check there the last version: http://www.verbier-technologies.ch/mobileid/

SCS-CBU-CED-IAM commented 11 years ago

All fine; minor stuff in #22