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
60c6bf04
Commit
60c6bf04
authored
Apr 30, 2019
by
Cristian Mauricio Diaz Canales
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Actualizacion proyecto- Actualizacion VPW y entidad
parent
e73fbd1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
15 deletions
+15
-15
templates/backend/listas/editar.html.twig
templates/backend/listas/editar.html.twig
+15
-15
No files found.
templates/backend/listas/editar.html.twig
View file @
60c6bf04
...
...
@@ -94,98 +94,98 @@
<div
class=
"form-group"
>
<label
class=
"col-md-3 control-label"
>
VPW Code
</label>
<div
class=
"col-md-9"
>
<input
class=
"form-control"
id=
"lisVpwCode"
name=
"lisVpwCode"
value=
"
{{
listado.getVpwCode
()
}}
"
type=
"text"
>
<input
class=
"form-control"
id=
"lisVpwCode"
name=
"lisVpwCode"
value=
"
{{
listado.get
Lis
VpwCode
()
}}
"
type=
"text"
>
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"col-md-3 control-label"
>
VPW La
</label>
<div
class=
"col-md-9"
>
<input
class=
"form-control"
id=
"lisVpwLa"
name=
"lisVpwLa"
value=
"
{{
listado.getVpwLa
()
}}
"
type=
"text"
>
<input
class=
"form-control"
id=
"lisVpwLa"
name=
"lisVpwLa"
value=
"
{{
listado.get
Lis
VpwLa
()
}}
"
type=
"text"
>
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"col-md-3 control-label"
>
VPW Provider
</label>
<div
class=
"col-md-9"
>
<input
class=
"form-control"
id=
"lisVpwProvider"
name=
"lisVpwProvider"
value=
"
{{
listado.getVpwProvider
()
}}
"
type=
"text"
>
<input
class=
"form-control"
id=
"lisVpwProvider"
name=
"lisVpwProvider"
value=
"
{{
listado.get
Lis
VpwProvider
()
}}
"
type=
"text"
>
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"col-md-3 control-label"
>
VPW Medio
</label>
<div
class=
"col-md-9"
>
<input
class=
"form-control"
id=
"lisVpwMedio"
name=
"lisVpwMedio"
value=
"
{{
listado.getVpwMedio
()
}}
"
type=
"text"
>
<input
class=
"form-control"
id=
"lisVpwMedio"
name=
"lisVpwMedio"
value=
"
{{
listado.get
Lis
VpwMedio
()
}}
"
type=
"text"
>
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"col-md-3 control-label"
>
VPW Service
</label>
<div
class=
"col-md-9"
>
<input
class=
"form-control"
id=
"lisVpwService"
name=
"lisVpwService"
value=
"
{{
listado.getVpwService
()
}}
"
type=
"text"
>
<input
class=
"form-control"
id=
"lisVpwService"
name=
"lisVpwService"
value=
"
{{
listado.get
Lis
VpwService
()
}}
"
type=
"text"
>
</div>
</div>
{#INICIO CAMPOS WAPPUSH#}
<div
class=
"form-group"
>
<label
class=
"col-md-3 control-label"
>
Wap Push Type
</label>
<div
class=
"col-md-9"
>
<input
class=
"form-control"
id=
"lisWapPushType"
name=
"lisWapPushType"
value=
"
{{
listado.getWapPushType
()
}}
"
type=
"text"
>
<input
class=
"form-control"
id=
"lisWapPushType"
name=
"lisWapPushType"
value=
"
{{
listado.get
Lis
WapPushType
()
}}
"
type=
"text"
>
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"col-md-3 control-label"
>
Wap Push La
</label>
<div
class=
"col-md-9"
>
<input
class=
"form-control"
id=
"lisWapPushLa"
name=
"lisWapPushLa"
value=
"
{{
listado.getWapPushLa
()
}}
"
type=
"text"
>
<input
class=
"form-control"
id=
"lisWapPushLa"
name=
"lisWapPushLa"
value=
"
{{
listado.get
Lis
WapPushLa
()
}}
"
type=
"text"
>
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"col-md-3 control-label"
>
Wap Push Service
</label>
<div
class=
"col-md-9"
>
<input
class=
"form-control"
id=
"lisWapPushService"
name=
"lisWapPushService"
value=
"
{{
listado.getWapPushService
()
}}
"
type=
"text"
>
<input
class=
"form-control"
id=
"lisWapPushService"
name=
"lisWapPushService"
value=
"
{{
listado.get
Lis
WapPushService
()
}}
"
type=
"text"
>
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"col-md-3 control-label"
>
Wap Push Code
</label>
<div
class=
"col-md-9"
>
<input
class=
"form-control"
id=
"lisWapPushCode"
name=
"lisWapPushCode"
value=
"
{{
listado.getWapPushCode
()
}}
"
type=
"text"
>
<input
class=
"form-control"
id=
"lisWapPushCode"
name=
"lisWapPushCode"
value=
"
{{
listado.get
Lis
WapPushCode
()
}}
"
type=
"text"
>
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"col-md-3 control-label"
>
Wap Push Provider
</label>
<div
class=
"col-md-9"
>
<input
class=
"form-control"
id=
"lisWapPushProvider"
name=
"lisWapPushProvider"
value=
"
{{
listado.getWapPushProvider
()
}}
"
type=
"text"
>
<input
class=
"form-control"
id=
"lisWapPushProvider"
name=
"lisWapPushProvider"
value=
"
{{
listado.get
Lis
WapPushProvider
()
}}
"
type=
"text"
>
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"col-md-3 control-label"
>
Wap Push Provider Code
</label>
<div
class=
"col-md-9"
>
<input
class=
"form-control"
id=
"lisWapPushProviderCode"
name=
"lisWapPushProviderCode"
value=
"
{{
listado.getWapPushProvider
()
}}
"
type=
"text"
>
<input
class=
"form-control"
id=
"lisWapPushProviderCode"
name=
"lisWapPushProviderCode"
value=
"
{{
listado.get
Lis
WapPushProvider
()
}}
"
type=
"text"
>
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"col-md-3 control-label"
>
Wap Push Content Type
</label>
<div
class=
"col-md-9"
>
<input
class=
"form-control"
id=
"lisWapPushContentType"
name=
"lisWapPushContentType"
value=
"
{{
listado.getWapPushContentType
()
}}
"
type=
"text"
>
<input
class=
"form-control"
id=
"lisWapPushContentType"
name=
"lisWapPushContentType"
value=
"
{{
listado.get
Lis
WapPushContentType
()
}}
"
type=
"text"
>
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"col-md-3 control-label"
>
Wap Push Message
</label>
<div
class=
"col-md-9"
>
<input
class=
"form-control"
id=
"lisWapPushMessage"
name=
"lisWapPushMessage"
value=
"
{{
listado.getWapPushMessage
()
}}
"
type=
"text"
>
<input
class=
"form-control"
id=
"lisWapPushMessage"
name=
"lisWapPushMessage"
value=
"
{{
listado.get
Lis
WapPushMessage
()
}}
"
type=
"text"
>
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"col-md-3 control-label"
>
Wap Push Url
</label>
<div
class=
"col-md-9"
>
<input
class=
"form-control"
id=
"lisWapPushUrl"
name=
"lisWapPushUrl"
value=
"
{{
listado.getWapPushUrl
()
}}
"
type=
"text"
>
<input
class=
"form-control"
id=
"lisWapPushUrl"
name=
"lisWapPushUrl"
value=
"
{{
listado.get
Lis
WapPushUrl
()
}}
"
type=
"text"
>
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"col-md-3 control-label"
>
Wap Push ServiceTag
</label>
<div
class=
"col-md-9"
>
<input
class=
"form-control"
id=
"lisWapPushServiceTag"
name=
"lisWapPushServiceTag"
value=
"
{{
listado.getWapPushServiceTag
()
}}
"
type=
"text"
>
<input
class=
"form-control"
id=
"lisWapPushServiceTag"
name=
"lisWapPushServiceTag"
value=
"
{{
listado.get
Lis
WapPushServiceTag
()
}}
"
type=
"text"
>
</div>
</div>
{#fin#}
...
...
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