web/wp-content/plugins/slideshow-jquery-image-gallery/views/SlideshowPluginSlideInserter/search-popup.php
equal
deleted
inserted
replaced
1 <div id="slideshow-slide-inserter-popup-background"></div> |
|
2 <div id="slideshow-slide-inserter-popup"> |
|
3 <div id="close"></div> |
|
4 <div> |
|
5 <input type="text" id="search" /> |
|
6 <?php submit_button(__('Search', 'slideshow-plugin'), 'primary', 'search-submit', false); ?> |
|
7 <i><?php _e('Search images by title or ID', 'slideshow-plugin'); ?></i> |
|
8 </div> |
|
9 <div style="clear: both;"></div> |
|
10 |
|
11 <div id="search-results"> |
|
12 <table id="results" class="widefat"></table> |
|
13 </div> |
|
14 </div> |
|