PluginProbe
VdoCipher: Secure Video Player and Hosting / 1.26
VdoCipher: Secure Video Player and Hosting v1.26
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 +11 -2 1.231.26 View file →
@@ -22,16 +22,25 @@
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"><button id="toggle_API_visibility" href="#" data-protected="On"></button></span>
26 + <span id="toggle_span" style="display:none">
27 + <button id="toggle_API_visibility" href="#" data-protected="On"></button>
28 + </span>
27 29 </p>
28 30 </div>
29 31 </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>
30 39 </tr>
31 40
32 41 </tbody></table>
33 42 <?php wp_enqueue_script('vdo_hide_api_key', plugin_dir_url(__FILE__).'js/showkey.js');
34 - ?>
43 +?>
35 44 <?php submit_button(); ?>
36 45 </form>
37 46 </div>