Skip to content
Snippets Groups Projects
Commit dd2d7214 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Required Attribut bei der Eingabebox auf der Ergebnisseite gesetzt

parent f8b2d170
No related branches found
No related tags found
2 merge requests!125Bugfix,!124Bugfix
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<li class="pull-right"> <li class="pull-right">
<form method="get" accept-charset="UTF-8" class="form" id="submitForm"> <form method="get" accept-charset="UTF-8" class="form" id="submitForm">
<div class="input-group"> <div class="input-group">
<input autocomplete="off" class="form-control" form="submitForm" id="eingabeTop" name="eingabe" placeholder="Suchbegriffe erweitern/verändern, oder völlig neue Suche:" tabindex="1" type="text" value="{{ $eingabe }}" /> <input autocomplete="off" class="form-control" form="submitForm" id="eingabeTop" name="eingabe" placeholder="Suchbegriffe erweitern/verändern, oder völlig neue Suche:" tabindex="1" type="text" value="{{ $eingabe }}" required />
<div class="input-group-addon"> <div class="input-group-addon">
<button type='submit' form="submitForm" id='search'><span class="glyphicon glyphicon-search"></span> <button type='submit' form="submitForm" id='search'><span class="glyphicon glyphicon-search"></span>
</button> </button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment