Ignore:
Timestamp:
Feb 9, 2012, 1:02:11 AM (12 years ago)
Author:
plg
Message:

feature 2470 added: ability to create a new album "on the fly" on the
"associate to album" action of the Batch Manager. The code was moved
from the upload form and is now used by the upload form + Batch Manager.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/batch_manager_global.tpl

    r12630 r13063  
    22{include file='include/datepicker.inc.tpl'}
    33{include file='include/colorbox.inc.tpl'}
     4{include file='include/add_album.inc.tpl'}
    45
    56{footer_script}{literal}
     
    645646    <!-- associate -->
    646647    <div id="action_associate" class="bulkAction">
    647           <select style="width:400px" name="associate" size="1">
     648          <select id="albumSelect" style="width:400px" name="associate" size="1">
    648649            {html_options options=$associate_options }
    649650         </select>
     651<br>{'... or '|@translate}</span><a href="#" class="addAlbumOpen" title="{'create a new album'|@translate}">{'create a new album'|@translate}</a>
    650652    </div>
    651653
Note: See TracChangeset for help on using the changeset viewer.