mirror of
https://github.com/moparisthebest/mail
synced 2024-11-26 19:02:20 -05:00
update write checker
This commit is contained in:
parent
038b5a1d62
commit
4d75fc3f1b
@ -4,11 +4,11 @@
|
||||
<div class="headers">
|
||||
<p>
|
||||
<span>To:</span>
|
||||
<input ng-model="to" class="address-input" tabindex="1" focus-me >
|
||||
<input type="email" ng-model="to" class="address-input" tabindex="1" focus-me >
|
||||
</p>
|
||||
<p>
|
||||
<span>Cc:</span>
|
||||
<input ng-model="cc" class="address-input" tabindex="2">
|
||||
<input type="email" ng-model="cc" class="address-input" tabindex="2" disabled>
|
||||
</p>
|
||||
</div><!--/.address-headers-->
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
<br>
|
||||
<p>{{signature}}</p>
|
||||
</div><!--/.encrypt-preview-->
|
||||
</div><!--/.mail-text-body-->
|
||||
</div><!--/.body-->
|
||||
|
||||
<div class="send-control">
|
||||
<button ng-click="sendEmail()" class="btn" ng-disabled="!to" tabindex="5">Send securely</button>
|
||||
|
Loading…
Reference in New Issue
Block a user