Guest User

Untitled

a guest
Jun 24th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. common_delete_button:
  2. id: "a{{$entry.id}}"
  3. class: "white_mini_btn mini_btn"
  4. span: true
  5. dialog:
  6. id: dialog
  7. title: Are you sure?
  8. message: "Are you sure you want to delete this?"
  9. height: 200
  10. buttons:
  11. 'Yes':
  12. ajax:
  13. element: "#entry{{$entry.id}}"
  14. url: "/delete/json/goblurb/{{$entry.id}}"
  15. success:
  16. effect: fadeOut
  17. element: "#entry{{$entry.id}}"
  18. 'No':
  19. close: true
Add Comment
Please, Sign In to add comment