1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-28 15:29:59 +02:00

Flextype Box Plugin: Admin #125 #117

- Entries Controller/Views implementation
This commit is contained in:
Awilum
2019-05-22 14:48:00 +03:00
parent efae413555
commit 5769508d13
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
{% extends "plugins/admin/views/partials/base.html" %}
{% block content %}
@{{ dump(entry_body) }}@
{% endblock %}

View File

@@ -6,7 +6,7 @@
<form method="post" id="form">
<input type="hidden" name="{{csrf.keys.name}}" value="{{csrf.name}}">
<input type="hidden" name="{{csrf.keys.value}}" value="{{csrf.value}}">
<input type="hidden" name="entry" value="{{entry}}">
<input type="hidden" name="entry_name" value="{{entry_name}}">
<div class="form-group">
<label for="title">{{ tr('admin_type') }}</label>
<select class="form-control" name="fieldset">