first commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
|
||||
<h4 class="modal-title">{$webpage->getName()}</h4>
|
||||
</div>
|
||||
<div class="modal-body tinymce_html">
|
||||
{$webpage->getContent()}
|
||||
</div>
|
||||
Reference in New Issue
Block a user