liberty
[ class tree: liberty ] [ index: liberty ] [ all elements ]

Source for file ajax_edit_storage.php

Documentation is available at ajax_edit_storage.php

  1. <?php
  2. /**
  3.  * $Header$
  4.  * @version  $Revision$
  5.  * @package  liberty
  6.  * @subpackage functions
  7.  */
  8.  
  9. /**
  10.  * required setup
  11.  */
  12. global $gContent;
  13. include_once'../kernel/setup_inc.php' );
  14.  
  15. // load the content
  16. include_onceLIBERTY_PKG_PATH.'lookup_content_inc.php' );
  17.  
  18. // process the information
  19. include_onceLIBERTY_PKG_PATH.'edit_storage_inc.php' );
  20.  
  21. // fetch the content of the page to display
  22. $gBitThemes->setFormatHeader'center_only' );
  23.  
  24. $gBitSmarty->assign'uploadTab'TRUE );
  25.  
  26. ifisset$_REQUEST['form_id') ){
  27.     $gBitSmarty->assign'form_id'$_REQUEST['form_id');
  28. }
  29.  
  30. $gBitSystem->display'bitpackage:liberty/edit_storage_list.tpl' NULLarray'display_mode' => 'edit' ));
  31. ?>

Documentation generated on Wed, 29 Jul 2015 13:55:33 +0000 by phpDocumentor 1.5.0-lsces