Skip to content

Commit

Permalink
translating
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarMAshour committed Oct 23, 2022
1 parent 08a8199 commit 348d7c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions coop_challenge/templates/coop_challenge/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,26 +43,26 @@
</li>
<li class="nav-item">
<div style="padding: 10px;"><div class="input-group mb-2">
<input type="text" class="form-control" style = "font-size: 20px; padding-bottom: 10px"placeholder="My cellar ..." aria-label="My cellar" aria-describedby="My cellar">
<input type="text" class="form-control" style = "font-size: 20px; padding-bottom: 10px"placeholder="Mein Weinkeller ..." aria-label="My cellar" aria-describedby="My cellar">
<button class="btn btn-outline-secondary" type="button" id="search-btn"><i data-feather="search"></i></button>
</div></div>
</li>
<li class="nav-item">
<a class="nav-link" style = "font-size: 20px ; padding-top: 10px; padding-bottom: 30px;" href="#">
<span data-feather="tag"></span>
Scan and label
Scannen und beschreiben
</a>
</li>
<li class="nav-item">
<a class="nav-link" style = "font-size: 20px; padding-bottom: 30px;" href="#">
<span data-feather="users"></span>
Recommend wine
Wein empfehlen
</a>
</li>
<li class="nav-item">
<a class="nav-link" style = "font-size: 20px" href="#">
<span data-feather="info"></span>
About
Über uns
</a>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion coop_challenge/templates/coop_challenge/scanner_1.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<script>
function onScanSuccess(decodedText, decodedResult) {
html5QrcodeScanner.clear();
$("#resultScan").html("<div class='row d-flex justify-content-center' style='width: 60%; margin-top: 100px;'><div class='col-5 d-flex justify-content-center'><button class='btn btn-primary btn-lg'>Print label</button></div><div class='col-5 d-flex justify-content-center'><button class='btn btn-primary btn-lg'>Print sheet</button></div></div>");
$("#resultScan").html("<div class='row d-flex justify-content-center' style='width: 60%; margin-top: 100px;'><div class='col-5 d-flex justify-content-center'><button class='btn btn-primary btn-lg'>Label drucken</button></div><div class='col-5 d-flex justify-content-center'><button class='btn btn-primary btn-lg'>Datenblatt drucken</button></div></div>");
}

var html5QrcodeScanner = new Html5QrcodeScanner(
Expand Down

0 comments on commit 348d7c9

Please sign in to comment.