Skip to content

Commit

Permalink
Merge pull request #40 from babaknaderi/feature-ccr-v2
Browse files Browse the repository at this point in the history
Feature ccr v2
  • Loading branch information
rosscutler committed Mar 11, 2021
2 parents b39d8a7 + 9e02580 commit ea45286
Show file tree
Hide file tree
Showing 6 changed files with 292 additions and 50 deletions.
4 changes: 2 additions & 2 deletions src/P808Template/ACR_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -1206,13 +1206,13 @@ <h3 class="panel-title">
<input type="text" name="num2" required="" class="nospace" autocomplete="off">
</div>
<div class="col-xs-12 col-sm-4 col-md-2 col-lg-2 rnd">
<div class="row"style="text-align:center;">
<div class="row" style="text-align:center;">
<span class="baudio" id="n3" title="" data-src="{{cfg.num3_url}}" >&nbsp;</span>
</div>
<input type="text" name="num3" required="" class="nospace" autocomplete="off">
</div>
<div class="col-xs-12 col-sm-4 col-md-2 col-lg-2 rnd">
<div class="row"style="text-align:center;">
<div class="row" style="text-align:center;">
<span class="baudio" id="n4" title="" data-src="{{cfg.num4_url}}" >&nbsp;</span>
</div>
<input type="text" name="num4" required="" class="nospace" autocomplete="off">
Expand Down
Loading

0 comments on commit ea45286

Please sign in to comment.