Plugin Directory

Changeset 1139160


Ignore:
Timestamp:
04/20/2015 02:30:28 PM (11 years ago)
Author:
anubisthejackle
Message:

Remove phantom Check GDocs button

Location:
docs-to-wordpress
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • docs-to-wordpress/tags/1.0-beta/options.php

    r1138332 r1139160  
    7575                <span>Connection Status:</span>
    7676                <span id="docs_to_wp_connect_status" style="font-weight: bolder;"><?php echo ($this->_verifyConnection()) ? 'Connected' : 'Error! <a href="' . admin_url( 'options-general.php?page=docs_to_wp&force_reconnect=true' ) .'">Reconnect</a>'; ?></span>
    77             </div>
    78             <div id="docs_to_wp_submit_wrapper">
    79                 <input type="button" id="docs_to_wp_options_submit" name="docs_to_wp_options_submit" value="Save" />
    80                 <input type="button" id="docs_to_wp_options_check_gdocs" name="docs_to_wp_options_check_gdocs" value="Check GDocs" />
    8177            </div>
    8278        <!-- End Docs to WP Options Page -->
  • docs-to-wordpress/trunk/options.php

    r1138340 r1139160  
    7575                <span>Connection Status:</span>
    7676                <span id="docs_to_wp_connect_status" style="font-weight: bolder;"><?php echo ($this->_verifyConnection()) ? 'Connected' : 'Error! <a href="' . admin_url( 'options-general.php?page=docs_to_wp&force_reconnect=true' ) .'">Reconnect</a>'; ?></span>
    77             </div>
    78             <div id="docs_to_wp_submit_wrapper">
    79                 <input type="button" id="docs_to_wp_options_submit" name="docs_to_wp_options_submit" value="Save" />
    80                 <input type="button" id="docs_to_wp_options_check_gdocs" name="docs_to_wp_options_check_gdocs" value="Check GDocs" />
    8177            </div>
    8278        <!-- End Docs to WP Options Page -->
Note: See TracChangeset for help on using the changeset viewer.