Skip to content
Snippets Groups Projects
Commit c7b366fc authored by Aria Givi's avatar Aria Givi
Browse files

select tag eingefuegt im blade template

parent f47ce0c0
No related branches found
No related tags found
2 merge requests!1040Development,!1016Resolve "Methode zum Ändern von Übersetzten Seiten entwickeln"
......@@ -13,10 +13,16 @@
</div>
-->
*/?>
<h2>{{$filename}}</h2>
<h2>Aktuelle Datei: {{$filename}}</h2>
<form id="submit" method="POST">
<input type="hidden" name="filename" value="{{$filename}}" />
</form>
<p style="display: inline;"> Andere Datei auswählen: </p>
<select name="chooseFile" form="submit" type="submit">
@foreach($otherFiles as $otherFile)
<option value={{$otherFile}}>{{ $otherFile }}</option>
@endforeach
</select>
<table class="table">
<thead>
<tr>
......
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