SendNotificationTemplate.html revision 2c6e1e062b5e873f228b9b285b3681afb0f93767
<div class="field">
<label class="light">{{t "common.user.user"}}</label>
{{select users "notificationReceiverId" "" "" ' data-validator="required" '}}
<span style="" class="error">x</span>
<div class="validation-message"></div>
</div>
<div class="field">
<label class="light">{{t "common.notification.type"}}</label>
{{select notificationTypes "notificationType" defaultNotificationType "" ' data-validator="required" '}}
<span style="" class="error">x</span>
<div class="validation-message"></div>
</div>
<div class="field" style="display: none">
<input type="text" name="notificationRequesterDisplayable" value="{{loggedUser.userName}}" style="display: none"/>
</div>
<div class="field">
<label class="light">{{t "common.notification.message"}}</label>
<textarea name="notificationMessage" data-validator="required_max255" ></textarea>
<span style="" class="error">x</span>
<div class="validation-message"></div>
</div>