Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: No send button #28576
    secretuser
    Participant

    Also I deactivated all plugins and did not get send button back

    in reply to: No send button #28575
    secretuser
    Participant

    Hi Stefano

    There is no send button in HTML code. Does not look like CSS isuue.

    <div class="tnp-submit">
                <a href="?page=newsletter_emails_index" class="button"><i class="fa fa-chevron-left"></i>&nbsp;Back</a>            <input class="button-primary" type="button" value="Save" onclick="this.form.act.value='save';this.form.submit()">            <input class="button-secondary" type="button" value="Save and test" onclick="this.form.btn.value='';this.form.act.value='test';if (confirm('Save and send test emails to test addresses?')) this.form.submit()">
                                                                <input class="button-secondary" type="button" value="Save and switch to HTML source editor" onclick="this.form.btn.value='';this.form.act.value='editor';if (confirm('Sure?')) this.form.submit()">        </div>
Viewing 2 posts - 1 through 2 (of 2 total)