batchfinish.html.php 632 B

12345678910111213141516
  1. <?php
  2. /**
  3. * The batch finish view file of ticket module of ZenTaoPMS.
  4. * @copyright Copyright 2009-2024 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
  5. * @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
  6. * @author Mengyi Liu
  7. * @package ticket
  8. * @link https://www.zentao.net
  9. */
  10. namespace zin;
  11. jsVar('batchFinishTip', $batchFinishTip);
  12. formBatchPanel(set::title($lang->ticket->batchFinish), set::mode('edit'), set::items($this->config->ticket->form->batchFinish), set::data(array_values($tickets)));
  13. render();