Changeset 763 for trunk/admin


Ignore:
Timestamp:
Apr 16, 2005, 9:49:55 AM (19 years ago)
Author:
plg
Message:
  • elements batch management : in addition to global mode, a unit mode is added : ability to manage a set of elements, element by element. This screen is very close to the existing "infos_images" (which will soon disappear).
  • elements batch management : in screen element_set_global, the display options are displayed at the top as in element_set_unit
Location:
trunk/admin
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/element_set_global.php

    r762 r763  
    304304      array_push($datas, $data);
    305305    }
    306     echo '<pre>'; print_r($datas); echo '</pre>';
     306    // echo '<pre>'; print_r($datas); echo '</pre>';
    307307    mass_updates(IMAGES_TABLE, $dbfields, $datas);
    308308  }
     
    324324
    325325    'U_ELEMENTS_LINE'=>$base_url.get_query_string_diff(array('display')),
     326    'U_UNIT_MODE'=>add_session_id($base_url.'?page=element_set_unit'),
    326327   
    327328    'F_ACTION'=>$base_url.get_query_string_diff(array()),
Note: See TracChangeset for help on using the changeset viewer.