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

Show
Ignore:
Timestamp:
09/09/10 14:53:11 (21 months ago)
Author:
rickybanister
Message:

cleaned up media library upload controls design, moved media item controls out of the thumbnail list item so they now sit on top of the selected overlay

Files:
1 modified

Legend:

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

    r2134 r2168  
    2828 
    2929<?php endif ?> 
    30  
     30<li class="a-media-item-controls"> 
     31        <?php include_partial('aMedia/editLinks', array('mediaItem' => $mediaItem)) ?> 
     32</li> 
    3133<li class="a-media-item-thumbnail"> 
    32 <?php include_partial('aMedia/editLinks', array('mediaItem' => $mediaItem)) ?> 
    3334  <a <?php echo $linkAttributes ?> class="a-media-thumb-link"> 
    3435    <?php if ($type == 'video'): ?><span class="a-media-play-btn"></span><?php endif ?>