Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
musica_listas_backend
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Cristian Mauricio Diaz Canales
musica_listas_backend
Commits
11473441
Commit
11473441
authored
May 09, 2019
by
Cristian Mauricio Diaz Canales
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mensajes cambio de posicion.
parent
f3abe3eb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
templates/backend/listas/editar.html.twig
templates/backend/listas/editar.html.twig
+2
-2
templates/backend/listas/nuevo.html.twig
templates/backend/listas/nuevo.html.twig
+2
-2
No files found.
templates/backend/listas/editar.html.twig
View file @
11473441
...
...
@@ -23,8 +23,6 @@
<div
class=
"card-body"
>
<div
class=
"panel-body"
>
<div
id=
"message-container"
></div>
<div
id=
"message-container-info"
></div>
<form
class=
"form-horizontal"
action=
"/"
method=
"post"
>
<input
type=
"hidden"
id=
"_csrf_token"
name=
"_csrf_token"
value=
"
{{
csrf_token
(
'listado_edit'
)
}}
"
/>
<input
type=
"hidden"
id=
"lisId"
name=
"lisId"
value=
"
{{
listado.getLisId
()
}}
"
/>
...
...
@@ -209,6 +207,8 @@
</div>
</div>
</form>
<div
id=
"message-container"
></div>
<div
id=
"message-container-info"
></div>
</div>
</div>
<!-- end panel -->
...
...
templates/backend/listas/nuevo.html.twig
View file @
11473441
...
...
@@ -22,8 +22,6 @@
</div>
<div
class=
"card-body"
>
<div
id=
"message-container"
></div>
<div
id=
"message-container-info"
></div>
<form
class=
"form-horizontal"
action=
"/"
method=
"post"
>
<input
type=
"hidden"
id=
"_csrf_token"
name=
"_csrf_token"
value=
"
{{
csrf_token
(
'listado_register'
)
}}
"
/>
<div
class=
"form-group"
>
...
...
@@ -197,6 +195,8 @@
</div>
</div>
</form>
<div
id=
"message-container"
></div>
<div
id=
"message-container-info"
></div>
</div>
</div>
<!-- end panel -->
...
...
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