To participate you must create an account on apostrophenow.org. If you have already done so, click Login.

Show
Ignore:
Timestamp:
09/09/10 15:24:39 (21 months ago)
Author:
jake
Message:

replace image button in file edit form, starting generic file icons

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/apostrophePlugin/trunk/modules/aMedia/templates/_mediaItem.php

    r2168 r2169  
    4040      <?php // We can't render this format on this server but we need a placeholder thumbnail ?> 
    4141      <?php $type = $mediaItem->getType() ?> 
    42       <img class="a-media-icon-as-thumbnail" src="/apostrophePlugin/images/a-<?php echo $type ?>-icon-tiny.png" /> 
     42                        <span class="a-media-type"><b><?php echo $type ?></b></span> 
    4343    <?php endif ?> 
    4444  </a>