mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Generating a Project with Tickets is now possible by selecting a project template when creating a new project
This commit is contained in:
@@ -23,12 +23,12 @@
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label>Template <small class="text-info">(WIP)</small></label>
|
||||
<label>Template</label>
|
||||
<div class="input-group">
|
||||
<div class="input-group-prepend">
|
||||
<span class="input-group-text"><i class="fa fa-fw fa-cube"></i></span>
|
||||
</div>
|
||||
<select class="form-control select2" name="template_id">
|
||||
<select class="form-control select2" name="project_template_id">
|
||||
<option value="">- Template -</option>
|
||||
<?php
|
||||
$sql = mysqli_query($mysqli, "SELECT * FROM project_templates WHERE project_template_archived_at IS NULL ORDER BY project_template_name ASC");
|
||||
|
||||
Reference in New Issue
Block a user