From 3c95013a15df99ea3e2de0d11dda126b0c09b0ca Mon Sep 17 00:00:00 2001 From: Luke Faraone Date: Mon, 11 Mar 2013 15:30:37 -0400 Subject: [PATCH] Iconify public/private streams on subs page and new stream modal This will hopefully make stream privacy more noticeable. We still don't allow people to modify privacy after stream creation, however. Since we now use a radio box on the stream creation modal we had to change the selector used by subs.js to determine if a new stream was to be invite- only. (imported from commit 641a4fab74301a9b3ecd4b3859f010dd4ece193e) --- templates/zephyr/stream_creation_prompt.html | 13 ++++++++++--- zephyr/jstemplates/subscription.html | 4 ++++ zephyr/static/js/subs.js | 5 ++++- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/templates/zephyr/stream_creation_prompt.html b/templates/zephyr/stream_creation_prompt.html index 861379b39c..ad843b2515 100644 --- a/templates/zephyr/stream_creation_prompt.html +++ b/templates/zephyr/stream_creation_prompt.html @@ -7,9 +7,16 @@