7 lines
313 B
PHTML
7 lines
313 B
PHTML
<div class="ui-widget ui-widget-content block-shadow simple-formblock clearfix padded-strong" id="edit-md-dialog">
|
|
<div class="inner_editor_title">
|
|
<H2><?php echo(_("Editing "));?>"<span class="title_obj_name"><?php echo($this->title); ?></span>"</H2>
|
|
</div>
|
|
<?php echo $this->form; ?>
|
|
</div>
|