Advertisement
jamboljack

Button Pilih Satuan

Aug 6th, 2016
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.59 KB | None | 0 0
  1. <div class="input-group">
  2.     <div class="input-group-control">
  3.         <input type="text" class="form-control obat_satuan" id="satuan" name="satuan" placeholder="Satuan" onkeydown="checktxtbox()" readonly>
  4.         <label for="form_control_1">Satuan</label>
  5.     </div>
  6.         <span class="input-group-btn btn-right">
  7.             <button class="btn blue-madison pilih_satuan" type="button" data-toggle="modal" data-target="#pilihsatuan" title="Pilih Satuan" id="butn" name="butn" disabled>
  8.                 <i class="fa fa-search"></i>
  9.             </button>                                                    
  10.         </span>
  11. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement