mirror of
https://github.com/standardebooks/web.git
synced 2025-07-13 10:02:02 -04:00
Continue fleshing out project management system
This commit is contained in:
parent
657ecc68d4
commit
051e286a6d
19 changed files with 420 additions and 108 deletions
|
@ -55,6 +55,16 @@ $reviewers = User::GetAllByCanReviewProjects();
|
|||
</span>
|
||||
</label>
|
||||
|
||||
<label>
|
||||
<span>Automatically update status?</span>
|
||||
<input type="hidden" name="project-is-status-automatically-updated" value="false" />
|
||||
<input
|
||||
type="checkbox"
|
||||
name="project-is-status-automatically-updated"
|
||||
<? if($project->IsStatusAutomaticallyUpdated){ ?>checked="checked"<? } ?>
|
||||
/>
|
||||
</label>
|
||||
|
||||
<label>
|
||||
<span>VCS URL</span>
|
||||
<input
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue