Sindbad~EG File Manager

Current Path : /home/xiedrke/entrepot/wp-content/plugins/realpress/views/admin/forms/
Upload File :
Current File : /home/xiedrke/entrepot/wp-content/plugins/realpress/views/admin/forms/search.php

<?php
if ( ! isset( $field ) ) {
	return;
}
?>
	<div class="<?php echo esc_attr( $field->class ); ?>">
		<?php
		if ( ! empty( $field->title ) ) {
			?>
			<div class="realpress-title-wrapper">
				<label for="<?php echo esc_attr( $field->id ); ?>"><?php echo esc_html( $field->title ); ?></label>
			</div>
			<?php
		}
		?>
		<div class="realpress-search-content">
			<input type="text" id="<?php echo esc_attr( $field->id ); ?>" class="realpress-search-input"
					name="<?php echo esc_attr( $field->name ); ?>" value="<?php echo esc_attr( $field->value ); ?>"
					placeholder="<?php echo esc_attr( $field->place_holder ); ?>"/>
			<button type="button" class="realpress-search-button"><i class="dashicons dashicons-search"></i></button>
			<?php
			if ( ! empty( $field->description ) ) {
				?>
				<p class="realpress-description"><?php echo esc_html( $field->description ); ?></p>
				<?php
			}
			?>
		</div>
	</div>
<?php

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists