Ignore:
Timestamp:
Jan 27, 2016, 10:21:07 AM (8 years ago)
Author:
ddtddt
Message:

[extensions] - manage_properties_photos -

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/manage_properties_photos/initpicture.php

    r30703 r31342  
    155155                </dd>
    156156        </div>
     157    {else if $addinfophotos.AIPWORDING == \'Description\' and isset($COMMENT_IMG)}
     158        <div id="Description" class="imageInfo">
     159            <dt>{\'Description\'|@translate}</dt>
     160            <dd>
     161                {$COMMENT_IMG}
     162            </dd>
     163        </div>
     164        {footer_script}
     165            jQuery(document).ready(function(){
     166              jQuery(".imageComment").hide();
     167            });
     168        {/footer_script}
    157169    {else if $addinfophotos.AIPDATA}
    158170        <div id="add_info" class="imageInfo">
Note: See TracChangeset for help on using the changeset viewer.