You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

13 lines
899 B

  1. <form onsubmit="return false" class="form w-full px-[6%] mx-auto my-[25px] form{arguments:db}"
  2. data-value="{arguments:db}">
  3. <div class="w-full text-center px-[3%] flex flex-wrap items-center justify-between">
  4. <button type="button" class="closeButton btn btn-outline btn-ghost"
  5. onclick="js.part({'do':'{arguments:close}',arguments:{db: '{arguments:db}'}})">Close</button>
  6. <button type="submit" class="removeButton btn btn-outline btn-secondary"
  7. onclick='UI.apiPost({method:"DELETE", db:"{arguments:db}", id: "{arguments:fields id}", item: {arguments:fields}})'>Remove</button>
  8. <button type="submit" class="saveButton btn btn-outline btn-primary"
  9. onclick='UI.apiPost({method:"{arguments:method}", db: "{arguments:db}", id: "{arguments:fields id}", item:{arguments:fields}})'>Save</button>
  10. </div>
  11. <div class="fields my-[20px]">
  12. </div>
  13. </form>