|
|
@@ -1,13 +0,0 @@ |
|
|
<form onsubmit="return false" class="form w-full px-[6%] mx-auto my-[25px] form{arguments:db}" |
|
|
|
|
|
data-value="{arguments:db}"> |
|
|
|
|
|
<div class="w-full text-center px-[3%] flex flex-wrap items-center justify-between"> |
|
|
|
|
|
<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> |
|
|
|
|
|
<button type="submit" class="removeButton btn btn-outline btn-secondary" js-onclick="{rl:removePost}" |
|
|
|
|
|
onclick="js.part({'do':'{arguments:remove}',arguments:{name: '{arguments:db}', id: '{arguments:fields id}', serverMethod: '{arguments:serverMethod}', localDb: '{arguments:localDb}'}})">Remove</button> |
|
|
|
|
|
<button type="submit" class="saveButton btn btn-outline btn-primary" js-onclick="{rl:savePost}" |
|
|
|
|
|
onclick="js.part({'do':'{arguments:save}',arguments:{name: '{arguments:db}', id: '{arguments:fields id}', serverMethod: '{arguments:serverMethod}', localDb: '{arguments:localDb}'}})">Save</button> |
|
|
|
|
|
</div> |
|
|
|
|
|
<div class="fields my-[20px]"> |
|
|
|
|
|
</div> |
|
|
|
|
|
</form> |
|
|
|