Skip to content

Commit 2202e35

Browse files
committed
Don't submit form
1 parent b5e8a50 commit 2202e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Admin/views/templates/instances_list.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<form class="form" id="relation_all" name="relation_all" method="post" enctype="multipart/form-data" action="{{route('editora.action', 'join_all')}}">
88
{{ csrf_field() }}
99
<button class="btn clr-secondary" style="font-size:14px">{{getMessage('info_word_join')}}</button>
10-
<button class="btn clr-primary" style="font-size:14px" onclick="selectAll()">{{getMessage('info_word_select_all')}}</button>
10+
<a class="btn clr-primary" style="font-size:14px; color: white;" onclick="selectAll()">{{getMessage('info_word_select_all')}}</a>
1111
<input type="hidden" name="p_pagina" value="1"/>
1212
<input type="hidden" name="p_class_id" value="{{$parent['class_id']}}"/>
1313
<input type="hidden" name="p_relation_id" value="{{$parent['rel_id']}}"/>

0 commit comments

Comments
 (0)