File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Admin/views/templates Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 7
7
<form class =" form" id =" relation_all" name =" relation_all" method =" post" enctype =" multipart/form-data" action =" {{ route (' editora.action' , ' join_all' )} }" >
8
8
{{ csrf_field () } }
9
9
<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 >
11
11
<input type =" hidden" name =" p_pagina" value =" 1" />
12
12
<input type =" hidden" name =" p_class_id" value =" {{ $parent [' class_id' ]} }" />
13
13
<input type =" hidden" name =" p_relation_id" value =" {{ $parent [' rel_id' ]} }" />
You can’t perform that action at this time.
0 commit comments