| @@ -22,25 +22,16 @@ | ||
| 22 | 22 | <input id="vdo_client_key" name="vdo_client_key" style="width: 400px;" |
| 23 | 23 | value="<?php echo esc_attr(get_option('vdo_client_key')); ?>" |
| 24 | 24 | type="password"> |
| 25 | 25 | <p style="margin-left:20px; position: relative"> |
| 26 | - <span id="toggle_span" style="display:none"> | |
| 27 | - <button id="toggle_API_visibility" href="#" data-protected="On"></button> | |
| 28 | - </span> | |
| 26 | + <span id="toggle_span" style="display:none"><button id="toggle_API_visibility" href="#" data-protected="On"></button></span> | |
| 29 | 27 | </p> |
| 30 | 28 | </div> |
| 31 | 29 | </td> |
| 32 | - <tr style="display:none;"> | |
| 33 | - <td>Plugin version no.: </td> | |
| 34 | - <td><input | |
| 35 | - id="vdo_plugin_version" name="vdo_plugin_version" | |
| 36 | - value="<?php echo esc_attr(get_option('vdo_plugin_version')); ?>" readonly> | |
| 37 | - </td> | |
| 38 | - </tr> | |
| 39 | 30 | </tr> |
| 40 | 31 | |
| 41 | 32 | </tbody></table> |
| 42 | 33 | <?php wp_enqueue_script('vdo_hide_api_key', plugin_dir_url(__FILE__).'js/showkey.js'); |
| 43 | -?> | |
| 34 | + ?> | |
| 44 | 35 | <?php submit_button(); ?> |
| 45 | 36 | </form> |
| 46 | 37 | </div> |