Skip to content

Commit

Permalink
Add tooltips to sample.html
Browse files Browse the repository at this point in the history
  • Loading branch information
klabarge authored and Berenz committed Jun 15, 2019
1 parent 9deb653 commit ce57cf0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions sample.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,9 @@ <h3>Raw Printing</h3>
</div>
<div class="col-md-6">
<div class="form-group form-inline">
<label for="rawAltPrinting">Alternate Printing</label>
<label class="tip" for="rawAltPrinting" data-toggle="tooltip" title="Bypass driver when using CUPS">
Alternate Printing
</label>
<input type="checkbox" id="rawAltPrinting" class="pull-right" />
</div>

Expand Down Expand Up @@ -264,7 +266,7 @@ <h3>Raw Printing</h3>
</div>
<div class="col-md-6">
<div class="form-group form-inline">
<label for="pDotDensity">Dot Density</label>
<label class="tip" for="pDotDensity" data-toggle="tooltip" title="For ESCPOS only">Dot Density</label>
<input type="text" id="pDotDensity" class="form-control pull-right" />
</div>
<div class="form-group form-inline">
Expand Down

0 comments on commit ce57cf0

Please sign in to comment.