showimport.html.php 236 B

123456
  1. <?php include $app->getModuleRoot() . 'transfer/view/showimport.html.php';?>
  2. <?php js::set('forceReview', $forceReview)?>
  3. <?php echo js::set('storyType', $type);?>
  4. <script>
  5. if(forceReview) $('#reviewer').addClass('required');
  6. </script>