* @package traincourse * @version $Id: categorychildren.html.php 4029 2022-02-10 10:50:41Z $ * @link https://www.zentao.net */ ?>
">
traincourse->categoryChildren . ' ' : $lang->traincourse->category; ?> id"), $origin->name . " "); } ?>
id) $maxID = $child->id; $disabled = ''; echo "
"; echo "
" . html::input("children[$child->id]", $child->name, "class='form-control' $disabled") . "
"; echo "
"; echo html::hidden("mode[$child->id]", 'update', "$disabled"); echo "
"; } for($i = 0; $i < TRAINCOURSE::NEW_CHILD_COUNT ; $i ++) { echo "
"; echo "
" . html::input("children[]", '', "class='form-control' placeholder='{$this->lang->traincourse->category}'") . "
"; echo "
"; echo html::hidden('mode[]', 'new'); echo "
"; } $button = ($type == 'dept') ? html::submitButton() . ' ' . html::backButton() : html::submitButton(); echo "
" . $button . "
"; echo html::hidden('parent', $parent); ?>