Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sisage
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Marcos Albano
sisage
Commits
f6cb242e
Commit
f6cb242e
authored
Jan 27, 2021
by
Dheury Oliveira
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://172.28.1.20/marcos.albano/sisage
parents
539743a5
028801eb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
5 deletions
+10
-5
app.css
public/css/app.css
+3
-2
agendamento.php
resources/lang/en/agendamento.php
+2
-0
agendamento.php
resources/lang/pt-br/agendamento.php
+2
-0
agendamentoTitulo.blade.php
...rces/views/admin/agendamentos/agendamentoTitulo.blade.php
+3
-3
No files found.
public/css/app.css
View file @
f6cb242e
...
...
@@ -10287,6 +10287,7 @@ p .button_agendar {
#btn_tituloEvento-1
,
#btn_tituloSede-1
{
text-align
:
center
;
margin-bottom
:
.8rem
;
}
.button_tituloEvento-1
{
...
...
@@ -10294,7 +10295,7 @@ p .button_agendar {
height
:
4rem
;
background
:
linear-gradient
(
174deg
,
rgb
(
206
,
128
,
93
)
0%
,
rgb
(
165
,
78
,
7
)
71%
);
border-radius
:
15px
;
font-size
:
1.
4
em
;
font-size
:
1.
2
em
;
font-weight
:
600
;
color
:
white
;
text-align
:
center
;
...
...
@@ -10307,7 +10308,7 @@ p .button_agendar {
height
:
4rem
;
background
:
linear-gradient
(
174deg
,
rgb
(
206
,
128
,
93
)
0%
,
rgb
(
165
,
78
,
7
)
71%
);
border-radius
:
15px
;
font-size
:
1.
4
em
;
font-size
:
1.
2
em
;
font-weight
:
600
;
color
:
white
;
text-align
:
center
;
...
...
resources/lang/en/agendamento.php
View file @
f6cb242e
...
...
@@ -61,4 +61,6 @@ return [
'contato'
=>
'Contact'
,
'receber_titulo_evento'
=>
'Receive Event Title'
,
'receber_titulo_sede'
=>
'Receive Idace Title'
,
'atendimento_regularizacao_fundiaria'
=>
'Service Land Regulations'
,
'atendimento_desenvolvimento_agrario'
=>
'Agrarian Development Service'
,
];
resources/lang/pt-br/agendamento.php
View file @
f6cb242e
...
...
@@ -59,4 +59,6 @@ return [
'contato'
=>
'Contato'
,
'receber_titulo_evento'
=>
'Receber Título no Evento'
,
'receber_titulo_sede'
=>
'Receber Título na Sede'
,
'atendimento_regularizacao_fundiaria'
=>
'Atendimento Regulazação Fundiária'
,
'atendimento_desenvolvimento_agrario'
=>
'Atendimento Desenvolvimento Agrário'
,
];
\ No newline at end of file
resources/views/admin/agendamentos/agendamentoTitulo.blade.php
View file @
f6cb242e
...
...
@@ -14,13 +14,13 @@
@
form
([
'action'
=>
route
(
'agendamentoTituloEntrega'
),
'method'
=>
'POST'
])
<
div
id
=
"btn_tituloEvento-1"
>
<
button
class
=
"button_tituloEvento-1"
onclick
=
"window.location = '
{
{route('agendamentoTituloEntrega')}
}
'"
>
@
lang
(
'agendamento.
receber_titulo_evento
'
)
</
button
>
@
lang
(
'agendamento.
atendimento_regularizacao_fundiaria
'
)
</
button
>
</
div
>
@
endform
@
form
([
'action'
=>
route
(
'agendamentoTituloSede'
),
'method'
=>
'POST'
])
<
div
id
=
"btn_tituloSede-1"
>
<
button
class
=
"button_tituloSede-1"
onclick
=
"window.location = '
{
{route('agendamentoTituloSede')}
}
'"
>
@
lang
(
'agendamento.
receber_titulo_sede
'
)
</
button
>
@
lang
(
'agendamento.
atendimento_desenvolvimento_agrario
'
)
</
button
>
</
div
>
@
endform
</
fieldset
>
...
...
@@ -31,4 +31,4 @@
@
endpage
@
endsection
@
endsection
\ 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