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
"git@sites.upe.br:walter.felipe/submeta.git" did not exist on "0f2ddd9b647d3262b8253434d01f82248dc74033"
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 @@
...
@@ -39,9 +39,13 @@
</
button
>
</
button
>
@
else
@
else
<!--
Button
trigger
modal
-->
<!--
Button
trigger
modal
-->
<
button
type
=
"button"
class
=
"btn btn-primary"
data
-
toggle
=
"modal"
data
-
target
=
"#modalRelatorioParcial{{
$arquivo->id
}}"
>
@
if
(
$arquivo
->
relatorioParcial
!=
null
)
@
if
(
$arquivo
->
relatorioParcial
!=
null
)
Visualizar
@
elseif
(
$arquivo
->
arquivado
)
Arquivado
@
else
Pendente
@
endif
<
button
type
=
"button"
class
=
"btn btn-primary"
data
-
toggle
=
"modal"
data
-
target
=
"#modalRelatorioParcial{{
$arquivo->id
}}"
>
Visualizar
</
button
>
</
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
@
endif
</
td
>
</
td
>
...
@@ -54,10 +58,14 @@
...
@@ -54,10 +58,14 @@
</
button
>
</
button
>
@
else
@
else
<!--
Button
trigger
modal
-->
<!--
Button
trigger
modal
-->
<
button
type
=
"button"
class
=
"btn btn-primary"
data
-
toggle
=
"modal"
data
-
target
=
"#modalRelatorioFinal{{
$arquivo->id
}}"
>
@
if
(
$arquivo
->
relatorioParcial
!=
null
)
@
if
(
$arquivo
->
relatorioFinal
!=
null
)
Visualizar
@
elseif
(
$arquivo
->
arquivado
)
Arquivado
@
else
Pendente
@
endif
<
button
type
=
"button"
class
=
"btn btn-primary"
data
-
toggle
=
"modal"
data
-
target
=
"#modalRelatorioParcial{{
$arquivo->id
}}"
>
Visualizar
</
button
>
</
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
@
endif
</
td
>
</
td
>
<!--
Modal
Relatorio
Parcial
-->
<!--
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