Changeset 1513537
- Timestamp:
- 10/12/2016 05:16:59 PM (9 years ago)
- File:
-
- 1 edited
-
seo-rets/branches/3.3.70/menu/developer-tools.php (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
seo-rets/branches/3.3.70/menu/developer-tools.php
r1444293 r1513537 1628 1628 <label for="none-order"><input type="radio" <?php if (get_option('sr_listingsOrder') == "none") { 1629 1629 echo "checked='checked'"; 1630 } ?> id="none-order" name="order">With out order</label><br/>1630 } ?> id="none-order" name="order">Without order</label><br/> 1631 1631 <label for="highorlow"><input type="radio" <?php if (get_option('sr_listingsOrder') != "none") { 1632 1632 echo "checked='checked'"; … … 1635 1635 <option <?php if (get_option('sr_listingsOrder') == "heightolow") { 1636 1636 echo "selected"; 1637 } ?> value="heightolow">H eightto low1637 } ?> value="heightolow">High to low 1638 1638 </option> 1639 1639 <option <?php if (get_option('sr_listingsOrder') == "lowtoheigh") { 1640 1640 echo "selected"; 1641 } ?> value="lowtoheigh">Low to h eight1641 } ?> value="lowtoheigh">Low to high 1642 1642 </option> 1643 1643 </select> … … 1670 1670 <h3>Plugin Using Bootstrap</h3> 1671 1671 1672 <p>If you no need use bootstrap style or your theme almost use ityou can disable it.</p>1672 <p>If your theme already uses bootstrap, you can disable it.</p> 1673 1673 <label for="using_boot"><input type="checkbox" 1674 1674 id="using_boot" <?php if (get_option('sr_boot') == 'true') { … … 1740 1740 1741 1741 <p>Include refine search, narrow search and map results</p> 1742 <p>To use this option in your theme must be include bootstrap!!!</p>1742 <p>To use this option in your theme, it must include the Bootstrap framework!</p> 1743 1743 <label for="bootstrap_refine"><input type="checkbox" 1744 1744 id="bootstrap_refine" <?php if (get_option('bootstrap_refine') == 'true') { … … 1758 1758 1759 1759 <p>Include refine search, narrow search and map results</p> 1760 <p>To use this option in your theme must be include bootstrap!!!</p>1761 <p>This option will change standar t refine block in shortcode when refine was add as option to1762 shortcode </p>1760 <p>To use this option in your theme, it must include the Bootstrap framework!</p> 1761 <p>This option will change standard refine block in the shortcode when refine was added as option to 1762 shortcode.</p> 1763 1763 <label for="bootstrap_refine_sc"><input type="checkbox" 1764 1764 id="bootstrap_refine_sc" <?php if (get_option('bootstrap_refine_sc') == 'true') { … … 1950 1950 form with the 1951 1951 shortcode [sr-search type="customform"]</p> 1952 <textarea id="customform-html" cols=" 40" rows="5"><?php echo get_option("sr_customform") ?></textarea>1952 <textarea id="customform-html" cols="100" rows="50"><?php echo get_option("sr_customform") ?></textarea> 1953 1953 <br/> 1954 1954 <input type="submit" id="customform-save" class="button-primary" value="Save"/><span
Note: See TracChangeset
for help on using the changeset viewer.