HEX
Server: Apache/2.4.65 (Unix) OpenSSL/1.1.1k
System: Linux server-manager.elshandawiily.com 4.18.0-553.87.1.el8_10.x86_64 #1 SMP Mon Dec 1 05:11:16 EST 2025 x86_64
User: elshanda (1002)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/elshanda/biz.elshandawiily.com/wp-content/plugins/fusion-builder/inc/templates/form-step.php
<?php
/**
 * An underscore.js template.
 *
 * @package fusion-builder
 */

?>
<script type="text/template" id="fusion-builder-form-step-template">
	<# 
	var stepTitle = fusionBuilderText.form_step;
	if ( 'undefined' !== typeof params.title && '' !== params.title ) {
		stepTitle = fusionBuilderText.form_step + ' - ' + params.title;
	}
	#>
	<div class="fusion-builder-section-header fusion-builder-special-section">
		<div class="fusion-builder-special-item-title fusion-builder-special-item-{{ cid }}">
			<span class="fusion-builder-form-step-title">{{{ stepTitle }}}</span>
		</div>

		<div class="fusion-builder-controls fusion-builder-section-controls">
			<a href="#" class="fusion-builder-delete-form-step fusion-builder-delete-speical-item" title="{{ fusionBuilderText.delete_form_step }}"><span class="fusiona-trash-o"></span></a>
			<a href="#" class="fusion-builder-clone-special-item fusion-builder-clone" title="{{ fusionBuilderText.clone_element }}"><span class="fusiona-file-add"></span></a>
			<a href="#" class="fusion-builder-edit-form-step fusion-builder-edit-speical-item" title="edit"><span class="fusiona-pen"></span></a>
			<a href="#" class="fusion-builder-special-item-add-container" title="{{ fusionBuilderText.insert_section }}"><span class="fusiona-plus"></span></a>
		</div>
	</div>
	<div class="fusion-builder-section-content fusion-builder-data-cid" data-cid="{{ cid }}">
	</div>
</script>