mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 07:10:29 -04:00
Remove text/html option from newsletter mailings
This commit is contained in:
parent
8d65c8dcb2
commit
b18412f28e
2 changed files with 2 additions and 15 deletions
|
@ -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{
|
||||||
|
|
|
@ -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 don’t 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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue