FileManager
This commit is contained in:
parent
c8948338bb
commit
f1e0900a7a
131 changed files with 5844 additions and 3081 deletions
|
|
@ -131,12 +131,24 @@
|
|||
<input type="hidden" name="model" value="tree">
|
||||
<input type="hidden" name="action" value="tree-node">
|
||||
<input type="hidden" name="tree_id" value="{{$model->id}}">
|
||||
<div class="input-group mb-4">
|
||||
<div class="input-group-prepend">
|
||||
<span class="input-group-text"><span
|
||||
class="fa fa-link mr-2 text-primary"></span></span>
|
||||
<div class="form-row">
|
||||
<div class="form-group col-10 col-sm-11">
|
||||
<div class="input-group mb-4">
|
||||
<div class="input-group-prepend">
|
||||
<span class="input-group-text">
|
||||
<a href="{{ $tree_node->getUrl() }}" class="" target="_blank">
|
||||
<span class="fa fa-external-link-alt mr-2 text-secondary"></span>
|
||||
</a>
|
||||
</span>
|
||||
</div>
|
||||
{{ Form::text('uri', $tree_node->getUri(), array('readonly'=>true, 'class'=>'form-control')) }}
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group col-2 col-sm-1">
|
||||
<a class="btn btn-sm btn-danger float-right" href="{{ route('iq_content_tree_delete', [$model->id, $tree_node->id, ($section? $section : '')]) }}" onclick="return confirm('Wirklich löschen? Node wird mit allen Unter-Nodes und Verknüpfungen gelöscht. ');">
|
||||
<i class="fa fa-trash-alt"></i>
|
||||
</a>
|
||||
</div>
|
||||
{{ Form::text('uri', $tree_node->getUri(), array('readonly'=>true, 'class'=>'form-control')) }}
|
||||
</div>
|
||||
<div class="form-row mb-2">
|
||||
<div class="form-group col">
|
||||
|
|
@ -150,7 +162,6 @@
|
|||
</div>
|
||||
<div class="form-row mb-2">
|
||||
<div class="form-group col">
|
||||
|
||||
<button type="button" class="btn btn-primary btn-sm float-right mb-2"
|
||||
data-toggle="modal" data-target="#modals-load-content"
|
||||
data-id="add"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue