| @@ 138-150 (lines=13) @@ | ||
| 135 | </h1> |
|
| 136 | </a> |
|
| 137 | <ul class="frm-dropdown-menu frm-on-top frm-inline-modal frm_code_list frm-full-hover" role="menu" aria-labelledby="frm-navbarDrop"> |
|
| 138 | <?php if ( count( $forms ) > 8 ) { ?> |
|
| 139 | <li class="frm-with-search"> |
|
| 140 | <?php |
|
| 141 | FrmAppHelper::show_search_box( |
|
| 142 | array( |
|
| 143 | 'input_id' => 'dropform', |
|
| 144 | 'placeholder' => __( 'Search Forms', 'formidable' ), |
|
| 145 | 'tosearch' => 'frm-dropdown-form', |
|
| 146 | ) |
|
| 147 | ); |
|
| 148 | ?> |
|
| 149 | </li> |
|
| 150 | <?php } ?> |
|
| 151 | <?php |
|
| 152 | foreach ( $forms as $form ) { |
|
| 153 | if ( $form->id === $form_id ) { |
|
| @@ 36-44 (lines=9) @@ | ||
| 33 | ||
| 34 | <div id="frm-insert-fields-box" class="tabs-panel"> |
|
| 35 | <?php |
|
| 36 | if ( count( $fields ) > 8 ) { |
|
| 37 | FrmAppHelper::show_search_box( |
|
| 38 | array( |
|
| 39 | 'input_id' => 'field', |
|
| 40 | 'placeholder' => __( 'Search', 'formidable' ), |
|
| 41 | 'tosearch' => 'frm-customize-list', |
|
| 42 | ) |
|
| 43 | ); |
|
| 44 | } |
|
| 45 | ?> |
|
| 46 | ||
| 47 | <ul class="subsubsub"> |
|