NetworkPort_Vlan::showRelationMassiveActionsSubForm PHP Method

showRelationMassiveActionsSubForm() static public method

See also: CommonDBRelation::showRelationMassiveActionsSubForm()
static public showRelationMassiveActionsSubForm ( MassiveAction $ma, $peer_number )
$ma MassiveAction
    static function showRelationMassiveActionsSubForm(MassiveAction $ma, $peer_number)
    {
        if ($ma->getAction() == 'add') {
            echo "<br><br>" . __('Tagged') . Html::getCheckbox(array('name' => 'tagged'));
        }
    }