Advertisement
petar_bonov

[M] unit settings under news

Jun 13th, 2023 (edited)
955
0
37 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.94 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="flyout-menu" id="small-units-popup">
  8.         <form>
  9.             <fieldset>
  10.                 <legend>Your choice</legend>
  11.                 <label>
  12.                     <input type="radio" name="small-units-system" value="1">
  13.                     <span>US</span>
  14.                 </label>
  15.                 <label>
  16.                     <input type="radio" name="small-units-system" value="3">
  17.                     <span>UK</span>
  18.                 </label>
  19.                 <label>
  20.                     <input type="radio" name="small-units-system" value="2" checked>
  21.                     <span>Rest of the world</span>
  22.                 </label>        
  23.             </fieldset>
  24.         </form>
  25.     </div>
  26. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement