Source for file ajax_edit_storage.php
Documentation is available at ajax_edit_storage.php
include_once( '../kernel/setup_inc.php' );
include_once( LIBERTY_PKG_PATH. 'lookup_content_inc.php' );
// process the information
include_once( LIBERTY_PKG_PATH. 'edit_storage_inc.php' );
// fetch the content of the page to display
$gBitThemes->setFormatHeader( 'center_only' );
$gBitSmarty->assign( 'uploadTab', TRUE );
if( isset ( $_REQUEST['form_id'] ) ){
$gBitSmarty->assign( 'form_id', $_REQUEST['form_id'] );
$gBitSystem->display( 'bitpackage:liberty/edit_storage_list.tpl' , NULL, array( 'display_mode' => 'edit' ));
|