Advertisement
petar_bonov

[D] unit settings under news

Jun 13th, 2023
756
0
37 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.96 KB | None | 0 0
  1. <div class="small-settings">
  2.     This article contains localized units and prices. Change
  3.     <a href="#" onclick="return false;" id="open-small-units-popup">
  4.         <i class="head-icon icon-settings"></i> settings
  5.     </a>.
  6.  
  7.     <div class="tooltip" id="small-units-popup">
  8.         <form>
  9.             <fieldset>
  10.                 <legend>Your choice</legend>
  11.                 <label>
  12.                     <input type="radio" name="small-units-system" value="2">
  13.                     <span>US (Imperial/USD)</span>
  14.                 </label>
  15.                 <label>
  16.                     <input type="radio" name="small-units-system" value="3">
  17.                     <span>UK (Mixed/GBP)</span>
  18.                 </label>
  19.                 <label>
  20.                     <input type="radio" name="small-units-system" value="1" checked>
  21.                     <span>ROW (Metric/EUR)</span>
  22.                 </label>
  23.             </fieldset>
  24.         </form>
  25.     </div>
  26. </div>
  27.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement