Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dic-global-dev
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Manzar Hussain
dic-global-dev
Commits
1fec7f57
Commit
1fec7f57
authored
Dec 31, 2020
by
Manzar Hussain
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature-theme' into 'develop'
add new template See merge request manzarH/dic-global-dev!194
parents
f8f55d83
e2c41bbd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
52 additions
and
0 deletions
+52
-0
webform--product-enquiry.html.twig
themes/custom/envigo/templates/webform/webform--product-enquiry.html.twig
+52
-0
No files found.
themes/custom/envigo/templates/webform/webform--product-enquiry.html.twig
0 → 100644
View file @
1fec7f57
{#
/**
* @file
* Theme implementation for a 'webform' element.
*
* This is an copy of the webform.html.twig theme_wrapper which includes the
* 'title_prefix' and 'title_suffix' variables needed for
* contextual links to appear.
*
* Available variables
* - attributes: A list of HTML attributes for the wrapper element.
* - children: The child elements of the webform.
* - title_prefix: Additional output populated by modules, intended to be
* displayed in front of the main title tag that appears in the template.
* - title_suffix: Additional output populated by modules, intended to be
* displayed after the main title tag that appears in the template.
*
* @see template_preprocess_webform()
* @see _webform_form_after_build()
*
* @ingroup themeable
*/
#}
<div
class=
"container-fluid cb_ocb spacerTB"
style=
"background: url(/themes/custom/envigo/images/banner_c_bg.jpg);"
>
<div
class=
"row"
>
<div
class=
"container"
>
<div
class=
"c_b_c_img"
>
<div
class=
"cb_i_w"
>
<h3
class=
"csh_cwd"
>
Inquiry About This Product
</h3>
<div
class=
"f_c_ob"
>
<div
class=
"fc_ib"
>
<form>
<div
class=
"formGroup"
>
<form
{{
attributes
}}
>
{{
title_prefix
}}
{{
children
}}
{{
title_suffix
}}
</form>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
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