1
0

Fixed display of resize preview & resize form layout.

This commit is contained in:
Matthias Mees
2013-02-18 14:18:10 +01:00
parent bd3a260096
commit cc0c879538
2 changed files with 8 additions and 3 deletions

View File

@ -1,5 +1,6 @@
{* HTML5: Yes *}
{* jQuery: No *}
{if $case_imgedit}
<span class="msg_notice"><span class="icon-info-circle"></span> {$CONST.PREFERENCE_USE_JS_WARNING}</span>
{/if}
@ -340,7 +341,7 @@
</form>
<div id="serendipityScaleImg">
<img src="{$file}" name="serendipityScaleImg" style="width: {$img_width}px; height: {$img_height}px;" alt="">
<img src="{$file}" name="serendipityScaleImg" style="width: {$img_width}px;" alt="{$CONST.PREVIEW}">
</div>
</div>
{/if}