%PDF- %PDF-
Direktori : /var/www/html/news/public/views/notifications/ |
Current File : /var/www/html/news/public/views/notifications/form.html |
<div class="row"> <div class="col-sm-12"> <h3 ng-bind="'Modify Notification'"></h3> </div> </div> <div class="row"> <div class="col-sm-12"> <form class="form-horizontal" role="form" name="form" ng-submit="save()" autocomplete="off"> <div class="form-group"> <div class="col-sm-4"> <label for="subject">Subject</label> <input type="text" id="subject" name="subject" placeholder="Subject" ng-model="notificationEntity.subject" class="form-control" required> </div> <div class="col-sm-4"> <label for="greeting">Greeting</label> <input type="text" id="greeting" name="greeting" placeholder="Greeting" ng-model="notificationEntity.greeting" class="form-control" required> </div> <div class="col-sm-4"> <label for="thank_you">Footer</label> <input type="text" id="thank_you" name="thank_you" placeholder="Footer" ng-model="notificationEntity.thank_you" class="form-control" required> </div> </div> <div class="form-group"> <div class="col-sm-4"> <label for="body">Body</label> <textarea name="body" id="body" rows="10" placeholder="Body" ng-model="notificationEntity.body" class="form-control" required></textarea> </div> </div> <div class="form-group"> <div class="col-sm-12"> <div class="alert alert-info"> <strong>Info!</strong> Please note that words on content that start with ':' are used to replace as a parameter when sending this notification. </div> </div> </div> <div class="form-group"> <div class="col-sm-12 text-right"> <button type="submit" class="btn btn-success" ng-disabled="form.$invalid">Save</button> <button type="button" class="btn btn-warning" ng-click="back()">Cancel</button> </div> </div> </form> </div> </div>