mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
14 lines
450 B
Smarty
Executable file
14 lines
450 B
Smarty
Executable file
<div class="generic-content-wrapper">
|
|
<div class="section-title-wrapper">
|
|
{{if $delete}}
|
|
<div class="pull-right">
|
|
<a href="item/drop/{{$id}}" id="delete-btn" class="btn btn-xs btn-danger" onclick="return confirmDelete();"><i class="icon-trash"></i> {{$delete}}</a>
|
|
</div>
|
|
{{/if}}
|
|
<h2>{{$title}}</h2>
|
|
<div class="clear"></div>
|
|
</div>
|
|
<div id="webpage-editor" class="section-content-tools-wrapper">
|
|
{{$editor}}
|
|
</div>
|
|
</div>
|