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:04:51 (21 months ago)
Author:
rickybanister
Message:

touched engines.css and the slideshow selection tools / cropping. Removed the dark box around selected images, restored the crop work area, wrapped the crop button url_for in a json_encode to fix a bug

Files:
1 modified

Legend:

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

    r2089 r2166  
    5858                }); 
    5959                 
    60                 $('#a-media-selection-list-caption').hide(); 
     60                $('.a-media-selection-help').hide(); 
    6161                if (!ids.length) { 
    62       $('#a-media-selection-list-caption').show(); 
     62      $('.a-media-selection-help').show(); 
    6363                } 
    6464