Commit f49a9ded by Manzar Hussain

add webform job-aply

parent 9ad0059f
......@@ -37,7 +37,6 @@
</a>
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_global_url }}'] }}
</div>
......
{#
/**
* @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
*/
#}
<!--job apply overlay start-->
<div class="modal jo-form" tabindex="-1" role="dialog" id="job-apply">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
<div class="modal-header">
<h5 class="modal-title">Apply Now</h5>
</div>
<div class="modal-body">
<!--form start-->
<div class="f-w">
<form{{ attributes }}>
{{ title_prefix }}
{{ children }}
{{ title_suffix }}
</form>
</div>
<!--form end-->
</div>
</div>
</div>
</div>
<!--job apply overlay end-->
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment