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

Required Attribut bei der Eingabebox auf der Ergebnisseite gesetzt

parent db8653e8
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
...@@ -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