Removed type='email' from realm-smtp as we don't support validation atm

This commit is contained in:
Stian Thorgersen 2013-11-23 10:12:52 +00:00
parent 70f07d34a0
commit 4c3f995a43

View file

@ -40,7 +40,7 @@
<div class="form-group clearfix">
<label for="smtpFrom" class="control-label">From <span class="required">*</span></label>
<div class="controls">
<input id="smtpFrom" type="email" ng-model="realm.smtpServer.from" placeholder="SMTP From" required>
<input id="smtpFrom" type="text" ng-model="realm.smtpServer.from" placeholder="SMTP From" required>
</div>
</div>
<div class="form-group clearfix">