1
0

Use correct media db overlay for extended entry properties.

References #110
This commit is contained in:
Matthias Mees
2014-04-28 15:51:14 +02:00
parent e4a0830ad1
commit 9c061a77ae
2 changed files with 2 additions and 2 deletions

View File

@ -459,7 +459,7 @@ class serendipity_event_entryproperties extends serendipity_event
<div id="ep_column_<?php echo $fieldname; ?>" class="clearfix form_area">
<label for="prop<?php echo $fieldname; ?>"><?php echo $fieldname; ?></label>
<textarea id="prop<?php echo $fieldname; ?>" name="serendipity[properties][<?php echo $fieldname; ?>]"><?php echo htmlspecialchars($value); ?></textarea>
<input class="customfieldMedia" type="button" name="insImage" value="<?php echo MEDIA ; ?>" data-tarea="prop<?php echo $fieldname; ?>">
<button class="customfieldMedia" type="button" name="insImage" title="<?php echo MEDIA ; ?>"><span class="icon-picture"></span><span class="visuallyhidden"><?php echo MEDIA ; ?></span></button>
</div>
<?php
}