File: //proc/self/cwd/wp-content/plugins/extensions-for-cf7/admin/template/fields-group-layout.php
<div class="control-box">
<fieldset>
<legend><?php echo sprintf( esc_html( $description ) ); ?></legend>
<table class="form-table">
<tbody>
<tr>
<th scope="row"><label for="<?php echo esc_attr( $args['content'] . '-name' ); ?>"><?php esc_html_e( 'Name', 'cf7-extensions' ); ?></label></th>
<td><input type="text" name="name" class="tg-name oneline" id="<?php echo esc_attr( $args['content'] . '-name' ); ?>" /></td>
</tr>
<tr>
<th scope="row"><label for="clear_field_on_hide"><?php echo esc_html__( 'Clear field on hide', 'cf7-extensions' ); ?></th>
<td>
<input type="checkbox" name="clear_field_on_hide" class="option" id="clear_field_on_hide" />
</td>
</tr>
</tbody>
</table>
</fieldset>
</div>
<div class="insert-box">
<input type="text" name="<?php echo esc_attr($type); ?>" class="tag code" readonly="readonly" onfocus="this.select()" />
<div class="submitbox">
<input type="button" class="button button-primary insert-tag" value="<?php esc_html_e( 'Insert Tag', 'cf7-extensions' ); ?>" />
</div>
<br class="clear" />
</div>