Plugin Directory

Changeset 1454966


Ignore:
Timestamp:
07/14/2016 08:54:42 PM (10 years ago)
Author:
jumbaeric
Message:

screenshots added

Location:
woo-shortcode-popup/trunk/woo-shortcode-popup
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • woo-shortcode-popup/trunk/woo-shortcode-popup/inc/menus.php

    r1454926 r1454966  
    1919     
    2020      <form method="post" action="admin-post.php">
    21          <input type="hidden" name="action" value="wsp_save_option" />
    22  
    23          <?php wp_nonce_field( 'wsp_verify' ); ?>
    24  
    25          Button Text: <input type="text" name="wsp_button_name" value="<?php echo esc_html( $options['wsp_button_name'] ); ?>"/>
    26          <br />
    27          Shortcode: <input type="text" name="wsp_shortcode" value="<?php echo esc_html( $options['wsp_shortcode'] ); ?>"/>
    28          <br />
    29          <input type="submit" value="Submit" class="button-primary"/>
     21      <?php wp_nonce_field( 'wsp_verify' ); ?>
     22         <input type="hidden" name="action" value="wsp_save_option" />
     23         <table class="form-table">
     24            <tbody>
     25            <tr><th scope="row">
     26         Button Text:</th>
     27            <td><input type="text" name="wsp_button_name" value="<?php echo esc_html( $options['wsp_button_name'] ); ?>"/></td>
     28         <tr><th scope="row">
     29         Shortcode: </th>
     30         <td><input type="text" name="wsp_shortcode" value="<?php echo esc_html( $options['wsp_shortcode'] ); ?>"/></td>
     31         <tr><th scope="row"></th>
     32         <td><input type="submit" value="Submit" class="button-primary"/></td>
     33         </tbody>
     34         </table>
    3035      </form>
     36     
    3137   </div>
    3238<?php
  • woo-shortcode-popup/trunk/woo-shortcode-popup/readme.txt

    r1454955 r1454966  
    37372. Shop page with a different button text.
    38383. The popup, this is from contact form 7 shortcode
     394. Admin settings page
    3940
    4041
Note: See TracChangeset for help on using the changeset viewer.