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.
 
 
 

11 lignes
1.0 KiB

  1. <form onsubmit="return false" class="form w-full px-[6%] mx-auto my-[25px] form{arguments:db}" data-value="{arguments:db}">
  2. <div class="w-full text-center px-[3%] flex flex-wrap items-center justify-between">
  3. <button type="button" class="closeButton btn btn-outline btn-ghost" js-onclick="{rl:closePost}" onclick="js.part({'do':'{arguments:close}',arguments:{db: '{arguments:db}'}})">Close</button>
  4. <button type="submit" class="removeButton btn btn-outline btn-secondary" js-onclick="{rl:removePost}" onclick="js.part({'do':'{arguments:remove}',arguments:{name: '{arguments:db}', serverId: '{arguments:serverId}', serverMethod: '{arguments:serverMethod}'}})">Remove</button>
  5. <button type="submit" class="saveButton btn btn-outline btn-primary" js-onclick="{rl:savePost}" onclick="js.part({'do':'{arguments:save}',arguments:{name: '{arguments:db}', serverId: '{arguments:serverId}', serverMethod: '{arguments:serverMethod}'}})">Save</button>
  6. </div>
  7. <div class="fields my-[20px]">
  8. </div>
  9. </form>