Plugin Directory

Changeset 2566252


Ignore:
Timestamp:
07/17/2021 09:33:26 AM (5 years ago)
Author:
oxwalor
Message:

Label Updates

Location:
fix-and-flip-calculator
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • fix-and-flip-calculator/tags/1.0.3/includes/calculator.php

    r2565105 r2566252  
    6363                            <div class="form-row">
    6464                                <div class="form-group col-md-12">
    65                                     <label for="inputPurchasePrice">Purchase Price</label>
     65                                    <label for="inputPurchasePrice">Purchase Price (Incl. Taxes)</label>
    6666                                    <input type="text" class="form-control" id="inputPurchasePrice" value="575000">
    6767                                </div>
    6868                                <div class="form-group col-md-12">
    69                                     <label for="inputPurchaseClosingCosts">Closing Costs (Incl. Taxes)</label>
     69                                    <label for="inputPurchaseClosingCosts">Closing Costs</label>
    7070                                    <input type="number" class="form-control" id="inputPurchaseClosingCosts" value="25000">
    7171                                </div>
  • fix-and-flip-calculator/tags/1.0.3/includes/widget.php

    r2565087 r2566252  
    6161                          <div class="form-row">
    6262                            <div class="form-group col-md-12">
    63                               <label for="inputPurchasePrice">Purchase Price</label>
    64                               <input type="text" class="form-control" id="widget_inputPurchasePrice" value="100000">
     63                              <label for="inputPurchasePrice">Purchase Price (Incl. Taxes)</label>
     64                              <input type="text" class="form-control" id="widget_inputPurchasePrice" value="500000">
    6565                            </div>
    6666                            <div class="form-group col-md-12">
    6767                              <label for="inputPurchaseClosingCosts">Closing Costs</label>
    68                               <input type="number" class="form-control" id="widget_inputPurchaseClosingCosts" value="2500">
     68                              <input type="number" class="form-control" id="widget_inputPurchaseClosingCosts" value="22500">
    6969                            </div>
    7070                          </div>
    71                           <h2>Disposition Costs</h2>
     71                          <h2>Disposal Costs</h2>
    7272                          <div class="form-row">
    7373                            <div class="form-group col-md-12">
    74                               <label for="inputSaleClosingCosts">Sale Closing Costs</label>
    75                               <input type="number" class="form-control" id="widget_inputSaleClosingCosts" value="2500">
     74                              <label for="inputSaleClosingCosts">Sale Closing Costs (Incl. Taxes)</label>
     75                              <input type="number" class="form-control" id="widget_inputSaleClosingCosts" value="23500">
    7676                            </div>
    7777                          <div class="form-group col-md-12">
  • fix-and-flip-calculator/trunk/includes/calculator.php

    r2565105 r2566252  
    6363                            <div class="form-row">
    6464                                <div class="form-group col-md-12">
    65                                     <label for="inputPurchasePrice">Purchase Price</label>
     65                                    <label for="inputPurchasePrice">Purchase Price (Incl. Taxes)</label>
    6666                                    <input type="text" class="form-control" id="inputPurchasePrice" value="575000">
    6767                                </div>
    6868                                <div class="form-group col-md-12">
    69                                     <label for="inputPurchaseClosingCosts">Closing Costs (Incl. Taxes)</label>
     69                                    <label for="inputPurchaseClosingCosts">Closing Costs</label>
    7070                                    <input type="number" class="form-control" id="inputPurchaseClosingCosts" value="25000">
    7171                                </div>
  • fix-and-flip-calculator/trunk/includes/widget.php

    r2565087 r2566252  
    6161                          <div class="form-row">
    6262                            <div class="form-group col-md-12">
    63                               <label for="inputPurchasePrice">Purchase Price</label>
    64                               <input type="text" class="form-control" id="widget_inputPurchasePrice" value="100000">
     63                              <label for="inputPurchasePrice">Purchase Price (Incl. Taxes)</label>
     64                              <input type="text" class="form-control" id="widget_inputPurchasePrice" value="500000">
    6565                            </div>
    6666                            <div class="form-group col-md-12">
    6767                              <label for="inputPurchaseClosingCosts">Closing Costs</label>
    68                               <input type="number" class="form-control" id="widget_inputPurchaseClosingCosts" value="2500">
     68                              <input type="number" class="form-control" id="widget_inputPurchaseClosingCosts" value="22500">
    6969                            </div>
    7070                          </div>
    71                           <h2>Disposition Costs</h2>
     71                          <h2>Disposal Costs</h2>
    7272                          <div class="form-row">
    7373                            <div class="form-group col-md-12">
    74                               <label for="inputSaleClosingCosts">Sale Closing Costs</label>
    75                               <input type="number" class="form-control" id="widget_inputSaleClosingCosts" value="2500">
     74                              <label for="inputSaleClosingCosts">Sale Closing Costs (Incl. Taxes)</label>
     75                              <input type="number" class="form-control" id="widget_inputSaleClosingCosts" value="23500">
    7676                            </div>
    7777                          <div class="form-group col-md-12">
Note: See TracChangeset for help on using the changeset viewer.