Changeset 2566252
- Timestamp:
- 07/17/2021 09:33:26 AM (5 years ago)
- Location:
- fix-and-flip-calculator
- Files:
-
- 4 edited
-
tags/1.0.3/includes/calculator.php (modified) (1 diff)
-
tags/1.0.3/includes/widget.php (modified) (1 diff)
-
trunk/includes/calculator.php (modified) (1 diff)
-
trunk/includes/widget.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fix-and-flip-calculator/tags/1.0.3/includes/calculator.php
r2565105 r2566252 63 63 <div class="form-row"> 64 64 <div class="form-group col-md-12"> 65 <label for="inputPurchasePrice">Purchase Price </label>65 <label for="inputPurchasePrice">Purchase Price (Incl. Taxes)</label> 66 66 <input type="text" class="form-control" id="inputPurchasePrice" value="575000"> 67 67 </div> 68 68 <div class="form-group col-md-12"> 69 <label for="inputPurchaseClosingCosts">Closing Costs (Incl. Taxes)</label>69 <label for="inputPurchaseClosingCosts">Closing Costs</label> 70 70 <input type="number" class="form-control" id="inputPurchaseClosingCosts" value="25000"> 71 71 </div> -
fix-and-flip-calculator/tags/1.0.3/includes/widget.php
r2565087 r2566252 61 61 <div class="form-row"> 62 62 <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"> 65 65 </div> 66 66 <div class="form-group col-md-12"> 67 67 <label for="inputPurchaseClosingCosts">Closing Costs</label> 68 <input type="number" class="form-control" id="widget_inputPurchaseClosingCosts" value="2 500">68 <input type="number" class="form-control" id="widget_inputPurchaseClosingCosts" value="22500"> 69 69 </div> 70 70 </div> 71 <h2>Dispos itionCosts</h2>71 <h2>Disposal Costs</h2> 72 72 <div class="form-row"> 73 73 <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="2 500">74 <label for="inputSaleClosingCosts">Sale Closing Costs (Incl. Taxes)</label> 75 <input type="number" class="form-control" id="widget_inputSaleClosingCosts" value="23500"> 76 76 </div> 77 77 <div class="form-group col-md-12"> -
fix-and-flip-calculator/trunk/includes/calculator.php
r2565105 r2566252 63 63 <div class="form-row"> 64 64 <div class="form-group col-md-12"> 65 <label for="inputPurchasePrice">Purchase Price </label>65 <label for="inputPurchasePrice">Purchase Price (Incl. Taxes)</label> 66 66 <input type="text" class="form-control" id="inputPurchasePrice" value="575000"> 67 67 </div> 68 68 <div class="form-group col-md-12"> 69 <label for="inputPurchaseClosingCosts">Closing Costs (Incl. Taxes)</label>69 <label for="inputPurchaseClosingCosts">Closing Costs</label> 70 70 <input type="number" class="form-control" id="inputPurchaseClosingCosts" value="25000"> 71 71 </div> -
fix-and-flip-calculator/trunk/includes/widget.php
r2565087 r2566252 61 61 <div class="form-row"> 62 62 <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"> 65 65 </div> 66 66 <div class="form-group col-md-12"> 67 67 <label for="inputPurchaseClosingCosts">Closing Costs</label> 68 <input type="number" class="form-control" id="widget_inputPurchaseClosingCosts" value="2 500">68 <input type="number" class="form-control" id="widget_inputPurchaseClosingCosts" value="22500"> 69 69 </div> 70 70 </div> 71 <h2>Dispos itionCosts</h2>71 <h2>Disposal Costs</h2> 72 72 <div class="form-row"> 73 73 <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="2 500">74 <label for="inputSaleClosingCosts">Sale Closing Costs (Incl. Taxes)</label> 75 <input type="number" class="form-control" id="widget_inputSaleClosingCosts" value="23500"> 76 76 </div> 77 77 <div class="form-group col-md-12">
Note: See TracChangeset
for help on using the changeset viewer.