Plugin Directory

Changeset 915848


Ignore:
Timestamp:
05/16/2014 10:09:41 PM (12 years ago)
Author:
ashrafweb
Message:

admin cp update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wordpress-prevent-copy-paste-plugin/trunk/admin-core.php

    r915837 r915848  
    8181<div class="inner_block">
    8282    <h2>Smart Wordpress Prevent Copy/Paste Options:</h2>
    83     <p>Our plugin protect your content from being copied by any other web sites,
    84     the content is the king and you don't want your content be distributed
    85     without your permission!!</p>
    86     <p align="left"><?php echo "<img src='$pluginsurl/images/logo.png' align='center' />";?></p>
    8783        <table border="0" width="100%" cellspacing="0" cellpadding="0">
    8884            <tr>
     
    113109            </tr>
    114110            <tr>
    115                 <td width="221"><b>Right click </b>(by mouse) Protection</td>
    116                 <td><select size="1" name="right_click_by_mouse_protection">
    117                 <?php
    118                 if ($wpcp_settings['right_click_by_mouse_protection'] == 'Enabled')
    119                     {
    120                         echo '<option selected>Enabled</option>';
    121                         echo '<option>Disabled</option>';
    122                     }
    123                     else
    124                     {
    125                         echo '<option>Enabled</option>';
    126                         echo '<option selected>Disabled</option>';
    127                     }
    128                 ?>
    129                 </select></td>
    130                 <td width="212">
    131                 <p align="center"><font color="#008000">disallow right mouse
    132                 click to prevent saving images</font></td>
    133             </tr>
    134             <tr>
    135                 <td width="221">Protection by <b>CSS</b></td>
    136                 <td>
    137                 <select size="1" name="css_protection">
    138                 <?php
    139                 if ($wpcp_settings['css_protection'] == 'Enabled')
    140                     {
    141                         echo '<option selected>Enabled</option>';
    142                         echo '<option>Disabled</option>';
    143                     }
    144                     else
    145                     {
    146                         echo '<option>Enabled</option>';
    147                         echo '<option selected>Disabled</option>';
    148                     }
    149                 ?>
    150                 </select>
    151                 </td>
    152                 <td width="212">
    153                 <p align="center"><font color="#008000">Using CSS special code
    154                 to protect the content without JavaScript</font></td>
    155             </tr>
    156             <tr>
    157111                <td width="221"><b>Home Page</b> Protection</td>
    158112                <td>
     
    176130                even from my homepage</font></td>
    177131            </tr>
    178             <tr>
    179                 <td width="221">&nbsp;</td>
    180                 <td>
    181                 &nbsp;</td>
    182                 <td width="212">&nbsp;</td>
    183             </tr>
    184132            </table></div>
    185133
Note: See TracChangeset for help on using the changeset viewer.