Changeset 1139160
- Timestamp:
- 04/20/2015 02:30:28 PM (11 years ago)
- Location:
- docs-to-wordpress
- Files:
-
- 2 edited
-
tags/1.0-beta/options.php (modified) (1 diff)
-
trunk/options.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
docs-to-wordpress/tags/1.0-beta/options.php
r1138332 r1139160 75 75 <span>Connection Status:</span> 76 76 <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" />81 77 </div> 82 78 <!-- End Docs to WP Options Page --> -
docs-to-wordpress/trunk/options.php
r1138340 r1139160 75 75 <span>Connection Status:</span> 76 76 <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" />81 77 </div> 82 78 <!-- End Docs to WP Options Page -->
Note: See TracChangeset
for help on using the changeset viewer.