Plugin Directory

Changeset 1321585


Ignore:
Timestamp:
01/05/2016 11:25:18 AM (10 years ago)
Author:
subscriptiondna
Message:

Adding updates of my plugin

Location:
subscriptiondna/trunk/template
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • subscriptiondna/trunk/template/gift.php

    r1320937 r1321585  
    426426
    427427
    428 
     428                <div id="msgProcessing" style="display:none;" ><h4>Processing your request please wait...</h4></div>
    429429                <div class="form-group">
    430430                    <div class="col-md-12">
    431                         <input name="x_submit" value="Click here to submit form" type="submit" class="btn btn-default btn-block noErr " onclick="return checkForm(this.form);" /> <!--this.form.frm_skip_validation.value = '0';-->
     431                        <input name="x_submit" id="x_submit" value="Click here to submit form" type="submit" class="btn btn-default btn-block noErr " onclick="return checkForm(this.form);" /> <!--this.form.frm_skip_validation.value = '0';-->
    432432                    </div>
    433433                </div>
     
    935935            focused = 0;
    936936
    937             if (!mainValidated) {
     937            if (!mainValidated)
     938            {
    938939                mainValidated = true;
    939940                return(false);
    940941            }
    941942            else
     943            {
     944                xGetElementById('msgProcessing').style.display='';
     945                xGetElementById('x_submit').style.display='none';
    942946                return true;
     947            }
    943948        }
    944949        function changePeriodOptions(vall)
  • subscriptiondna/trunk/template/register.php

    r1273228 r1321585  
    457457
    458458
    459                 <b>Your Total Today:</b>
    460 
    461                     <b><i><div id='displayTaxInfo' class='label label-default'><?php echo($sel_cost == "" ? "Please select a package." : "$" . $sel_cost); ?></div></i></b>
     459                <h4>Your Total Today: <label id='displayTaxInfo' class='label' style='font-size: 18px;'><?php echo($sel_cost == "" ? "Please select a package." : "$" . $sel_cost); ?></label></h4>
     460
    462461                    <br /><br />
    463 
     462                <?php
     463                if($GLOBALS['SubscriptionDNA']['Settings']['checkmo']=="1")
     464                {
     465                ?>
    464466                <div id='paymentinfo7 radio'>
    465467                    <span id="check_mo_lbl"  class="control-label-align"><b>Payment Method</b></span>
     
    477479
    478480                </div>
    479 
     481               <?php
     482                }
     483               ?>     
    480484                <div id='paymentinfo2'>
    481485                    <div class="form-group">
     
    900904                <div class="form-group">
    901905                    <div class="col-md-12">
    902                         <input name="x_submit" value="Click here to submit form" type="submit" class="btn btn-default btn-block " onclick="return checkForm(this.form);"/>
     906                        <input name="x_submit" id="x_submit" value="Click here to submit form" type="submit" class="btn btn-default btn-block " onclick="return checkForm(this.form);"/>
    903907                    </div>
    904908                </div>
Note: See TracChangeset for help on using the changeset viewer.