| 1 |
2
|
Manuela
|
<!--
|
| 2 |
|
|
@version $Id: SectionInfoLine.htt 75 2017-03-10 10:47:06Z manu $
|
| 3 |
|
|
-->
|
| 4 |
|
|
<!-- BEGIN main_block -->
|
| 5 |
|
|
<div style="position: relative;" class="section-{aTarget.SectionInfoLine}">
|
| 6 |
|
|
<form name="form_properties" action="{aTarget.sectionUrl}sections_save.php" method="post">
|
| 7 |
|
|
<input type="hidden" name="section_id" value="{aTarget.SectionId}" />
|
| 8 |
|
|
<input type="hidden" name="page_id" value="{aTarget.pageId}" />
|
| 9 |
|
|
<input type="hidden" name="inputSection" value="1" />
|
| 10 |
|
|
<a id="{aTarget.SectionIdPrefix}" ></a>
|
| 11 |
|
|
<div class="section-info ">
|
| 12 |
|
|
<b>Block:</b> {aTarget.BlockName} ( {aTarget.sectionBlock} ) <b>Modul:</b> {aTarget.sectionModule} <b>ID:</b> {aTarget.SectionId}
|
| 13 |
|
|
<b style="margin-left: 1.225em;">Title:</b>
|
| 14 |
|
|
<input type="text" name="title_{aTarget.SectionId}" value="{aTarget.title}" style="width: 30%; margin-left: 1.225em;" class="" />
|
| 15 |
|
|
<!-- BEGIN section_block -->
|
| 16 |
|
|
{aTarget.FTAN}
|
| 17 |
|
|
<input type="submit" name="save" value="{lang.TEXT_SUBMIT}" class="section_{aTarget.SectionId} submit btn btn-default" />
|
| 18 |
|
|
<!-- END section_block -->
|
| 19 |
|
|
</div>
|
| 20 |
|
|
</form>
|
| 21 |
|
|
</div>
|
| 22 |
|
|
<!-- END main_block -->
|