| @@ 115-127 (lines=13) @@ | ||
| 112 | </h1> |
|
| 113 | </a> |
|
| 114 | <ul class="frm-dropdown-menu frm-on-top frm-inline-modal frm_code_list frm-full-hover" role="menu" aria-labelledby="frm-navbarDrop"> |
|
| 115 | <?php if ( count( $forms ) > 8 ) { ?> |
|
| 116 | <li class="frm-with-search"> |
|
| 117 | <?php |
|
| 118 | FrmAppHelper::show_search_box( |
|
| 119 | array( |
|
| 120 | 'input_id' => 'dropform', |
|
| 121 | 'placeholder' => __( 'Search Forms', 'formidable' ), |
|
| 122 | 'tosearch' => 'frm-dropdown-form', |
|
| 123 | ) |
|
| 124 | ); |
|
| 125 | ?> |
|
| 126 | </li> |
|
| 127 | <?php } ?> |
|
| 128 | <?php |
|
| 129 | foreach ( $forms as $form ) { |
|
| 130 | if ( isset( $args['id'] ) ) { |
|
| @@ 31-39 (lines=9) @@ | ||
| 28 | ||
| 29 | <div id="frm-insert-fields-box" class="tabs-panel"> |
|
| 30 | <?php |
|
| 31 | if ( count( $fields ) > 8 ) { |
|
| 32 | FrmAppHelper::show_search_box( |
|
| 33 | array( |
|
| 34 | 'input_id' => 'field', |
|
| 35 | 'placeholder' => __( 'Search', 'formidable' ), |
|
| 36 | 'tosearch' => 'frm-customize-list', |
|
| 37 | ) |
|
| 38 | ); |
|
| 39 | } |
|
| 40 | ?> |
|
| 41 | ||
| 42 | <ul class="subsubsub"> |
|