Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/clone/wp-conte.../plugins/ninja-fo.../includes/Template...
File: admin-menu-new-form.html.php
<div id="nf-pre-builder" style="background:#fff;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999999;"></div>
[0] Fix | Delete
[1] Fix | Delete
<div id="nf-builder" class="grey"></div>
[2] Fix | Delete
[3] Fix | Delete
<script id="tmpl-nf-builder" type="text/template">
[4] Fix | Delete
<div id="nf-app-admin-header">
[5] Fix | Delete
<div id="nf-logo"></div>
[6] Fix | Delete
<?php
[7] Fix | Delete
/*
[8] Fix | Delete
* TODO: Make this much more dynamic.
[9] Fix | Delete
*/
[10] Fix | Delete
$nf_settings = get_option( 'ninja_forms_settings' );
[11] Fix | Delete
$disable_admin_notices = ( isset ( $nf_settings[ 'disable_admin_notices' ] ) ) ? $nf_settings[ 'disable_admin_notices' ] : false;
[12] Fix | Delete
[13] Fix | Delete
$u_id = get_option( 'nf_aff', false );
[14] Fix | Delete
if ( !$u_id ) $u_id = apply_filters( 'ninja_forms_affiliate_id', false );
[15] Fix | Delete
[16] Fix | Delete
if( ! $disable_admin_notices && ! apply_filters( 'ninja_forms_disable_marketing', false ) ){
[17] Fix | Delete
if( ! function_exists( 'NF_Layouts' ) ) {
[18] Fix | Delete
$link = 'https://ninjaforms.com/extensions/layout-styles/?utm_source=Ninja+Forms+Plugin&utm_medium=Form+Builder&utm_campaign=Comment+Bubble&utm_content=Layout+and+Styles+Comment';
[19] Fix | Delete
if ( $u_id ) {
[20] Fix | Delete
$link = 'http://www.shareasale.com/r.cfm?u=' . $u_id . '&b=812237&m=63061&afftrack=&urllink=' . $link;
[21] Fix | Delete
}
[22] Fix | Delete
?>
[23] Fix | Delete
<a href="<?php echo $link; ?>" target="_blank" class="nf-cta-bubble"><?php printf( esc_html__( "Drag & drop rows and columns, custom backgrounds, borders, & more without writing a single line of code.", 'ninja-forms' ) ); ?></a>
[24] Fix | Delete
<?php
[25] Fix | Delete
} elseif( ! class_exists( 'NF_ConditionalLogic', false ) ) {
[26] Fix | Delete
$link = 'https://ninjaforms.com/extensions/conditional-logic/?utm_source=Ninja+Forms+Plugin&utm_medium=Form+Builder&utm_campaign=Comment+Bubble&utm_content=Conditional+Logic+Comment';
[27] Fix | Delete
if ( $u_id ) {
[28] Fix | Delete
$link = 'http://www.shareasale.com/r.cfm?u=' . $u_id . '&b=812237&m=63061&afftrack=&urllink=' . $link;
[29] Fix | Delete
}
[30] Fix | Delete
?>
[31] Fix | Delete
<a href="<?php echo $link; ?>" target="_blank" class="nf-cta-bubble"><?php printf( esc_html__( "Show & hide fields and pages, selectively send email, & much more! Build professional forms easily.", 'ninja-forms' ) ); ?></a>
[32] Fix | Delete
<?php
[33] Fix | Delete
} elseif( ! class_exists( 'NF_MultiPart', false ) ) {
[34] Fix | Delete
$link = 'https://ninjaforms.com/extensions/multi-part-forms/?utm_source=Ninja+Forms+Plugin&utm_medium=Form+Builder&utm_campaign=Comment+Bubble&utm_content=Multi+Step+Forms+Comment';
[35] Fix | Delete
if ( $u_id ) {
[36] Fix | Delete
$link = 'http://www.shareasale.com/r.cfm?u=' . $u_id . '&b=812237&m=63061&afftrack=&urllink=' . $link;
[37] Fix | Delete
}
[38] Fix | Delete
?>
[39] Fix | Delete
<a href="<?php echo $link; ?>" target="_blank" class="nf-cta-bubble"><?php printf( esc_html__( "Create multiple page forms with drag-and-drop. You don't need to code to build complex forms!", 'ninja-forms' ) ); ?></a>
[40] Fix | Delete
<?php
[41] Fix | Delete
} elseif( ! function_exists( 'NF_File_Uploads' ) ) {
[42] Fix | Delete
$link = 'https://ninjaforms.com/extensions/file-uploads/?utm_source=Ninja+Forms+Plugin&utm_medium=Form+Builder&utm_campaign=Comment+Bubble&utm_content=File+Uploads+Comment';
[43] Fix | Delete
if ( $u_id ) {
[44] Fix | Delete
$link = 'http://www.shareasale.com/r.cfm?u=' . $u_id . '&b=812237&m=63061&afftrack=&urllink=' . $link;
[45] Fix | Delete
}
[46] Fix | Delete
?>
[47] Fix | Delete
<a href="<?php echo $link; ?>" target="_blank" class="nf-cta-bubble"><?php printf( esc_html__( "Let users upload files to your site! Restrict file type and size. Upload to server, media library, or cloud service.", 'ninja-forms' ) ); ?></a>
[48] Fix | Delete
<?php
[49] Fix | Delete
} elseif( ! class_exists( 'NF_Stripe_Checkout', false ) ) {
[50] Fix | Delete
$link = 'https://ninjaforms.com/extensions/stripe/?utm_source=Ninja+Forms+Plugin&utm_medium=Form+Builder&utm_campaign=Comment+Bubble&utm_content=Stripe+Comment';
[51] Fix | Delete
if ( $u_id ) {
[52] Fix | Delete
$link = 'http://www.shareasale.com/r.cfm?u=' . $u_id . '&b=812237&m=63061&afftrack=&urllink=' . $link;
[53] Fix | Delete
}
[54] Fix | Delete
?>
[55] Fix | Delete
<a href="<?php echo $link; ?>" target="_blank" class="nf-cta-bubble"><?php printf( esc_html__( "Accept credit card payments or donations from any form. Single payments, subscriptions, and more!", 'ninja-forms' ) ); ?></a>
[56] Fix | Delete
<?php
[57] Fix | Delete
}
[58] Fix | Delete
}
[59] Fix | Delete
?>
[60] Fix | Delete
[61] Fix | Delete
<a href="admin.php?page=ninja-forms" class="fa fa-times"></a></div>
[62] Fix | Delete
<div id="nf-overlay"></div>
[63] Fix | Delete
<div id="nf-header"></div>
[64] Fix | Delete
<div id="nf-main" class="nf-app-main"></div>
[65] Fix | Delete
<div id="nf-menu-drawer"></div>
[66] Fix | Delete
<div id="nf-drawer"></div>
[67] Fix | Delete
<span class="merge-tags-content" style="display:none;"></span>
[68] Fix | Delete
<div id="merge-tags-box"></div>
[69] Fix | Delete
</script>
[70] Fix | Delete
[71] Fix | Delete
<script id="tmpl-nf-advanced-main-content" type="text/template">
[72] Fix | Delete
<div>
[73] Fix | Delete
<div class="child-view-container installed"></div>
[74] Fix | Delete
<div class="sub-section-header" style="display:none; clear:both; width:100%; padding-bottom: 20px;">
[75] Fix | Delete
<h4 style="text-align:center;">Additional Settings</h4>
[76] Fix | Delete
<hr />
[77] Fix | Delete
</div>
[78] Fix | Delete
<div class="child-view-container available"></div>
[79] Fix | Delete
<# if(1 != nfAdmin.devMode){ #>
[80] Fix | Delete
<div style="clear:both;padding-top:100px;padding:20px;opacity:.5;text-align:center;">
[81] Fix | Delete
For more technical features, <a href="<?php echo esc_url( add_query_arg('page', 'nf-settings', admin_url('admin.php') ) ); ?>#ninja_forms[builder_dev_mode]">enable Developer Mode</a>.
[82] Fix | Delete
</div>
[83] Fix | Delete
<# } #>
[84] Fix | Delete
</div>
[85] Fix | Delete
</script>
[86] Fix | Delete
[87] Fix | Delete
<!-- MERGE TAGS BOX TEMPLATES -->
[88] Fix | Delete
<script id="tmpl-nf-merge-tag-box" type="text/template">
[89] Fix | Delete
<div class="merge-tag-filter"></div>
[90] Fix | Delete
<div class="merge-tag-container">
[91] Fix | Delete
<div class="merge-tag-sections"></div>
[92] Fix | Delete
<div class="merge-tag-list"></div>
[93] Fix | Delete
</div>
[94] Fix | Delete
</script>
[95] Fix | Delete
<script id="tmpl-nf-merge-tag-box-section" type="text/template">
[96] Fix | Delete
{{{ data.label }}}
[97] Fix | Delete
</script>
[98] Fix | Delete
<script id="tmpl-nf-merge-tag-box-tag" type="text/template">
[99] Fix | Delete
<span data-tag="{{{data.tag}}}">{{{ _.escape( data.label ) }}} <small>{{{data.tag}}}</small></span>
[100] Fix | Delete
</script>
[101] Fix | Delete
<script id="tmpl-nf-merge-tag-box-filter" type="text/template">
[102] Fix | Delete
<input type="text" placeholder="Search for merge tags" >
[103] Fix | Delete
</script>
[104] Fix | Delete
<!-- END: MERGE TAGS BOX TEMPLATES -->
[105] Fix | Delete
[106] Fix | Delete
<script id="tmpl-nf-admin-header" type="text/template">
[107] Fix | Delete
<div id="nf-app-admin-header"></div>
[108] Fix | Delete
</script>
[109] Fix | Delete
[110] Fix | Delete
<script id="tmpl-nf-header" type="text/template">
[111] Fix | Delete
<div id="nf-app-header"></div>
[112] Fix | Delete
<div id="nf-app-form-title"></div>
[113] Fix | Delete
<div id="nf-app-sub-header"></div>
[114] Fix | Delete
</script>
[115] Fix | Delete
[116] Fix | Delete
<script id="tmpl-nf-header-form-title" type="text/template">
[117] Fix | Delete
<h2>{{{ data.renderTitle() }}}</h2>
[118] Fix | Delete
</script>
[119] Fix | Delete
[120] Fix | Delete
<script id="tmpl-nf-sub-header-fields" type="text/template">
[121] Fix | Delete
<div class="nf-main-test">
[122] Fix | Delete
<div>
[123] Fix | Delete
<div colspan="4" style="text-align: center;">
[124] Fix | Delete
<a class="nf-secondary-control nf-open-drawer" title="Add new field" href="#" data-drawerid="addField">
[125] Fix | Delete
<i class="fa fa-plus" data-drawerid="addField" aria-hidden="true"></i>
[126] Fix | Delete
<span data-drawerid="addField"><?php esc_html_e( 'Add new field', 'ninja-forms' ); ?></span>
[127] Fix | Delete
</a>
[128] Fix | Delete
</div>
[129] Fix | Delete
</div>
[130] Fix | Delete
</div>
[131] Fix | Delete
<a class="nf-master-control nf-open-drawer" title="<?php esc_html_e( 'Add new field', 'ninja-forms' ); ?>" href="#" data-drawerid="addField">
[132] Fix | Delete
<i class="fa fa-plus" data-drawerid="addField" aria-hidden="true"></i>
[133] Fix | Delete
<span data-drawerid="addField"><?php esc_html_e( 'Add new field', 'ninja-forms' ); ?></span>
[134] Fix | Delete
</a>
[135] Fix | Delete
</script>
[136] Fix | Delete
[137] Fix | Delete
<script id="tmpl-nf-sub-header-actions" type="text/template">
[138] Fix | Delete
<div class="nf-main-test">
[139] Fix | Delete
<div>
[140] Fix | Delete
<div colspan="4" style="text-align: center;">
[141] Fix | Delete
<a class="nf-secondary-control nf-open-drawer" title="Add new action" href="#" data-drawerid="addAction">
[142] Fix | Delete
<i class="fa fa-plus" data-drawerid="addAction" aria-hidden="true"></i>
[143] Fix | Delete
[144] Fix | Delete
<span data-drawerid="addAction"><?php esc_html_e( 'Add new action', 'ninja-forms' ); ?></span>
[145] Fix | Delete
</a>
[146] Fix | Delete
</div>
[147] Fix | Delete
</div>
[148] Fix | Delete
</div>
[149] Fix | Delete
<a class="nf-master-control nf-open-drawer" title="<?php esc_html_e( 'Add new action', 'ninja-forms' ); ?>" href="#" data-drawerid="addAction">
[150] Fix | Delete
<i class="fa fa-plus" data-drawerid="addAction" aria-hidden="true"></i>
[151] Fix | Delete
<span><?php esc_html_e( 'Add new action', 'ninja-forms' ); ?></span>
[152] Fix | Delete
</a>
[153] Fix | Delete
</script>
[154] Fix | Delete
[155] Fix | Delete
<script id="tmpl-nf-sub-header-settings" type="text/template">
[156] Fix | Delete
[157] Fix | Delete
</script>
[158] Fix | Delete
[159] Fix | Delete
<script id="tmpl-nf-app-header" type="text/template">
[160] Fix | Delete
<!-- <div id="nf-logo"></div> -->
[161] Fix | Delete
<ul class="nf-app-menu"></ul>
[162] Fix | Delete
<span class="nf-mobile-menu-button"></span>
[163] Fix | Delete
<span class="nf-app-buttons"></span>
[164] Fix | Delete
</script>
[165] Fix | Delete
[166] Fix | Delete
<script id="tmpl-nf-app-header-action-button" type="text/template">
[167] Fix | Delete
{{{ data.renderPublish() }}}
[168] Fix | Delete
{{{ data.maybeRenderCancel() }}}
[169] Fix | Delete
{{{ data.renderPublicLink() }}}
[170] Fix | Delete
</script>
[171] Fix | Delete
[172] Fix | Delete
<script id="tmpl-nf-mobile-menu-button" type="text/template">
[173] Fix | Delete
<a class="nf-button nf-mobile-menu" title="<?php esc_html_e( 'Expand Menu', 'ninja-forms' ); ?>" {{{ data.maybeDisabled() }}}" href="#"><span class="dashicons dashicons-editor-ul"></span></a>
[174] Fix | Delete
</script>
[175] Fix | Delete
[176] Fix | Delete
<script id="tmpl-nf-app-header-publish-button" type="text/template">
[177] Fix | Delete
<a href="#" style="width:{{{ data.publishWidth }}} !important" class="nf-button primary {{{ data.maybeDisabled() }}} publish" title="<?php esc_html_e( 'Publish', 'ninja-forms' ); ?>"><?php esc_html_e( 'PUBLISH', 'ninja-forms' ); ?></a>
[178] Fix | Delete
</script>
[179] Fix | Delete
[180] Fix | Delete
<script id="tmpl-nf-add-header-publish-loading" type="text/template">
[181] Fix | Delete
<a href="#" {{{ data.publishWidth }}} class="nf-button primary {{{ data.maybeDisabled() }}} publish" title="<?php esc_html_e( 'Loading', 'ninja-forms' ); ?>">
[182] Fix | Delete
<div class="nf-loading">
[183] Fix | Delete
<ul>
[184] Fix | Delete
<li></li>
[185] Fix | Delete
<li></li>
[186] Fix | Delete
<li></li>
[187] Fix | Delete
</ul>
[188] Fix | Delete
</div>
[189] Fix | Delete
</a>
[190] Fix | Delete
</script>
[191] Fix | Delete
[192] Fix | Delete
<script id="tmpl-nf-app-header-view-changes" type="text/template">
[193] Fix | Delete
<a class="nf-cancel viewChanges" title="<?php esc_html_e( 'View Changes', 'ninja-forms' ); ?>" style="text-decoration: none;" href="#"><span class="dashicons dashicons-backup"></span></a>
[194] Fix | Delete
</script>
[195] Fix | Delete
<script id="tmpl-nf-app-header-public-link" type="text/template">
[196] Fix | Delete
<a class="nf-public-link publicLink" title="<?php esc_html_e( 'Public Link', 'ninja-forms' ); ?>" style="text-decoration: none;" href="#"><span class="dashicons dashicons-admin-links"></span></a>
[197] Fix | Delete
</script>
[198] Fix | Delete
[199] Fix | Delete
<script id="tmpl-nf-main" type="text/template">
[200] Fix | Delete
<div id="nf-main-content" class="nf-app-area">
[201] Fix | Delete
<div id="nf-main-gutter-left"></div>
[202] Fix | Delete
<div id="nf-main-body"></div>
[203] Fix | Delete
<div id="nf-main-gutter-right"></div>
[204] Fix | Delete
</div>
[205] Fix | Delete
</script>
[206] Fix | Delete
[207] Fix | Delete
<script id="tmpl-nf-main-header-fields" type="text/template">
[208] Fix | Delete
<input class="nf-button secondary nf-change-domain" data-domain="actions" type="button" value="Edit Emails and Actions" />
[209] Fix | Delete
</script>
[210] Fix | Delete
[211] Fix | Delete
<script id="tmpl-nf-main-header-actions" type="text/template">
[212] Fix | Delete
<input class="nf-button secondary nf-change-domain" data-domain="settings" type="button" value="Manage Settings" />
[213] Fix | Delete
</script>
[214] Fix | Delete
[215] Fix | Delete
<script id="tmpl-nf-main-header-settings" type="text/template">
[216] Fix | Delete
[217] Fix | Delete
</script>
[218] Fix | Delete
[219] Fix | Delete
<script id="tmpl-nf-main-content-fields-empty" type="text/template">
[220] Fix | Delete
<div class="nf-fields-empty">
[221] Fix | Delete
<h3><?php esc_html_e( 'Add form fields', 'ninja-forms' ); ?></h3>
[222] Fix | Delete
<p><?php esc_html_e( 'Get started by adding your first form field.', 'ninja-forms' ); ?> <?php esc_html_e( "It's that easy.", 'ninja-forms' ); ?>
[223] Fix | Delete
</div>
[224] Fix | Delete
</script>
[225] Fix | Delete
[226] Fix | Delete
<script id="tmpl-nf-repeater-content-fields-empty" type="text/template">
[227] Fix | Delete
<div class="nf-fields-empty">
[228] Fix | Delete
<p><?php esc_html_e( 'Drag and drop new fields from the right to create a repeatable set of fields.', 'ninja-forms' ); ?></p>
[229] Fix | Delete
</div>
[230] Fix | Delete
</script>
[231] Fix | Delete
[232] Fix | Delete
<script id="tmpl-nf-main-content-actions-empty" type="text/template">
[233] Fix | Delete
<tr>
[234] Fix | Delete
<td colspan="4">
[235] Fix | Delete
<h3><?php esc_html_e( 'Add form actions', 'ninja-forms' ); ?></h3>
[236] Fix | Delete
<p><?php esc_html_e( "Get started by adding your first form field. Just click the plus and select the actions you want. It's that easy.", 'ninja-forms' ); ?></p>
[237] Fix | Delete
</td>
[238] Fix | Delete
</tr>
[239] Fix | Delete
</script>
[240] Fix | Delete
[241] Fix | Delete
<script id="tmpl-nf-main-content-field" type="text/template">
[242] Fix | Delete
<div id="{{{ data.getFieldID() }}}" class="{{{ data.renderClasses() }}}" data-id="{{{ data.id }}}">
[243] Fix | Delete
[244] Fix | Delete
<!-- Inline overlay to prevent click-throughs. -->
[245] Fix | Delete
<div style="position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;"></div>
[246] Fix | Delete
[247] Fix | Delete
<div class="nf-item-controls"></div>
[248] Fix | Delete
[249] Fix | Delete
<div class="nf-placeholder-label">
[250] Fix | Delete
{{{ data.renderIcon() }}}
[251] Fix | Delete
<span class="nf-field-label">{{{ _.escape( data.label ) }}} {{{ data.renderRequired() }}}</span>
[252] Fix | Delete
</div>
[253] Fix | Delete
[254] Fix | Delete
<#
[255] Fix | Delete
var labelPosition = data.labelPosition();
[256] Fix | Delete
if( 'default' == labelPosition ){
[257] Fix | Delete
labelPosition = Backbone.Radio.channel( 'settings' ).request( 'get:setting', 'default_label_pos' );
[258] Fix | Delete
}
[259] Fix | Delete
#>
[260] Fix | Delete
<div class="nf-realistic-field nf-realistic-field--label-{{{labelPosition}}}" id="nf-field-{{{ data.getFieldID() }}}-wrap">
[261] Fix | Delete
<div class="nf-realistic-field--label"></div>
[262] Fix | Delete
<div class="nf-realistic-field--description">{{{ data.renderDescriptionText() }}}</div>
[263] Fix | Delete
<div class="nf-realistic-field--element" ></div>
[264] Fix | Delete
</div>
[265] Fix | Delete
</div>
[266] Fix | Delete
</script>
[267] Fix | Delete
[268] Fix | Delete
<script id="tmpl-nf-item-controls" type="text/template">
[269] Fix | Delete
<div class="nf-item-edit nf-item-control"><a href="#" title="<?php esc_html_e( 'Edit', 'ninja-forms' ); ?>"><i class="nf-edit-settings fa fa-cog" aria-hidden="true"></i><!-- <span class="nf-item-editing">Editing {{{ data.objectType }}}</span> --></a></div>
[270] Fix | Delete
<div class="nf-item-duplicate nf-item-control"><a href="#" title="<?php esc_html_e( 'Duplicate (^ + C + click)', 'ninja-forms' ); ?>"><i class="nf-duplicate fa fa-files-o" aria-hidden="true"></i></a></div>
[271] Fix | Delete
<div class="nf-item-delete nf-item-control"><a href="#" title="<?php esc_html_e( 'Delete (^ + D + click)', 'ninja-forms' ); ?>"><i class="nf-delete fa fa-trash" aria-hidden="true"></i></a></div>
[272] Fix | Delete
</script>
[273] Fix | Delete
[274] Fix | Delete
<script id="tmpl-nf-action-table" type="text/template">
[275] Fix | Delete
<table id="nf-table-display" class="nf-actions-table">
[276] Fix | Delete
<thead>
[277] Fix | Delete
<tr>
[278] Fix | Delete
<th></th>
[279] Fix | Delete
<th><?php esc_html_e( 'Name', 'ninja-forms' ); ?></th>
[280] Fix | Delete
<th><?php esc_html_e( 'Type', 'ninja-forms' ); ?></th>
[281] Fix | Delete
<th><?php esc_html_e( 'Actions', 'ninja-forms' ); ?></th>
[282] Fix | Delete
</tr>
[283] Fix | Delete
</thead>
[284] Fix | Delete
<tbody>
[285] Fix | Delete
</tbody>
[286] Fix | Delete
</table>
[287] Fix | Delete
</script>
[288] Fix | Delete
[289] Fix | Delete
<script id="tmpl-nf-action-item" type="text/template">
[290] Fix | Delete
<td>{{{ data.renderToggle() }}}</td>
[291] Fix | Delete
<td>{{{ data.label }}}</td>
[292] Fix | Delete
<td>{{{ data.renderTypeNicename() }}}</td>
[293] Fix | Delete
<td>
[294] Fix | Delete
<div class="nf-item-controls"></div>
[295] Fix | Delete
</td>
[296] Fix | Delete
</script>
[297] Fix | Delete
[298] Fix | Delete
<script id="tmpl-nf-form-setting-type" type="text/template">
[299] Fix | Delete
<div class="{{{ data.renderClasses() }}}"><span>{{{ data.nicename }}}</span></div>
[300] Fix | Delete
</script>
[301] Fix | Delete
[302] Fix | Delete
<script id="tmpl-nf-mobile-menu" type="text/template">
[303] Fix | Delete
<ul class="primary">
[304] Fix | Delete
<li class="nf-publish {{{ data.maybeDisabled() }}}"><?php esc_html_e( 'Publish', 'ninja-forms' ); ?></li>
[305] Fix | Delete
</ul>
[306] Fix | Delete
<ul class="secondary"></ul>
[307] Fix | Delete
</script>
[308] Fix | Delete
[309] Fix | Delete
<script id="tmpl-nf-mobile-menu-item" type="text/template">
[310] Fix | Delete
<li><a href="{{{ data.renderUrl() }}}" title="{{{ data.nicename }}}" tabindex="-1" target="{{{ data.renderTarget() }}}" {{{ data.renderDisabled() }}} >{{{ data.renderDashicons() }}}{{{ data.nicename }}}</a></li>
[311] Fix | Delete
</script>
[312] Fix | Delete
[313] Fix | Delete
<script id="tmpl-nf-drawer" type="text/template">
[314] Fix | Delete
<div id="nf-drawer-header"></div>
[315] Fix | Delete
<span id="nf-drawer-content"></span>
[316] Fix | Delete
<a class="nf-toggle-drawer" title="<?php esc_html_e( 'Toggle Drawer', 'ninja-forms' ); ?>">
[317] Fix | Delete
<span class="dashicons dashicons-admin-collapse"></span><span class="nf-expand-off"><?php esc_html_e( 'Full screen', 'ninja-forms' ); ?></span><span class="nf-expand-on"><?php esc_html_e( 'Half screen', 'ninja-forms' ); ?></span>
[318] Fix | Delete
</a>
[319] Fix | Delete
<span id="nf-drawer-footer"></span>
[320] Fix | Delete
<# if(1 != nfAdmin.devMode){ #>
[321] Fix | Delete
<div style="margin-top:100px;padding:20px;opacity:.5;text-align:center;">
[322] Fix | Delete
For more technical features, <a href="<?php echo add_query_arg('page', 'nf-settings', admin_url('admin.php')); ?>#ninja_forms[builder_dev_mode]">enable Developer Mode</a>.
[323] Fix | Delete
</div>
[324] Fix | Delete
<# } #>
[325] Fix | Delete
</script>
[326] Fix | Delete
[327] Fix | Delete
<script id="tmpl-nf-drawer-content-add-field" type="text/template">
[328] Fix | Delete
<div id="nf-drawer-staging" class="nf-settings nf-stage">
[329] Fix | Delete
<div class="nf-reservoir nf-drawer-staged-fields nf-field-type-droppable"></div>
[330] Fix | Delete
</div>
[331] Fix | Delete
<span id="nf-drawer-primary"></span>
[332] Fix | Delete
<span id="nf-drawer-secondary"></span>
[333] Fix | Delete
</script>
[334] Fix | Delete
[335] Fix | Delete
<script id="tmpl-nf-drawer-content-add-action" type="text/template">
[336] Fix | Delete
<div class="nf-actions-itmes-installed">
[337] Fix | Delete
<span id="nf-drawer-primary-core"></span>
[338] Fix | Delete
<span id="nf-drawer-primary"></span>
[339] Fix | Delete
</div>
[340] Fix | Delete
[341] Fix | Delete
<div class="nf-actions-items-available">
[342] Fix | Delete
<span id="nf-drawer-secondary-management"></span>
[343] Fix | Delete
<span id="nf-drawer-secondary-payments"></span>
[344] Fix | Delete
<span id="nf-drawer-secondary-automation"></span>
[345] Fix | Delete
<span id="nf-drawer-secondary-marketing"></span>
[346] Fix | Delete
<span id="nf-drawer-secondary-crms"></span>
[347] Fix | Delete
<span id="nf-drawer-secondary-notifications"></span>
[348] Fix | Delete
</div>
[349] Fix | Delete
</script>
[350] Fix | Delete
[351] Fix | Delete
<script id="tmpl-nf-drawer-content-view-changes-item" type="text/template">
[352] Fix | Delete
<# if ( ! data.disabled ) { #>
[353] Fix | Delete
<tr>
[354] Fix | Delete
<# } else { #>
[355] Fix | Delete
<tr class="disabled-row">
[356] Fix | Delete
<# } #>
[357] Fix | Delete
[358] Fix | Delete
<td>
[359] Fix | Delete
<span class="dashicons dashicons-{{{ data.label.dashicon }}}"></span> <span class="nf-changes-item {{{ ( data.disabled ) ? 'disabled' : '' }}}"></span>
[360] Fix | Delete
</td>
[361] Fix | Delete
<td>
[362] Fix | Delete
{{{ data.label.object }}}
[363] Fix | Delete
</td>
[364] Fix | Delete
<td>
[365] Fix | Delete
{{{ data.label.label }}}
[366] Fix | Delete
</td>
[367] Fix | Delete
<td>
[368] Fix | Delete
{{{ data.label.change }}}
[369] Fix | Delete
</td>
[370] Fix | Delete
<td>
[371] Fix | Delete
<# if ( ! data.disabled ) { #>
[372] Fix | Delete
<a href="#" title="<?php esc_html_e( 'Undo', 'ninja-forms' ); ?>" class="undoSingle disabled" style="text-decoration:none;">
[373] Fix | Delete
<# } #>
[374] Fix | Delete
[375] Fix | Delete
<span class="dashicons dashicons-image-rotate {{{ ( data.disabled ) ? 'disabled' : '' }}}"></span>
[376] Fix | Delete
[377] Fix | Delete
<# if ( ! data.disabled ) { #>
[378] Fix | Delete
</a>
[379] Fix | Delete
<# } #>
[380] Fix | Delete
</td>
[381] Fix | Delete
</tr>
[382] Fix | Delete
</script>
[383] Fix | Delete
[384] Fix | Delete
<script id="tmpl-nf-drawer-content-public-link" type="text/template">
[385] Fix | Delete
<h3><?php esc_html_e('Display Your Form', 'ninja-forms'); ?></h3>
[386] Fix | Delete
<div class="embed-form"></div>
[387] Fix | Delete
<div class="enable-public-link"></div>
[388] Fix | Delete
<div class="copy-public-link"></div>
[389] Fix | Delete
</script>
[390] Fix | Delete
[391] Fix | Delete
<script id="tmpl-nf-drawer-content-edit-settings" type="text/template">
[392] Fix | Delete
<span class="nf-setting-title"></span>
[393] Fix | Delete
<span class="nf-setting-groups"></span>
[394] Fix | Delete
</script>
[395] Fix | Delete
[396] Fix | Delete
<script id="tmpl-nf-drawer-content-edit-settings-title-default" type="text/template">
[397] Fix | Delete
<h2>{{{ data.renderTypeNicename() }}}</h2>
[398] Fix | Delete
</script>
[399] Fix | Delete
[400] Fix | Delete
<script id="tmpl-nf-drawer-content-edit-settings-title-actions" type="text/template">
[401] Fix | Delete
<h2>{{{ data.renderTypeNicename() }}}{{{ data.renderDocLink() }}}</h2>
[402] Fix | Delete
</script>
[403] Fix | Delete
[404] Fix | Delete
<script id="tmpl-nf-drawer-content-edit-settings-title-calculations" type="text/template">
[405] Fix | Delete
<h2>{{{ data.renderDocLink() }}}</h2>
[406] Fix | Delete
</script>
[407] Fix | Delete
[408] Fix | Delete
<script id="tmpl-nf-drawer-content-edit-settings-title-fields" type="text/template">
[409] Fix | Delete
<h2>{{{ data.renderSavedStar() }}} {{{ data.renderTypeNicename() }}}</h2>
[410] Fix | Delete
<span class="nf-add-saved-field" style="display:none"></span>
[411] Fix | Delete
</script>
[412] Fix | Delete
[413] Fix | Delete
<script id="tmpl-nf-add-saved-field" type="text/template">
[414] Fix | Delete
<input type="text" placeholder="Saved Field Name" value="{{{ _.escape( data.label ) }}}">
[415] Fix | Delete
<span class="add-button"></span>
[416] Fix | Delete
</script>
[417] Fix | Delete
[418] Fix | Delete
<script id="tmpl-nf-add-saved-field-button" type="text/template">
[419] Fix | Delete
<a href="#" title="<?php esc_html_e( 'Add', 'ninja-forms' ); ?>" class="nf-button primary"><?php esc_html_e( 'Add', 'ninja-forms' ); ?></a>
[420] Fix | Delete
</script>
[421] Fix | Delete
[422] Fix | Delete
<script id="tmpl-nf-add-saved-field-loading" type="text/template">
[423] Fix | Delete
<a href="#" class="nf-button primary">&nbsp;
[424] Fix | Delete
<div class="nf-loading">
[425] Fix | Delete
<ul>
[426] Fix | Delete
<li></li>
[427] Fix | Delete
<li></li>
[428] Fix | Delete
<li></li>
[429] Fix | Delete
</ul>
[430] Fix | Delete
</div>
[431] Fix | Delete
</a>
[432] Fix | Delete
</script>
[433] Fix | Delete
[434] Fix | Delete
<script id="tmpl-nf-drawer-content-edit-field-setting-group" type="text/template">
[435] Fix | Delete
<section class="nf-settings">
[436] Fix | Delete
{{{ data.renderLabel() }}}
[437] Fix | Delete
<span class="nf-field-settings"></span>
[438] Fix | Delete
</section>
[439] Fix | Delete
</script>
[440] Fix | Delete
[441] Fix | Delete
<script id="tmpl-nf-drawer-content-edit-setting-group-label" type="text/template">
[442] Fix | Delete
<h3 class="toggle"><span class="dashicons dashicons-arrow-{{{ data.renderArrowDir() }}}"></span>{{{ data.label }}}</h3>
[443] Fix | Delete
</script>
[444] Fix | Delete
[445] Fix | Delete
<script id="tmpl-nf-drawer-staged-field" type="text/template">
[446] Fix | Delete
<span class="nf-item-dock" id="{{{ data.id }}}" data-id="{{{ data.slug }}}"><span class="fa fa-{{{ data.icon }}}" data-id="{{{ data.slug }}}"></span>{{{ data.nicename }}}<span class="dashicons dashicons-dismiss"></span>
[447] Fix | Delete
</script>
[448] Fix | Delete
[449] Fix | Delete
<script id="tmpl-nf-drawer-field-type-section" type="text/template">
[450] Fix | Delete
<section class="nf-settings {{{ data.classes }}}">
[451] Fix | Delete
<h3>{{{ data.nicename }}}</h3>
[452] Fix | Delete
{{{ data.renderFieldTypes() }}}
[453] Fix | Delete
</section>
[454] Fix | Delete
</script>
[455] Fix | Delete
[456] Fix | Delete
<script id="tmpl-nf-drawer-field-type-button" type="text/template">
[457] Fix | Delete
<div class="nf-field-type-button {{{ (data.availableField()) ? '' : 'nf-field-type-draggable' }}} {{{ data.savedField() }}} {{{ data.availableField() }}}" data-id="{{{ data.id }}}">
[458] Fix | Delete
<div class="nf-item {{{ data.availableField() }}}" data-id="{{{ data.id }}}" tabindex="0"><span class="fa fa-{{{ data.icon }}}" data-id="{{{ data.id }}}"></span>{{{ data.nicename }}}</div>
[459] Fix | Delete
</div>
[460] Fix | Delete
</script>
[461] Fix | Delete
[462] Fix | Delete
<script id="tmpl-nf-drawer-action-type-section" type="text/template">
[463] Fix | Delete
<section class="nf-settings nf-action-items {{{ data.renderClasses() }}}">
[464] Fix | Delete
<h3>
[465] Fix | Delete
<# if( data.hasContents() ) { #>
[466] Fix | Delete
{{{ data.renderNicename() }}}
[467] Fix | Delete
<# } #>
[468] Fix | Delete
</h3>
[469] Fix | Delete
<span class="action-types"></span>
[470] Fix | Delete
</section>
[471] Fix | Delete
</script>
[472] Fix | Delete
[473] Fix | Delete
<script id="tmpl-nf-drawer-action-type-button" type="text/template">
[474] Fix | Delete
<div class="nf-one-third nf-action-type-draggable" data-type="{{{ data.id }}}">
[475] Fix | Delete
<div class="{{{ data.renderClasses() }}}">{{{ data.nicename }}}</div>
[476] Fix | Delete
</div>
[477] Fix | Delete
</script>
[478] Fix | Delete
[479] Fix | Delete
<script id="tmpl-nf-drawer-header-default" type="text/template">
[480] Fix | Delete
<header class="nf-drawer-header">
[481] Fix | Delete
<div class="nf-search">
[482] Fix | Delete
<input type="search" class="nf-filter" value="" placeholder="Filter" tabindex="-1" />
[483] Fix | Delete
</div>
[484] Fix | Delete
<a href="#" title="<?php esc_html_e( 'Done', 'ninja-forms' ); ?>" class="nf-button primary nf-close-drawer {{{ data.renderDisabled() }}}" tabindex="-1"><?php esc_html_e( 'Done', 'ninja-forms' ); ?></a>
[485] Fix | Delete
</header>
[486] Fix | Delete
</script>
[487] Fix | Delete
[488] Fix | Delete
<script id="tmpl-nf-drawer-header-edit-settings" type="text/template">
[489] Fix | Delete
<header class="nf-drawer-header">
[490] Fix | Delete
<a href="#" title="<?php esc_html_e( 'Done', 'ninja-forms' ); ?>" class="nf-button primary nf-close-drawer {{{ data.renderDisabled() }}}" tabindex="-1"><?php esc_html_e( 'Done', 'ninja-forms' ); ?></a>
[491] Fix | Delete
</header>
[492] Fix | Delete
</script>
[493] Fix | Delete
[494] Fix | Delete
<script id="tmpl-nf-drawer-header-view-changes" type="text/template">
[495] Fix | Delete
<header class="nf-drawer-header">
[496] Fix | Delete
<div>
[497] Fix | Delete
<a href="#" title="<?php esc_html_e( 'Undo All', 'ninja-forms' ); ?>" class="nf-button secondary undoChanges" style="float:left;" tabindex="-1"><span class="dashicons dashicons-backup"></span><?php esc_html_e( ' Undo All', 'ninja-forms' ); ?></a>
[498] Fix | Delete
</div>
[499] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function