Current Path : /var/www/html/birthday/wp-content/plugins/strong-testimonials/admin/partials/views/ |
Current File : /var/www/html/birthday/wp-content/plugins/strong-testimonials/admin/partials/views/option-limit.php |
<?php /* translators: On the Views admin screen. */ ?> <th> <label for="view-all"> <?php _e( 'Quantity', 'strong-testimonials' ); ?> </label> </th> <td> <div class="row"> <div class="inline"> <select class="if select" id="view-all" name="view[data][all]"> <option value="1" <?php selected( -1, $view['count'] ); ?>> <?php _e( 'all', 'strong-testimonials' ); ?> </option> <option class="trip" value="0" <?php selected( $view['count'] > 0 ); ?>> <?php _ex( 'count', 'noun', 'strong-testimonials' ); ?> </option> </select> <label> <input class="input-incremental then_all" type="number" id="view-count" name="view[data][count]" value="<?php echo ( -1 == $view['count'] ) ? 1 : $view['count']; ?>" min="1" size="5" style="display: none;"> </label> </div> </div> </td> <td class="divider"> <p><?php _e( '<code>count</code>', 'strong-testimonials' ); ?></p> </td> <td></td> <td> <p><?php _e( '<code>count=5</code>', 'strong-testimonials' ); ?></p> </td>