Ignore:
Timestamp:
May 6, 2020, 9:26:22 PM (4 years ago)
Author:
ddtddt
Message:

[manage_properties_photos]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/manage_properties_photos/admin/admin.tpl

    r32162 r32180  
    381381        <legend>{'Properties additionals'|@translate}</legend>
    382382        <table>
    383             {foreach from=$info_photos item=infophoto}
     383            {foreach from=$info_photosI item=infophoto}
    384384            <tr>
    385385                <td style="width: 100px;"><span style="font-weight: bold; text-align: right;" >{$infophoto.AIPWORDING}</span></td>
     
    439439          {/if}
    440440          <br>
     441          <br>
     442          {if isset($mppconfig.MPPSHID)}
     443                <span style="margin: 0 0 0 20px"><input class="submit" name="submitmppsid" type="submit" value="{'Show Image Id'|@translate}" />
     444          {else}
     445            <span style="margin: 0 0 0 20px"><input class="submit" name="submitmpphid" type="submit" value="{'Hide Image Id'|@translate}" />
     446          {/if}
     447          <br>
     448         
    441449        </div>
    442450        </form>
Note: See TracChangeset for help on using the changeset viewer.