Plugin Directory

Changeset 3336500


Ignore:
Timestamp:
07/30/2025 09:47:43 AM (7 months ago)
Author:
ilvchandan
Message:

Reloading upgraded files.

Location:
email-otp-authenticator
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • email-otp-authenticator/tags/6.2.4/lib/settings.php

    r3336180 r3336500  
    11<style>
     2form
     3{
     4    color: #333333;
     5}
     6
    27.setupnotice
    38{
     
    4954    padding-left: 7px;
    5055    padding-right: 7px;
    51     background-color: #ccffff;
     56    background-color: #ddffff;
    5257    border: 1px solid #440000;
    5358    border-top: 0;
     
    111116
    112117.checkbox-wrapper-2 .ikxBAC:hover {
    113     background-color: #666666;
     118    background-color: #555555;
    114119    transition-duration: 0s;
    115120}
    116121
    117122.checkbox-wrapper-2 .ikxBAC:checked {
    118     background-color: #006666;
     123    background-color: #007777;
    119124}
    120125
     
    126131.checkbox-wrapper-2 :focus:not(.focus-visible) {
    127132    outline: 0!important;
    128     outline-color: #006666!important;
     133    outline-color: #007777!important;
    129134}
    130135
    131136.checkbox-wrapper-2 .ikxBAC:checked:hover {
    132     background-color: #441111;
     137    background-color: #003333;
    133138}
    134139
     
    10741079                            document.getElementById('emailotpauthn_formnoticentxt').value = notesmsgtexts;
    10751080                            nmbuttondiv.innerText = "Save The Changes";
    1076                             nmbuttondiv.style.background = "#ffaaff";
     1081                            nmbuttondiv.style.background = "#00ffff";
    10771082                        } else if(nmbuttondiv.innerText.toUpperCase() == "Save The Changes".toUpperCase()){
    10781083                            nmbuttondiv.disabled = true;
     
    11671172                                    <tr valign="top">
    11681173                                        <td width="9%" style="padding-left:17px;font-weight:600;margin:0px;font-family:inherit;color:#000000;"><?php esc_html_e("Headers","email-otp-authenticator"); ?></td><td width="12%" class="smpltxttd"><div id="eotpapreview0" class="sampletxt" onclick="toggledsgnbox(0,'Headers')" data-eotpabgcolor="<?php echo esc_js( $headercolor ); ?>" data-eotpatxtstyl="<?php echo esc_js( $hedrxtstyle ); ?>"><?php esc_html_e("Sample Text","email-otp-authenticator"); ?></div><input type="hidden" value="<?php echo esc_js( $headercolor ); ?>" name="emailotpauthn_headercolor" id="emailotpauthn_headercolor" /><input type="hidden" value="<?php echo esc_js( $hedrxtstyle ); ?>" name="emailotpauthn_hedrxtstyle" id="emailotpauthn_hedrxtstyle" /></td><td width="16%" rowspan="4" style="padding:0px;">
    1169                                     <table id="eotpadsgnbox" width="100%" style="background-color:#ddffff;table-layout:fixed;padding:0px;border:1px solid #00bbbb;border-collapse:collapse;display:none;">
     1174                                    <table id="eotpadsgnbox" width="100%" style="background-color:#ccffff;table-layout:fixed;padding:0px;border:1px solid #00bbbb;border-collapse:collapse;display:none;">
    11701175                                    <tr valign="top">
    11711176                                    <td width="50%" style="position:relative;font-size:1.2em;font-weight:600;padding:5px;text-align:right;"><div id="eotpatitle" data-boxid="0">Headers</div></td><td width="50%" style="padding:5px;text-align:right;"><button style="color:#000;height:20px;background-color:#0dfde4;border-color:#0dfde4;line-height:0px;cursor:pointer;" onclick="toggledsgnbox(0,'',true);return false;"><?php esc_html_e("Reset","email-otp-authenticator"); ?></button></td>
     
    12721277                            <tr class="tabcontent login"><td width="100%" colspan="2" style="padding:0px 0px 0px 0;"><table class="paneltable">
    12731278                                <tr valign="top">
    1274                                     <th width="40%" ><div class="checkbox-wrapper-2"><input class="ikxBAC" type="checkbox" value="1" onchange="setupelmns('emailotpauthn_logination','logination_table')" name="emailotpauthn_logination" id="emailotpauthn_logination" <?php checked(get_fix_option('emailotpauthn_logination',0),1); ?> /> <label for="emailotpauthn_logination"><?php esc_html_e("Activate Login Panel","email-otp-authenticator"); ?></label></div></th><td width="60%"><?php esc_html_e("For Registered Users Only. Activate to allow users to login only with OTP.","email-otp-authenticator"); ?></td>
     1279                                    <th width="40%" ><div class="checkbox-wrapper-2"><input class="ikxBAC" type="checkbox" value="1" onchange="setupelmns('emailotpauthn_logination','logination_table')" name="emailotpauthn_logination" id="emailotpauthn_logination" <?php checked(get_fix_option('emailotpauthn_logination',0),1); ?> /> <label for="emailotpauthn_logination"><?php esc_html_e("Login Panel","email-otp-authenticator"); ?></label></div></th><td width="60%"><?php esc_html_e("For Registered Users Only. Activate to allow users to login only with OTP.","email-otp-authenticator"); ?></td>
    12751280                                </tr>
    12761281                                <tr valign="top">
     
    12871292                            <tr class="tabcontent verify"><td width="100%" colspan="2" style="padding:0px 0px 0px 0;"><table class="paneltable">
    12881293                                <tr valign="top">
    1289                                     <th width="40%"><div class="checkbox-wrapper-2"><input class="ikxBAC" type="checkbox" value="1" onchange="setupelmns('emailotpauthn_authentication','authentication_table')" name="emailotpauthn_authentication" id="emailotpauthn_authentication" <?php checked(( ! $isProCopy ) ? 0 : get_fix_option('emailotpauthn_authentication',0),1); ?> /> <label for="emailotpauthn_authentication"><?php esc_html_e("Activate User Verification Panel","email-otp-authenticator"); ?></label><?php if(! $isProCopy) echo '<sup style="color:red;"> Pro</sup>'; ?></div></th><td width="60%"><?php esc_html_e("For Registered Users Only. Activate to verify users to access any permissible data even without login.","email-otp-authenticator"); ?></td>
     1294                                    <th width="40%"><div class="checkbox-wrapper-2"><input class="ikxBAC" type="checkbox" value="1" onchange="setupelmns('emailotpauthn_authentication','authentication_table')" name="emailotpauthn_authentication" id="emailotpauthn_authentication" <?php checked(( ! $isProCopy ) ? 0 : get_fix_option('emailotpauthn_authentication',0),1); ?> /> <label for="emailotpauthn_authentication"><?php esc_html_e("User Verification Panel","email-otp-authenticator"); ?></label><?php if(! $isProCopy) echo '<sup style="color:red;"> Pro</sup>'; ?></div></th><td width="60%"><?php esc_html_e("For Registered Users Only. Activate to verify users to access any permissible data even without login.","email-otp-authenticator"); ?></td>
    12901295                                </tr>
    12911296                                <tr valign="top">
     
    13261331                            <tr class="tabcontent register"><td width="100%" colspan="2" style="padding:0px 0px 0px 0;"><table class="paneltable">
    13271332                                <tr valign="top">
    1328                                     <th width="40%" ><div class="checkbox-wrapper-2"><input class="ikxBAC" type="checkbox" value="1" onchange="setupelmns('emailotpauthn_rgstrauthnticn','rgstrauthnticn_table')" name="emailotpauthn_rgstrauthnticn" id="emailotpauthn_rgstrauthnticn" <?php checked(( ! $isPrimeCopy ) ? 0 : get_fix_option('emailotpauthn_rgstrauthnticn',0),1); ?> /> <label for="emailotpauthn_rgstrauthnticn"><?php esc_html_e("Activate Registration Panel","email-otp-authenticator"); ?></label><?php if(! $isPrimeCopy) echo '<sup style="color:crimson;"> Prime</sup>'; ?></div></th><td width="60%"><?php esc_html_e("For Guest Users Only. Activate to allow guests to register, only with the email and OTP.","email-otp-authenticator"); ?></td>
     1333                                    <th width="40%" ><div class="checkbox-wrapper-2"><input class="ikxBAC" type="checkbox" value="1" onchange="setupelmns('emailotpauthn_rgstrauthnticn','rgstrauthnticn_table')" name="emailotpauthn_rgstrauthnticn" id="emailotpauthn_rgstrauthnticn" <?php checked(( ! $isPrimeCopy ) ? 0 : get_fix_option('emailotpauthn_rgstrauthnticn',0),1); ?> /> <label for="emailotpauthn_rgstrauthnticn"><?php esc_html_e("Registration Panel","email-otp-authenticator"); ?></label><?php if(! $isPrimeCopy) echo '<sup style="color:crimson;"> Prime</sup>'; ?></div></th><td width="60%"><?php esc_html_e("For Guest Users Only. Activate to allow guests to register, only with the email and OTP.","email-otp-authenticator"); ?></td>
    13291334                                </tr>
    13301335                                <tr valign="top">
     
    13561361                            <tr class="tabcontent vguest"><td width="100%" colspan="2" style="padding:0px 0px 0px 0;"><table class="paneltable">
    13571362                                <tr valign="top">
    1358                                     <th width="40%" ><div class="checkbox-wrapper-2"><input class="ikxBAC" type="checkbox" value="1" onchange="setupelmns('emailotpauthn_guestauthnticn','guestauthnticn_table')" name="emailotpauthn_guestauthnticn" id="emailotpauthn_guestauthnticn" <?php checked(( ! $isPrimeCopy ) ? 0 : get_fix_option('emailotpauthn_guestauthnticn',0),1); ?> /> <label for="emailotpauthn_guestauthnticn"><?php esc_html_e("Activate Guest Verification Panel","email-otp-authenticator"); ?></label><?php if(! $isPrimeCopy) echo '<sup style="color:crimson;"> Prime</sup>'; ?></div></th><td width="60%"><?php esc_html_e("For Guest Users Only. Activate to verify users to access any permissible data without registration.","email-otp-authenticator"); ?></td>
     1363                                    <th width="40%" ><div class="checkbox-wrapper-2"><input class="ikxBAC" type="checkbox" value="1" onchange="setupelmns('emailotpauthn_guestauthnticn','guestauthnticn_table')" name="emailotpauthn_guestauthnticn" id="emailotpauthn_guestauthnticn" <?php checked(( ! $isPrimeCopy ) ? 0 : get_fix_option('emailotpauthn_guestauthnticn',0),1); ?> /> <label for="emailotpauthn_guestauthnticn"><?php esc_html_e("Guest Verification Panel","email-otp-authenticator"); ?></label><?php if(! $isPrimeCopy) echo '<sup style="color:crimson;"> Prime</sup>'; ?></div></th><td width="60%"><?php esc_html_e("For Guest Users Only. Activate to verify users to access any permissible data without registration.","email-otp-authenticator"); ?></td>
    13591364                                </tr>
    13601365                                <tr valign="top">
     
    13921397                            <tr class="tabcontent email"><td width="100%" colspan="2" style="padding:0px 0px 0px 0;"><table class="paneltable">
    13931398                                <tr valign="top">
    1394                                     <th width="40%"><div class="checkbox-wrapper-2"><input class="ikxBAC" type="checkbox" value="1" onchange="setupelmns('emailotpauthn_emailsettings','emailsettings_table')" name="emailotpauthn_emailsettings" id="emailotpauthn_emailsettings" <?php checked(get_fix_option('emailotpauthn_emailsettings',0),1); ?> /> <label for="emailotpauthn_emailsettings"><?php esc_html_e("Activate Email Panel","email-otp-authenticator"); ?></label></div></th><td width="60%"><?php esc_html_e("Activate this panel to edit and implement these email settings.","email-otp-authenticator"); ?></td>
     1399                                    <th width="40%"><div class="checkbox-wrapper-2"><input class="ikxBAC" type="checkbox" value="1" onchange="setupelmns('emailotpauthn_emailsettings','emailsettings_table')" name="emailotpauthn_emailsettings" id="emailotpauthn_emailsettings" <?php checked(get_fix_option('emailotpauthn_emailsettings',0),1); ?> /> <label for="emailotpauthn_emailsettings"><?php esc_html_e("Email Panel","email-otp-authenticator"); ?></label></div></th><td width="60%"><?php esc_html_e("Activate this panel to edit and implement these email settings.","email-otp-authenticator"); ?></td>
    13951400                                </tr>
    13961401                                <tr valign="top"><td colspan="2"><table id="emailsettings_table" width="100%">
     
    15141519                                </table></td></tr>
    15151520                                <tr valign="top">
    1516                                     <td colspan="2" style="padding-top:0px;"><hr style="height:2px;border-width:0;color:crimson;background-color:crimson;margin-bottom:0px;"></td>
     1521                                    <td colspan="2" style="padding-top:0px;"><hr style="height:2px;border-width:0;background-color:#005555;margin-bottom:0px;"></td>
    15171522                                </tr>
    15181523                                <tr valign="top">
     
    15761581                                </table></td></tr>
    15771582                                <tr valign="top">
    1578                                     <td colspan="2" style="padding-top:0px;"><hr style="height:2px;border-width:0;color:crimson;background-color:crimson;margin-bottom:0px;"></td>
     1583                                    <td colspan="2" style="padding-top:0px;"><hr style="height:2px;border-width:0;background-color:#005555;margin-bottom:0px;"></td>
    15791584                                </tr>
    15801585                                <tr valign="top">
     
    16421647                                </tr>
    16431648                                <tr valign="top">
    1644                                     <td colspan="2" style="padding-top:0px;padding-bottom:10px;"><hr style="height:2px;border-width:0;color:crimson;background-color:crimson"></td>
     1649                                    <td colspan="2" style="padding-top:0px;padding-bottom:10px;"><hr style="height:2px;border-width:0;background-color:#005555;"></td>
    16451650                                </tr>
    16461651                                <tr valign="top">
     
    16791684                                </tr>
    16801685                                <tr valign="top">
    1681                                     <td colspan="2" style="padding-top:0px;padding-bottom:10px;"><hr style="height:2px;border-width:0;color:crimson;background-color:crimson"></td>
     1686                                    <td colspan="2" style="padding-top:0px;padding-bottom:10px;"><hr style="height:2px;border-width:0;background-color:#005555;"></td>
    16821687                                </tr>
    16831688                                <tr valign="top">
     
    16981703                                </tbody></table></td></tr>
    16991704                                <tr valign="top">
    1700                                     <td colspan="2" style="padding-top:0px;padding-bottom:10px;"><hr style="height:2px;border-width:0;color:crimson;background-color:crimson"></td>
     1705                                    <td colspan="2" style="padding-top:0px;padding-bottom:10px;"><hr style="height:2px;border-width:0;background-color:#005555;"></td>
    17011706                                </tr>
    17021707                                <tr valign="top">
     
    20582063                    height:500px;
    20592064                    width:800px;
    2060                     background-color:#ccffff;
     2065                    background-color:#ddffff;
    20612066                    position:relative;
    20622067                    box-shadow:0 15px 30px rgba(0,0,0,0.1);
     
    21882193                .eotpaw_container .eotpaw_card .eotpaw_right-side{
    21892194                    width:65%;
    2190                     background-color:#ccffff;
     2195                    background-color:#ddffff;
    21912196                    height:100%;
    21922197                  border-radius:20px;
  • email-otp-authenticator/trunk/lib/settings.php

    r3336180 r3336500  
    11<style>
     2form
     3{
     4    color: #333333;
     5}
     6
    27.setupnotice
    38{
     
    4954    padding-left: 7px;
    5055    padding-right: 7px;
    51     background-color: #ccffff;
     56    background-color: #ddffff;
    5257    border: 1px solid #440000;
    5358    border-top: 0;
     
    111116
    112117.checkbox-wrapper-2 .ikxBAC:hover {
    113     background-color: #666666;
     118    background-color: #555555;
    114119    transition-duration: 0s;
    115120}
    116121
    117122.checkbox-wrapper-2 .ikxBAC:checked {
    118     background-color: #006666;
     123    background-color: #007777;
    119124}
    120125
     
    126131.checkbox-wrapper-2 :focus:not(.focus-visible) {
    127132    outline: 0!important;
    128     outline-color: #006666!important;
     133    outline-color: #007777!important;
    129134}
    130135
    131136.checkbox-wrapper-2 .ikxBAC:checked:hover {
    132     background-color: #441111;
     137    background-color: #003333;
    133138}
    134139
     
    10741079                            document.getElementById('emailotpauthn_formnoticentxt').value = notesmsgtexts;
    10751080                            nmbuttondiv.innerText = "Save The Changes";
    1076                             nmbuttondiv.style.background = "#ffaaff";
     1081                            nmbuttondiv.style.background = "#00ffff";
    10771082                        } else if(nmbuttondiv.innerText.toUpperCase() == "Save The Changes".toUpperCase()){
    10781083                            nmbuttondiv.disabled = true;
     
    11671172                                    <tr valign="top">
    11681173                                        <td width="9%" style="padding-left:17px;font-weight:600;margin:0px;font-family:inherit;color:#000000;"><?php esc_html_e("Headers","email-otp-authenticator"); ?></td><td width="12%" class="smpltxttd"><div id="eotpapreview0" class="sampletxt" onclick="toggledsgnbox(0,'Headers')" data-eotpabgcolor="<?php echo esc_js( $headercolor ); ?>" data-eotpatxtstyl="<?php echo esc_js( $hedrxtstyle ); ?>"><?php esc_html_e("Sample Text","email-otp-authenticator"); ?></div><input type="hidden" value="<?php echo esc_js( $headercolor ); ?>" name="emailotpauthn_headercolor" id="emailotpauthn_headercolor" /><input type="hidden" value="<?php echo esc_js( $hedrxtstyle ); ?>" name="emailotpauthn_hedrxtstyle" id="emailotpauthn_hedrxtstyle" /></td><td width="16%" rowspan="4" style="padding:0px;">
    1169                                     <table id="eotpadsgnbox" width="100%" style="background-color:#ddffff;table-layout:fixed;padding:0px;border:1px solid #00bbbb;border-collapse:collapse;display:none;">
     1174                                    <table id="eotpadsgnbox" width="100%" style="background-color:#ccffff;table-layout:fixed;padding:0px;border:1px solid #00bbbb;border-collapse:collapse;display:none;">
    11701175                                    <tr valign="top">
    11711176                                    <td width="50%" style="position:relative;font-size:1.2em;font-weight:600;padding:5px;text-align:right;"><div id="eotpatitle" data-boxid="0">Headers</div></td><td width="50%" style="padding:5px;text-align:right;"><button style="color:#000;height:20px;background-color:#0dfde4;border-color:#0dfde4;line-height:0px;cursor:pointer;" onclick="toggledsgnbox(0,'',true);return false;"><?php esc_html_e("Reset","email-otp-authenticator"); ?></button></td>
     
    12721277                            <tr class="tabcontent login"><td width="100%" colspan="2" style="padding:0px 0px 0px 0;"><table class="paneltable">
    12731278                                <tr valign="top">
    1274                                     <th width="40%" ><div class="checkbox-wrapper-2"><input class="ikxBAC" type="checkbox" value="1" onchange="setupelmns('emailotpauthn_logination','logination_table')" name="emailotpauthn_logination" id="emailotpauthn_logination" <?php checked(get_fix_option('emailotpauthn_logination',0),1); ?> /> <label for="emailotpauthn_logination"><?php esc_html_e("Activate Login Panel","email-otp-authenticator"); ?></label></div></th><td width="60%"><?php esc_html_e("For Registered Users Only. Activate to allow users to login only with OTP.","email-otp-authenticator"); ?></td>
     1279                                    <th width="40%" ><div class="checkbox-wrapper-2"><input class="ikxBAC" type="checkbox" value="1" onchange="setupelmns('emailotpauthn_logination','logination_table')" name="emailotpauthn_logination" id="emailotpauthn_logination" <?php checked(get_fix_option('emailotpauthn_logination',0),1); ?> /> <label for="emailotpauthn_logination"><?php esc_html_e("Login Panel","email-otp-authenticator"); ?></label></div></th><td width="60%"><?php esc_html_e("For Registered Users Only. Activate to allow users to login only with OTP.","email-otp-authenticator"); ?></td>
    12751280                                </tr>
    12761281                                <tr valign="top">
     
    12871292                            <tr class="tabcontent verify"><td width="100%" colspan="2" style="padding:0px 0px 0px 0;"><table class="paneltable">
    12881293                                <tr valign="top">
    1289                                     <th width="40%"><div class="checkbox-wrapper-2"><input class="ikxBAC" type="checkbox" value="1" onchange="setupelmns('emailotpauthn_authentication','authentication_table')" name="emailotpauthn_authentication" id="emailotpauthn_authentication" <?php checked(( ! $isProCopy ) ? 0 : get_fix_option('emailotpauthn_authentication',0),1); ?> /> <label for="emailotpauthn_authentication"><?php esc_html_e("Activate User Verification Panel","email-otp-authenticator"); ?></label><?php if(! $isProCopy) echo '<sup style="color:red;"> Pro</sup>'; ?></div></th><td width="60%"><?php esc_html_e("For Registered Users Only. Activate to verify users to access any permissible data even without login.","email-otp-authenticator"); ?></td>
     1294                                    <th width="40%"><div class="checkbox-wrapper-2"><input class="ikxBAC" type="checkbox" value="1" onchange="setupelmns('emailotpauthn_authentication','authentication_table')" name="emailotpauthn_authentication" id="emailotpauthn_authentication" <?php checked(( ! $isProCopy ) ? 0 : get_fix_option('emailotpauthn_authentication',0),1); ?> /> <label for="emailotpauthn_authentication"><?php esc_html_e("User Verification Panel","email-otp-authenticator"); ?></label><?php if(! $isProCopy) echo '<sup style="color:red;"> Pro</sup>'; ?></div></th><td width="60%"><?php esc_html_e("For Registered Users Only. Activate to verify users to access any permissible data even without login.","email-otp-authenticator"); ?></td>
    12901295                                </tr>
    12911296                                <tr valign="top">
     
    13261331                            <tr class="tabcontent register"><td width="100%" colspan="2" style="padding:0px 0px 0px 0;"><table class="paneltable">
    13271332                                <tr valign="top">
    1328                                     <th width="40%" ><div class="checkbox-wrapper-2"><input class="ikxBAC" type="checkbox" value="1" onchange="setupelmns('emailotpauthn_rgstrauthnticn','rgstrauthnticn_table')" name="emailotpauthn_rgstrauthnticn" id="emailotpauthn_rgstrauthnticn" <?php checked(( ! $isPrimeCopy ) ? 0 : get_fix_option('emailotpauthn_rgstrauthnticn',0),1); ?> /> <label for="emailotpauthn_rgstrauthnticn"><?php esc_html_e("Activate Registration Panel","email-otp-authenticator"); ?></label><?php if(! $isPrimeCopy) echo '<sup style="color:crimson;"> Prime</sup>'; ?></div></th><td width="60%"><?php esc_html_e("For Guest Users Only. Activate to allow guests to register, only with the email and OTP.","email-otp-authenticator"); ?></td>
     1333                                    <th width="40%" ><div class="checkbox-wrapper-2"><input class="ikxBAC" type="checkbox" value="1" onchange="setupelmns('emailotpauthn_rgstrauthnticn','rgstrauthnticn_table')" name="emailotpauthn_rgstrauthnticn" id="emailotpauthn_rgstrauthnticn" <?php checked(( ! $isPrimeCopy ) ? 0 : get_fix_option('emailotpauthn_rgstrauthnticn',0),1); ?> /> <label for="emailotpauthn_rgstrauthnticn"><?php esc_html_e("Registration Panel","email-otp-authenticator"); ?></label><?php if(! $isPrimeCopy) echo '<sup style="color:crimson;"> Prime</sup>'; ?></div></th><td width="60%"><?php esc_html_e("For Guest Users Only. Activate to allow guests to register, only with the email and OTP.","email-otp-authenticator"); ?></td>
    13291334                                </tr>
    13301335                                <tr valign="top">
     
    13561361                            <tr class="tabcontent vguest"><td width="100%" colspan="2" style="padding:0px 0px 0px 0;"><table class="paneltable">
    13571362                                <tr valign="top">
    1358                                     <th width="40%" ><div class="checkbox-wrapper-2"><input class="ikxBAC" type="checkbox" value="1" onchange="setupelmns('emailotpauthn_guestauthnticn','guestauthnticn_table')" name="emailotpauthn_guestauthnticn" id="emailotpauthn_guestauthnticn" <?php checked(( ! $isPrimeCopy ) ? 0 : get_fix_option('emailotpauthn_guestauthnticn',0),1); ?> /> <label for="emailotpauthn_guestauthnticn"><?php esc_html_e("Activate Guest Verification Panel","email-otp-authenticator"); ?></label><?php if(! $isPrimeCopy) echo '<sup style="color:crimson;"> Prime</sup>'; ?></div></th><td width="60%"><?php esc_html_e("For Guest Users Only. Activate to verify users to access any permissible data without registration.","email-otp-authenticator"); ?></td>
     1363                                    <th width="40%" ><div class="checkbox-wrapper-2"><input class="ikxBAC" type="checkbox" value="1" onchange="setupelmns('emailotpauthn_guestauthnticn','guestauthnticn_table')" name="emailotpauthn_guestauthnticn" id="emailotpauthn_guestauthnticn" <?php checked(( ! $isPrimeCopy ) ? 0 : get_fix_option('emailotpauthn_guestauthnticn',0),1); ?> /> <label for="emailotpauthn_guestauthnticn"><?php esc_html_e("Guest Verification Panel","email-otp-authenticator"); ?></label><?php if(! $isPrimeCopy) echo '<sup style="color:crimson;"> Prime</sup>'; ?></div></th><td width="60%"><?php esc_html_e("For Guest Users Only. Activate to verify users to access any permissible data without registration.","email-otp-authenticator"); ?></td>
    13591364                                </tr>
    13601365                                <tr valign="top">
     
    13921397                            <tr class="tabcontent email"><td width="100%" colspan="2" style="padding:0px 0px 0px 0;"><table class="paneltable">
    13931398                                <tr valign="top">
    1394                                     <th width="40%"><div class="checkbox-wrapper-2"><input class="ikxBAC" type="checkbox" value="1" onchange="setupelmns('emailotpauthn_emailsettings','emailsettings_table')" name="emailotpauthn_emailsettings" id="emailotpauthn_emailsettings" <?php checked(get_fix_option('emailotpauthn_emailsettings',0),1); ?> /> <label for="emailotpauthn_emailsettings"><?php esc_html_e("Activate Email Panel","email-otp-authenticator"); ?></label></div></th><td width="60%"><?php esc_html_e("Activate this panel to edit and implement these email settings.","email-otp-authenticator"); ?></td>
     1399                                    <th width="40%"><div class="checkbox-wrapper-2"><input class="ikxBAC" type="checkbox" value="1" onchange="setupelmns('emailotpauthn_emailsettings','emailsettings_table')" name="emailotpauthn_emailsettings" id="emailotpauthn_emailsettings" <?php checked(get_fix_option('emailotpauthn_emailsettings',0),1); ?> /> <label for="emailotpauthn_emailsettings"><?php esc_html_e("Email Panel","email-otp-authenticator"); ?></label></div></th><td width="60%"><?php esc_html_e("Activate this panel to edit and implement these email settings.","email-otp-authenticator"); ?></td>
    13951400                                </tr>
    13961401                                <tr valign="top"><td colspan="2"><table id="emailsettings_table" width="100%">
     
    15141519                                </table></td></tr>
    15151520                                <tr valign="top">
    1516                                     <td colspan="2" style="padding-top:0px;"><hr style="height:2px;border-width:0;color:crimson;background-color:crimson;margin-bottom:0px;"></td>
     1521                                    <td colspan="2" style="padding-top:0px;"><hr style="height:2px;border-width:0;background-color:#005555;margin-bottom:0px;"></td>
    15171522                                </tr>
    15181523                                <tr valign="top">
     
    15761581                                </table></td></tr>
    15771582                                <tr valign="top">
    1578                                     <td colspan="2" style="padding-top:0px;"><hr style="height:2px;border-width:0;color:crimson;background-color:crimson;margin-bottom:0px;"></td>
     1583                                    <td colspan="2" style="padding-top:0px;"><hr style="height:2px;border-width:0;background-color:#005555;margin-bottom:0px;"></td>
    15791584                                </tr>
    15801585                                <tr valign="top">
     
    16421647                                </tr>
    16431648                                <tr valign="top">
    1644                                     <td colspan="2" style="padding-top:0px;padding-bottom:10px;"><hr style="height:2px;border-width:0;color:crimson;background-color:crimson"></td>
     1649                                    <td colspan="2" style="padding-top:0px;padding-bottom:10px;"><hr style="height:2px;border-width:0;background-color:#005555;"></td>
    16451650                                </tr>
    16461651                                <tr valign="top">
     
    16791684                                </tr>
    16801685                                <tr valign="top">
    1681                                     <td colspan="2" style="padding-top:0px;padding-bottom:10px;"><hr style="height:2px;border-width:0;color:crimson;background-color:crimson"></td>
     1686                                    <td colspan="2" style="padding-top:0px;padding-bottom:10px;"><hr style="height:2px;border-width:0;background-color:#005555;"></td>
    16821687                                </tr>
    16831688                                <tr valign="top">
     
    16981703                                </tbody></table></td></tr>
    16991704                                <tr valign="top">
    1700                                     <td colspan="2" style="padding-top:0px;padding-bottom:10px;"><hr style="height:2px;border-width:0;color:crimson;background-color:crimson"></td>
     1705                                    <td colspan="2" style="padding-top:0px;padding-bottom:10px;"><hr style="height:2px;border-width:0;background-color:#005555;"></td>
    17011706                                </tr>
    17021707                                <tr valign="top">
     
    20582063                    height:500px;
    20592064                    width:800px;
    2060                     background-color:#ccffff;
     2065                    background-color:#ddffff;
    20612066                    position:relative;
    20622067                    box-shadow:0 15px 30px rgba(0,0,0,0.1);
     
    21882193                .eotpaw_container .eotpaw_card .eotpaw_right-side{
    21892194                    width:65%;
    2190                     background-color:#ccffff;
     2195                    background-color:#ddffff;
    21912196                    height:100%;
    21922197                  border-radius:20px;
Note: See TracChangeset for help on using the changeset viewer.