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
84dcee23
Commit
84dcee23
authored
May 30, 2022
by
unknown
Browse files
Alteração na cor do botão Arquivado
parent
82508a9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/planosTrabalho/listar.blade.php
View file @
84dcee23
...
...
@@ -39,9 +39,13 @@
</
button
>
@
else
<!--
Button
trigger
modal
-->
<
button
type
=
"button"
class
=
"btn btn-primary"
data
-
toggle
=
"modal"
data
-
target
=
"#modalRelatorioParcial{{
$arquivo->id
}}"
>
@
if
(
$arquivo
->
relatorioParcial
!=
null
)
Visualizar
@
elseif
(
$arquivo
->
arquivado
)
Arquivado
@
else
Pendente
@
endif
</
button
>
@
if
(
$arquivo
->
relatorioParcial
!=
null
)
<
button
type
=
"button"
class
=
"btn btn-primary"
data
-
toggle
=
"modal"
data
-
target
=
"#modalRelatorioParcial{{
$arquivo->id
}}"
>
Visualizar
</
button
>
@
elseif
(
$arquivo
->
arquivado
)
<
button
type
=
"button"
class
=
"btn btn-secondary"
data
-
toggle
=
"modal"
data
-
target
=
"#modalRelatorioParcial{{
$arquivo->id
}}"
>
Arquivado
</
button
>
@
else
<
button
type
=
"button"
class
=
"btn btn-primary"
data
-
toggle
=
"modal"
data
-
target
=
"#modalRelatorioParcial{{
$arquivo->id
}}"
>
Pendente
</
button
>
@
endif
@
endif
</
td
>
...
...
@@ -54,10 +58,14 @@
</
button
>
@
else
<!--
Button
trigger
modal
-->
<
button
type
=
"button"
class
=
"btn btn-primary"
data
-
toggle
=
"modal"
data
-
target
=
"#modalRelatorioFinal{{
$arquivo->id
}}"
>
@
if
(
$arquivo
->
relatorioFinal
!=
null
)
Visualizar
@
elseif
(
$arquivo
->
arquivado
)
Arquivado
@
else
Pendente
@
endif
</
button
>
@
if
(
$arquivo
->
relatorioParcial
!=
null
)
<
button
type
=
"button"
class
=
"btn btn-primary"
data
-
toggle
=
"modal"
data
-
target
=
"#modalRelatorioParcial{{
$arquivo->id
}}"
>
Visualizar
</
button
>
@
elseif
(
$arquivo
->
arquivado
)
<
button
type
=
"button"
class
=
"btn btn-secondary"
data
-
toggle
=
"modal"
data
-
target
=
"#modalRelatorioParcial{{
$arquivo->id
}}"
>
Arquivado
</
button
>
@
else
<
button
type
=
"button"
class
=
"btn btn-primary"
data
-
toggle
=
"modal"
data
-
target
=
"#modalRelatorioParcial{{
$arquivo->id
}}"
>
Pendente
</
button
>
@
endif
@
endif
</
td
>
<!--
Modal
Relatorio
Parcial
-->
...
...
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