Skip to content
Snippets Groups Projects
Commit a83041ab authored by Torsten Oppermann's avatar Torsten Oppermann
Browse files

[TASK] Showing Template Description

parent 0b45fce8
No related branches found
Tags 5.7.5
No related merge requests found
......@@ -5,6 +5,9 @@
</f:section>
<f:section name="main">
<f:flashMessages renderMode="div" />
<div class="col-md-12">
<p>{selectedTemplate.description}</p>
</div>
<div class="col-md-12">
<table class="table table-hover">
<thead>
......@@ -32,6 +35,8 @@
<f:form.hidden name="selectedExtensionKey" value="{selectedTemplate.extension}"></f:form.hidden>
<f:form.hidden name="selectedExtension" value="{selectedTemplate.extension}"></f:form.hidden>
<f:form.hidden name="selectedTemplateKey" value="{selectedTemplateKey}"></f:form.hidden>
<f:form.hidden name="contentRight" value="{contentRight}"></f:form.hidden>
<f:form.hidden name="contentLeft" value="{contentLeft}"></f:form.hidden>
</f:form>
<f:form method="post" controller="Mail" action="save">
<div class="col-md-6">
......
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