Changeset 1321585
- Timestamp:
- 01/05/2016 11:25:18 AM (10 years ago)
- Location:
- subscriptiondna/trunk/template
- Files:
-
- 2 edited
-
gift.php (modified) (2 diffs)
-
register.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
subscriptiondna/trunk/template/gift.php
r1320937 r1321585 426 426 427 427 428 428 <div id="msgProcessing" style="display:none;" ><h4>Processing your request please wait...</h4></div> 429 429 <div class="form-group"> 430 430 <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';--> 432 432 </div> 433 433 </div> … … 935 935 focused = 0; 936 936 937 if (!mainValidated) { 937 if (!mainValidated) 938 { 938 939 mainValidated = true; 939 940 return(false); 940 941 } 941 942 else 943 { 944 xGetElementById('msgProcessing').style.display=''; 945 xGetElementById('x_submit').style.display='none'; 942 946 return true; 947 } 943 948 } 944 949 function changePeriodOptions(vall) -
subscriptiondna/trunk/template/register.php
r1273228 r1321585 457 457 458 458 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 462 461 <br /><br /> 463 462 <?php 463 if($GLOBALS['SubscriptionDNA']['Settings']['checkmo']=="1") 464 { 465 ?> 464 466 <div id='paymentinfo7 radio'> 465 467 <span id="check_mo_lbl" class="control-label-align"><b>Payment Method</b></span> … … 477 479 478 480 </div> 479 481 <?php 482 } 483 ?> 480 484 <div id='paymentinfo2'> 481 485 <div class="form-group"> … … 900 904 <div class="form-group"> 901 905 <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);"/> 903 907 </div> 904 908 </div>
Note: See TracChangeset
for help on using the changeset viewer.