Commit 2ec13405 authored by Nicolas Widart's avatar Nicolas Widart

Adding placeholder for page selection

parent dcccc458
......@@ -2,6 +2,7 @@
return [
'form' => [
'page' => 'Page',
'module' => 'Module',
'target' => 'Target',
'same tab' => 'Same tab',
......
......@@ -2,6 +2,7 @@
return [
'form' => [
'page' => 'Page',
'module' => 'Module',
'target' => 'Target',
'same tab' => 'Même tab',
......
<div class="form-group">
<label for="page">{{ trans('menu::menu-items.form.page') }}</label>
<select class="form-control" name="page" id="page">
<option value=""></option>
</select>
</div>
<div class="form-group">
<label for="module">{{ trans('menu::menu-items.form.module') }}</label>
<select class="form-control" name="module" id="module">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment