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

Show
Ignore:
Timestamp:
07/23/10 19:06:05 (22 months ago)
Author:
johnnyoffline
Message:

cleaned up cropping somewhat with rick and jake

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/apostrophePlugin/branches/features/cropping/modules/aMedia/templates/_selectMultiple.php

    r1774 r1847  
    1010<?php $type = "media item" ?> 
    1111<?php endif ?> 
    12         <p><?php echo __('Select one or more %typeplural% by clicking on them below. Drag and drop %typeplural%  to reorder them within the list of selected items. Remove %typeplural% by clicking on the trashcan.', array('%typeplural%' => __($type . 's')), 'apostrophe') ?> 
    13   <?php if ($limitSizes): ?> 
    14   <?php echo __('Only appropriately sized %typeplural% are shown.', array('%typeplural%' => __($type . 's')), 'apostrophe') ?> 
    15   <?php endif ?> 
    16   <?php echo __('When you\'re done, click "Save."', null, 'apostrophe') ?></p> 
    17  
    18   <ul id="a-media-selection-preview"> 
    19   <?php include_partial("aMedia/multiplePreview", array("items" => $items)) ?> 
    20   </ul> 
    21    
    22   <ul class="a-controls a-media-crop-controls"> 
    23                 <li><?php echo jq_link_to_function(__("Set Crop", null, 'apostrophe'), "aCrop.setCrop('".url_for('aMedia/crop')."')", array("class"=>"a-btn save")) ?></li> 
    24           <li><?php echo jq_link_to_function(__("Reset", null, 'apostrophe'), "aCrop.resetCrop()", array("class"=>"a-btn icon a-cancel event-default")) ?></li> 
    25   </ul> 
     12        <h3><?php echo $label ?></h3> 
    2613 
    2714        <ul id="a-media-selection-list"> 
     
    3017 
    3118        <?php echo jq_sortable_element("#a-media-selection-list", array("url" => "aMedia/multipleOrder")) ?> 
     19        <br class="c"/> 
    3220 
    33         <br class="c"/> 
     21        <div class="a-crop-workspace"> 
     22                <h4> Crop Image </h4> 
     23                <br class="c"/> 
     24          <ul id="a-media-selection-preview"> 
     25                <?php include_partial("aMedia/multiplePreview", array("items" => $items)) ?> 
     26          </ul> 
     27          <ul class="a-controls a-media-crop-controls"> 
     28                        <li><?php echo jq_link_to_function(__("Set Crop", null, 'apostrophe'), "aCrop.setCrop('".url_for('aMedia/crop')."')", array("class"=>"a-btn save")) ?></li> 
     29                  <li><?php echo jq_link_to_function(__("Reset", null, 'apostrophe'), "aCrop.resetCrop()", array("class"=>"a-btn icon a-cancel event-default")) ?></li> 
     30          </ul> 
     31        </div> 
    3432 
    3533        <ul class="a-controls a-media-slideshow-controls"> 
    36                 <li><?php echo link_to(__("Save", null, 'apostrophe'), "aMedia/selected", array("class"=>"a-btn save")) ?></li> 
    37           <li><?php echo link_to(__("Cancel", null, 'apostrophe'), "aMedia/selectCancel", array("class"=>"a-btn icon a-cancel event-default")) ?></li> 
     34                <li><?php echo link_to(__("Save Slideshow", null, 'apostrophe'), "aMedia/selected", array("class"=>"a-btn save big")) ?></li> 
     35          <li><?php echo link_to(__("Cancel", null, 'apostrophe'), "aMedia/selectCancel", array("class"=>"a-btn icon a-cancel big no-label")) ?></li> 
    3836        </ul> 
    3937         
    4038</div> 
    41         <br class="c"/> 
    42  
     39<br class="c"/>