Skip to content

Commit

Permalink
Fix wrong html for de
Browse files Browse the repository at this point in the history
  • Loading branch information
pawchen committed Jul 25, 2024
1 parent b7b838a commit 59b5797
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions src/de/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -769,16 +769,11 @@
<a id="Header1_HyperLinkLogin_xs" class="login-xs" href="https://www.originlab.com/restricted/login.aspx?ReturnUrl=/restricted/">Anmeldung</a>
</li>
</ul>
<div class="form-group search-controls visible-xs">
<div class="input-group">
<input name="ctl00$Header1$TxbSearch_xs" type="text" id="Header1_TxbSearch_xs" class="form-control" placeholder="Suche">
<span class="input-group-btn">
<button onclick="searchSite('Header1_TxbSearch_xs')" id="Header1_BtnSearch_xs" class="btn btn-default">
<span class="glyphicon glyphicon-search"></span>
</button>

</span>
</div>
<div class="navbar-right hidden-xs">
<input name="ctl00$Header1$TextBoxSearch" type="text" maxlength="100" id="Header1_TextBoxSearch" class="headerSearchTextBox" placeholder="Suche">
<button onclick="searchSite('Header1_TextBoxSearch')" id="Header1_ImageButtonSearch" class="headerSearchButton">
<span class="glyphicon glyphicon-search"></span>
</button>
</div>
</div>

Expand Down

0 comments on commit 59b5797

Please sign in to comment.