PluginProbe
VdoCipher: Secure Video Player and Hosting / 1.11
VdoCipher: Secure Video Player and Hosting v1.11
trunk 1.10 1.11 1.12 1.13 1.14 1.15 1.17 1.18 1.19 1.20 1.21 1.22 1.23 1.24 1.25 1.26 1.27 1.28 1.29 1.3 1.30 1.4 1.5 1.6 All 28 releases
← All changes | include/setting_form.php +5 -12 1.231.11 View file →
@@ -6,32 +6,25 @@
6 6 "this server.</p>\r\n</body></html>");
7 7 }
8 8 ?>
9 9 <div class="wrap">
10 -<form method="post" action="options.php">
10 +<form method="post" action="options.php">
11 11 <?php
12 12 settings_fields('vdo_option-group');
13 13 do_settings_sections('vdo_option-group');
14 14 ?>
15 - <h2>Please enter your VdoCipher API Secret Key</h2>
15 + <h2>Please enter your VdoCipher CLIENT_SECRET_KEY</h2>
16 16
17 17 <table class="form-table">
18 18 <tbody><tr>
19 - <td style="width: 160px;">API Secret key :</td>
19 + <td style="width: 160px;">VdoCipher secret key :</td>
20 20 <td>
21 - <div style="display: inline-flex;">
22 - <input id="vdo_client_key" name="vdo_client_key" style="width: 400px;"
21 + <input name="vdo_client_key" style="width: 400px;"
23 22 value="<?php echo esc_attr(get_option('vdo_client_key')); ?>"
24 - type="password">
25 - <p style="margin-left:20px; position: relative">
26 - <span id="toggle_span" style="display:none"><button id="toggle_API_visibility" href="#" data-protected="On"></button></span>
27 - </p>
28 - </div>
23 + type="text">
29 24 </td>
30 25 </tr>
31 26
32 27 </tbody></table>
33 -<?php wp_enqueue_script('vdo_hide_api_key', plugin_dir_url(__FILE__).'js/showkey.js');
34 - ?>
35 28 <?php submit_button(); ?>
36 29 </form>
37 30 </div>