Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Walter Felipe
submeta
Commits
591cc3e5
Commit
591cc3e5
authored
Apr 29, 2022
by
unknown
Browse files
Modificando o botão Guardar por Adicionar
parent
53dd14dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/evento/formulario/participantes.blade.php
View file @
591cc3e5
...
...
@@ -355,7 +355,7 @@
<button
data-dismiss=
"modal"
type=
"button"
id=
"cancelar{{$i}}"
class=
" btn btn-danger"
style=
"font-size: 16px"
onclick=
"desmarcar({{$i}})"
>
Cancelar
</button>
</div>
<div
class=
"col-6"
>
<button
data-dismiss=
"modal"
type=
"button"
id=
"
guard
ar{{$i}}"
class=
"btn btn-success float-right"
style=
"font-size: 16px"
onclick=
"marcar({{$i}})"
>
Guard
ar
</button>
<button
data-dismiss=
"modal"
type=
"button"
id=
"
adicion
ar{{$i}}"
class=
"btn btn-success float-right"
style=
"font-size: 16px"
onclick=
"marcar({{$i}})"
>
Adicion
ar
</button>
</div>
</div>
</div>
...
...
@@ -385,7 +385,6 @@
</div>
<script>
$
(
"
input.rg:text
"
).
mask
(
'
00.000.000-0
'
);
function
marcar
(
id
){
document
.
getElementById
(
"
checkB
"
+
id
).
checked
=
true
;
document
.
getElementById
(
"
exampleModal
"
+
id
).
modal
(
'
hide
'
);
...
...
@@ -395,4 +394,4 @@
document
.
getElementById
(
"
exampleModal
"
+
id
).
modal
(
'
hide
'
);
}
</script>
<!--X Participantes X-->
<!--X Participantes X-->
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment