Plugin Directory

Changeset 1262263


Ignore:
Timestamp:
10/09/2015 07:15:55 AM (10 years ago)
Author:
mrsubiz
Message:

update setting

Location:
subiz-live-chat
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • subiz-live-chat/subiz-for-wp.php

    r1262248 r1262263  
    1 <?php
     1<?php
    22/*
    33  Plugin Name: Subiz Live Chat
     
    5252            <div class="metabox-holder meta-box-sortables ui-sortable pointer">
    5353                <div class="postbox" id="subizActivateBox" style="float:left;width:30em;margin-right:20px;">
    54                     <h3 class="hndle" align="center"><span>Subiz Live chat - Set up your Subiz Account</span></h3>
     54                    <h3 class="hndle" style="text-align:center"><span>Subiz Live chat - Set up your Subiz Account</span></h3>
    5555                    <div class="inside" style="padding: 0 10px;">
    5656                        <p style="text-align:center"><a target="_blank" href="http://subiz.com/?utm_source=plugin_wp&utm_medium=plugin&utm_campaign=plugin_wp1.1" title="Subiz Live chat - Live support Solution for Business websites"><img src="<?php echo($sfw_plugin_url) ?>subiz-logo.png" width="173" height="49" alt="Subiz Logo" /></a></p>
     
    5858                        <form  name="subiz_install_widget" id="subiz_install_widget" method="post" action="">
    5959                                    <?php settings_fields('subiz-live-chat-group'); ?>
    60                             <p align="center">
     60                            <p style="text-align:center">
    6161                                <strong><?php
    6262                                    if (isset($subiz_licence_id_chk) && $subiz_licence_id_chk != '') {
     
    6767                                    ?></strong>
    6868                            </p>
    69                             <p align="center">
     69                            <p style="text-align:center">
    7070                                Licence ID: <input type="text" name="subiz_licence_id" id="subiz_licence_id" value="<?php echo $subiz_licence_id_chk?>" style="width:75%" />
    7171                            </p>
    72                             <p class="submit" align="center" style="text-align:center">
     72                            <p class="submit" style="text-align:center">
    7373                                <input id="subiz_activate_bt" type="submit" class="button-primary" value="<?php
    7474                                if (isset($subiz_licence_id_chk) && $subiz_licence_id_chk != '') {
     
    7979                                ?>" />
    8080                            </p>
    81                             <p align="center">Don’t have an account? <a href="javascript: void(0)" id="subizBtRegister" title="Register for free subiz account">Register for FREE</a></p>
     81                            <p style="text-align:center">Don’t have an account? <a href="javascript: void(0)" id="subizBtRegister" title="Register for free subiz account">Register for FREE</a></p>
    8282                        </form>
    8383                        <img style="margin-left: 35%; display: none;" id="subiz_loading_action" src="<?php echo $sfw_plugin_url . 'loader.gif'; ?>">
    84                         <p align="center"><small class="nonessential">Entering incorrect account will result in an error!</small></p>
     84                        <p style="text-align:center"><small class="nonessential">Entering incorrect account will result in an error!</small></p>
    8585                    </div>
    8686                </div>
     
    9090                        <p style="text-align:center"><a target="_blank" href="http://subiz.com/?utm_source=plugin_wp&utm_medium=plugin&utm_campaign=plugin_wp1.1" title="Subiz Live chat - Live support Solution for Business websites"><img src="<?php echo($sfw_plugin_url) ?>subiz-logo.png" width="173" height="49" alt="Subiz Logo" /></a></p>
    9191                        <form name="subiz_register_widget" id="subiz_register_widget" method="post">
    92                             <p align="center"><strong>Register for free subiz account</strong></p>
     92                            <p style="text-align:center"><strong>Register for free subiz account</strong></p>
    9393                            <p>
    9494                                Email: (<font style="color: red;">*</font>)<input type="text" name="subiz_register_email" id="subiz_register_email" value="" style="width:100%" />
     
    9797                                Username: (<font style="color: red;">*</font>)<input type="text" name="subiz_register_name" id="subiz_register_name" value="" style="width:100%" />
    9898                            </p>
    99                             <p class="submit" align="center">
     99                            <p class="submit" style="text-align:center">
    100100                                <input type="submit" class="button-primary" value="Register Account" />
    101101                            </p>
    102                             <p align="center">You have an account?  <a href="javascript: void(0)" id="subizBtActivate" title="Activate your subiz account">Install subiz widget</a></p>
     102                            <p style="text-align:center">You have an account?  <a href="javascript: void(0)" id="subizBtActivate" title="Activate your subiz account">Install subiz widget</a></p>
    103103                        </form>
    104104                        <img style="margin-left: 35%; display: none;" id="subiz_loading_register" src="<?php echo $sfw_plugin_url . 'loader.gif'; ?>">
    105                         <p align="center"><small class="nonessential">You must login in your email account to activate and complete register subiz account!</small></p>
     105                        <p style="text-align:center"><small class="nonessential">You must login in your email account to activate and complete register subiz account!</small></p>
    106106                    </div>
    107107                </div>
  • subiz-live-chat/trunk/subiz-for-wp.php

    r1262248 r1262263  
    1 <?php
     1<?php
    22/*
    33  Plugin Name: Subiz Live Chat
     
    5252            <div class="metabox-holder meta-box-sortables ui-sortable pointer">
    5353                <div class="postbox" id="subizActivateBox" style="float:left;width:30em;margin-right:20px;">
    54                     <h3 class="hndle" align="center"><span>Subiz Live chat - Set up your Subiz Account</span></h3>
     54                    <h3 class="hndle" style="text-align:center"><span>Subiz Live chat - Set up your Subiz Account</span></h3>
    5555                    <div class="inside" style="padding: 0 10px;">
    5656                        <p style="text-align:center"><a target="_blank" href="http://subiz.com/?utm_source=plugin_wp&utm_medium=plugin&utm_campaign=plugin_wp1.1" title="Subiz Live chat - Live support Solution for Business websites"><img src="<?php echo($sfw_plugin_url) ?>subiz-logo.png" width="173" height="49" alt="Subiz Logo" /></a></p>
     
    5858                        <form  name="subiz_install_widget" id="subiz_install_widget" method="post" action="">
    5959                                    <?php settings_fields('subiz-live-chat-group'); ?>
    60                             <p align="center">
     60                            <p style="text-align:center">
    6161                                <strong><?php
    6262                                    if (isset($subiz_licence_id_chk) && $subiz_licence_id_chk != '') {
     
    6767                                    ?></strong>
    6868                            </p>
    69                             <p align="center">
     69                            <p style="text-align:center">
    7070                                Licence ID: <input type="text" name="subiz_licence_id" id="subiz_licence_id" value="<?php echo $subiz_licence_id_chk?>" style="width:75%" />
    7171                            </p>
    72                             <p class="submit" align="center" style="text-align:center">
     72                            <p class="submit" style="text-align:center">
    7373                                <input id="subiz_activate_bt" type="submit" class="button-primary" value="<?php
    7474                                if (isset($subiz_licence_id_chk) && $subiz_licence_id_chk != '') {
     
    7979                                ?>" />
    8080                            </p>
    81                             <p align="center">Don’t have an account? <a href="javascript: void(0)" id="subizBtRegister" title="Register for free subiz account">Register for FREE</a></p>
     81                            <p style="text-align:center">Don’t have an account? <a href="javascript: void(0)" id="subizBtRegister" title="Register for free subiz account">Register for FREE</a></p>
    8282                        </form>
    8383                        <img style="margin-left: 35%; display: none;" id="subiz_loading_action" src="<?php echo $sfw_plugin_url . 'loader.gif'; ?>">
    84                         <p align="center"><small class="nonessential">Entering incorrect account will result in an error!</small></p>
     84                        <p style="text-align:center"><small class="nonessential">Entering incorrect account will result in an error!</small></p>
    8585                    </div>
    8686                </div>
     
    9090                        <p style="text-align:center"><a target="_blank" href="http://subiz.com/?utm_source=plugin_wp&utm_medium=plugin&utm_campaign=plugin_wp1.1" title="Subiz Live chat - Live support Solution for Business websites"><img src="<?php echo($sfw_plugin_url) ?>subiz-logo.png" width="173" height="49" alt="Subiz Logo" /></a></p>
    9191                        <form name="subiz_register_widget" id="subiz_register_widget" method="post">
    92                             <p align="center"><strong>Register for free subiz account</strong></p>
     92                            <p style="text-align:center"><strong>Register for free subiz account</strong></p>
    9393                            <p>
    9494                                Email: (<font style="color: red;">*</font>)<input type="text" name="subiz_register_email" id="subiz_register_email" value="" style="width:100%" />
     
    9797                                Username: (<font style="color: red;">*</font>)<input type="text" name="subiz_register_name" id="subiz_register_name" value="" style="width:100%" />
    9898                            </p>
    99                             <p class="submit" align="center">
     99                            <p class="submit" style="text-align:center">
    100100                                <input type="submit" class="button-primary" value="Register Account" />
    101101                            </p>
    102                             <p align="center">You have an account?  <a href="javascript: void(0)" id="subizBtActivate" title="Activate your subiz account">Install subiz widget</a></p>
     102                            <p style="text-align:center">You have an account?  <a href="javascript: void(0)" id="subizBtActivate" title="Activate your subiz account">Install subiz widget</a></p>
    103103                        </form>
    104104                        <img style="margin-left: 35%; display: none;" id="subiz_loading_register" src="<?php echo $sfw_plugin_url . 'loader.gif'; ?>">
    105                         <p align="center"><small class="nonessential">You must login in your email account to activate and complete register subiz account!</small></p>
     105                        <p style="text-align:center"><small class="nonessential">You must login in your email account to activate and complete register subiz account!</small></p>
    106106                    </div>
    107107                </div>
Note: See TracChangeset for help on using the changeset viewer.