Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 

13 lignes
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>