diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-09-23 21:58:10 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-09-23 21:58:10 +0200 |
| commit | fc8e58d8dc7edcfc7786ae6a2633adf19411eddb (patch) | |
| tree | 7f93bfc5aa66e16915c7d05ff61ed23efcfe5bbc /lib/okpush/templates | |
| parent | baab830a2f185887d356d7e2eacdc3d5307d835c (diff) | |
hmtl
Diffstat (limited to 'lib/okpush/templates')
| -rw-r--r-- | lib/okpush/templates/new.liquid | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/lib/okpush/templates/new.liquid b/lib/okpush/templates/new.liquid index b16d0ae0..21170b75 100644 --- a/lib/okpush/templates/new.liquid +++ b/lib/okpush/templates/new.liquid @@ -13,14 +13,15 @@ <h2>Custom Push Notification</h2> - <form id='custom'> - - <div> + <form id='custom' id="resource_form"> + <input type="hidden" name="_method" value="PUT"> + + <div class="property string"> <label for='message'>Message</label> <input type='text' name='message' id='message'> </div> - <div> + <div class="property string"> <label for='url'>Destination</label> <select id='url' name='url'> <option>/</option> @@ -29,11 +30,11 @@ <option>/story</option> <option>/archive</option> </select> - (will open after push is tapped) </div> <div> - <input type='submit' value='Send Push Notification'> + <label></label> + <button type='submit' class='btn'>Send Push Notification</button> </div> </form> |
