PHP Classes

File: Template/config/toggle.php

Recommend this page to a friend!
  Classes of kiran   Kanboard Group Assign   Template/config/toggle.php   Download  
File: Template/config/toggle.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Kanboard Group Assign
Plugin to assign tasks to groups or multiple users
Author: By
Last change:
Date: 3 years ago
Size: 436 bytes
 

Contents

Class file image Download
<div class="panel">
    <?= $this->form->radio('enable_am_group_management', 'Enable Group Managment for Application Managers' , 1, isset($values['enable_am_group_management'])&& $values['enable_am_group_management']==1) ?>
<?= $this->form->radio('enable_am_group_management', 'Disable Group Managment for Application Managers' , 2, isset($values['enable_am_group_management'])&& $values['enable_am_group_management']==2) ?>
</div>