aboutsummaryrefslogtreecommitdiff
path: root/src/guff/views/ecrs/test/auth.ecr
diff options
context:
space:
mode:
Diffstat (limited to 'src/guff/views/ecrs/test/auth.ecr')
-rw-r--r--src/guff/views/ecrs/test/auth.ecr22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/guff/views/ecrs/test/auth.ecr b/src/guff/views/ecrs/test/auth.ecr
index 228c0a5..9c2353b 100644
--- a/src/guff/views/ecrs/test/auth.ecr
+++ b/src/guff/views/ecrs/test/auth.ecr
@@ -746,6 +746,28 @@
rows='15'
></textarea>
</div><!-- form-group -->
+
+ <div class='form-group'>
+ <div class='checkbox'>
+ <label for='project-edit-published'>
+ <input
+ type='checkbox'
+ id='project-edit-published'
+ title='Toggle visibility of this project.'
+ aria-describedby='project-edit-published-help'
+ />
+
+ Published
+ </label><!-- published -->
+ </div><!-- checkbox -->
+
+ <p
+ id='project-edit-published-help'
+ class='help-block'
+ >
+ Is this project visible?
+ </p>
+ </div><!-- form-group -->
</div><!-- modal-body -->
<div class='modal-footer'>