Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
labelabeille
server
Commits
d40a2c95
Commit
d40a2c95
authored
May 08, 2016
by
wilhelmhb
Browse files
formulaires par défaut pour les notes
parent
2972d1fb
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/ApiBundle/Resources/views/PsCustomNoteCustomerRest/new.html.twig
0 → 100755
View file @
d40a2c95
<h1>
Test PsCustomNoteCustomer Form
</h1>
<form
action=
"
{{
url
(
'api_pscustomnotecustomer_post'
)
}}
"
method=
"POST"
{{
form_enctype
(
form
)
}}
>
{{
form_widget
(
form
)
}}
<input
type=
"submit"
value=
"submit"
>
</form>
src/ApiBundle/Resources/views/PsCustomNoteRest/new.html.twig
0 → 100755
View file @
d40a2c95
<h1>
Test PsCustomNote Form
</h1>
<form
action=
"
{{
url
(
'api_pscustomnote_post'
)
}}
"
method=
"POST"
{{
form_enctype
(
form
)
}}
>
{{
form_widget
(
form
)
}}
<input
type=
"submit"
value=
"submit"
>
</form>
src/ApiBundle/Resources/views/PsDefaultNoteCustomerRest/new.html.twig
0 → 100755
View file @
d40a2c95
<h1>
Test PsDefaultNoteCustomer Form
</h1>
<form
action=
"
{{
url
(
'api_psdefaultnotecustomer_post'
)
}}
"
method=
"POST"
{{
form_enctype
(
form
)
}}
>
{{
form_widget
(
form
)
}}
<input
type=
"submit"
value=
"submit"
>
</form>
src/ApiBundle/Resources/views/PsDefaultNoteRest/new.html.twig
0 → 100755
View file @
d40a2c95
<h1>
Test PsDefaultNote Form
</h1>
<form
action=
"
{{
url
(
'api_psdefaultnote_post'
)
}}
"
method=
"POST"
{{
form_enctype
(
form
)
}}
>
{{
form_widget
(
form
)
}}
<input
type=
"submit"
value=
"submit"
>
</form>
Write
Preview
Supports
Markdown
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