aboutsummaryrefslogtreecommitdiff
path: root/src/guff/views/ecrs/test/auth.ecr
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2016-04-03 15:49:57 -0400
committerPaul Duncan <pabs@pablotron.org>2016-04-03 15:49:57 -0400
commit88f8bce6155da155c5b4a07fd0de240594d81380 (patch)
tree3068cdf0a3bea95207703b7e4f648123f01f6d6c /src/guff/views/ecrs/test/auth.ecr
parentd2f0823c983c6f77bb5474fb6546e16a8acd245b (diff)
downloadold-guff-88f8bce6155da155c5b4a07fd0de240594d81380.tar.bz2
old-guff-88f8bce6155da155c5b4a07fd0de240594d81380.zip
rework new menu, add published checkbox
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'>