Remove text/html option from newsletter mailings

This commit is contained in:
Alex Cabal 2021-02-04 17:28:32 -06:00
parent 8d65c8dcb2
commit b18412f28e
2 changed files with 2 additions and 15 deletions

View file

@ -1989,6 +1989,7 @@ form[action*="list-manage.com"] button{
form[action*="list-manage.com"] fieldset{ form[action*="list-manage.com"] fieldset{
margin-top: 1rem; margin-top: 1rem;
grid-column: 1 / span 2;
} }
fieldset{ fieldset{

View file

@ -32,21 +32,7 @@ require_once('Core.php');
<label class="checkbox"><input type="checkbox" value="1" name="group[78748][1]" checked="checked"/>The occasional Standard Ebooks newsletter</label> <label class="checkbox"><input type="checkbox" value="1" name="group[78748][1]" checked="checked"/>The occasional Standard Ebooks newsletter</label>
</li> </li>
<li> <li>
<label class="checkbox"><input type="checkbox" value="2" name="group[78748][2]"/>A monthly summary of new ebook releases</label> <label class="checkbox"><input type="checkbox" value="2" name="group[78748][2]" checked="checked"/>A monthly summary of new ebook releases</label>
</li>
</ul>
</fieldset>
<fieldset>
<p>What email format do you prefer?</p>
<ul>
<li>
<label class="checkbox"><input type="radio" value="html" name="EMAILTYPE" checked="checked"/>I dont know</label>
</li>
<li>
<label class="checkbox"><input type="radio" value="html" name="EMAILTYPE"/>HTML</label>
</li>
<li>
<label class="checkbox"><input type="radio" value="text" name="EMAILTYPE"/>Plain text</label>
</li> </li>
</ul> </ul>
</fieldset> </fieldset>