Ignore:
Timestamp:
Dec 31, 2010, 3:06:27 PM (13 years ago)
Author:
plg
Message:

Batch Manager:

  • add l0n to the new Batch Manager where is was missing
  • change photo "name" to photo "title"
  • change the way we display "Select all" and "Select the whole set"
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/batch_manager_global.php

    r8404 r8408  
    192192  }
    193193
    194   // name
    195   if ('name' == $action)
     194  // title
     195  if ('title' == $action)
    196196  {
    197197    $datas = array();
     
    202202        array(
    203203          'id' => $image_id,
    204           'name' => $_POST['name']
     204          'name' => $_POST['title']
    205205          )
    206206        );
Note: See TracChangeset for help on using the changeset viewer.