hubl/src/html/project-edit.html

10 lines
240 B
HTML
Raw Normal View History

2018-07-11 21:37:22 +00:00
<div id="project-edit" style="display: none">
<sib-form
range-client="<?php echo $sdn; ?>/clients/"
widget-team="sib-form-multiple-dropdown"
range-team="<?php echo $sdn; ?>/members/"
2018-07-11 21:37:22 +00:00
bind-resources
></sib-form>
</div>