Skip to content

Commit

Permalink
Don't submit form
Browse files Browse the repository at this point in the history
  • Loading branch information
eudaldca committed Nov 29, 2023
1 parent b5e8a50 commit 2202e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Admin/views/templates/instances_list.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<form class="form" id="relation_all" name="relation_all" method="post" enctype="multipart/form-data" action="{{route('editora.action', 'join_all')}}">
{{ csrf_field() }}
<button class="btn clr-secondary" style="font-size:14px">{{getMessage('info_word_join')}}</button>
<button class="btn clr-primary" style="font-size:14px" onclick="selectAll()">{{getMessage('info_word_select_all')}}</button>
<a class="btn clr-primary" style="font-size:14px; color: white;" onclick="selectAll()">{{getMessage('info_word_select_all')}}</a>
<input type="hidden" name="p_pagina" value="1"/>
<input type="hidden" name="p_class_id" value="{{$parent['class_id']}}"/>
<input type="hidden" name="p_relation_id" value="{{$parent['rel_id']}}"/>
Expand Down

0 comments on commit 2202e35

Please sign in to comment.