Added metadata editor title and ellipsis

This commit is contained in:
Albert Santoni 2015-08-27 20:23:53 -04:00
parent a08d5b71cf
commit 8c90fbe4eb
3 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,6 @@
<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>