In compose.php the default radio button selection for sending emails is "both". (line 286, id0003). I want to change the default active radio button to "lovemail" (line 276, id0004). How can I change that?
<input type="radio" id="id0002" name="sendto" value="lovemail" <?= $ ?></label>^M
^M
<input type="checkbox" id="id0004" name="notify" <?= $notify_sel . $notify_dis ?> />^M
<label for="id0004"><?= _t( "_Notify by e-mail" ) ?></label>^M
<input type="radio" id="id0003" name="sendto" value="both" <?= $ ?></label>^M
There is a problem with Dolphin displaying the German "Umlaut" in the system autogenerated emails. Since there is no fix for this I want to turn off the options "send as Email" and "both", and set the lovemail selector as the default and only option.
Anybody able to help?
Thanks a bunch,
Dirk