mirror of
https://github.com/moparisthebest/mail
synced 2024-11-30 04:42:15 -05:00
update write checker
This commit is contained in:
parent
038b5a1d62
commit
4d75fc3f1b
@ -4,11 +4,11 @@
|
|||||||
<div class="headers">
|
<div class="headers">
|
||||||
<p>
|
<p>
|
||||||
<span>To:</span>
|
<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>
|
||||||
<p>
|
<p>
|
||||||
<span>Cc:</span>
|
<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>
|
</p>
|
||||||
</div><!--/.address-headers-->
|
</div><!--/.address-headers-->
|
||||||
|
|
||||||
@ -29,7 +29,7 @@
|
|||||||
<br>
|
<br>
|
||||||
<p>{{signature}}</p>
|
<p>{{signature}}</p>
|
||||||
</div><!--/.encrypt-preview-->
|
</div><!--/.encrypt-preview-->
|
||||||
</div><!--/.mail-text-body-->
|
</div><!--/.body-->
|
||||||
|
|
||||||
<div class="send-control">
|
<div class="send-control">
|
||||||
<button ng-click="sendEmail()" class="btn" ng-disabled="!to" tabindex="5">Send securely</button>
|
<button ng-click="sendEmail()" class="btn" ng-disabled="!to" tabindex="5">Send securely</button>
|
||||||
|
Loading…
Reference in New Issue
Block a user