2017-03-13 19:12:56 +01:00
|
|
|
<div id="subscription_overlay" class="overlay new-style" data-overlay="subscriptions">
|
|
|
|
<div class="flex overlay-content">
|
2017-11-16 01:31:46 +01:00
|
|
|
<div class="subscriptions-container modal-bg">
|
2016-11-01 22:32:10 +01:00
|
|
|
<div class="subscriptions-header">
|
2017-06-08 07:09:57 +02:00
|
|
|
<div class="fa fa-chevron-left"></div>
|
2017-03-09 00:20:22 +01:00
|
|
|
<span class="subscriptions-title">{{t 'Streams' }}</span>
|
2016-11-01 22:32:10 +01:00
|
|
|
<div class="exit">
|
|
|
|
<span class="exit-sign">×</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="left">
|
|
|
|
<div class="search-container">
|
|
|
|
<form id="add_new_subscription" class="form-inline" action="">
|
|
|
|
<input type="text" name="stream_name" id="search_stream_name"
|
2017-01-15 20:23:59 +01:00
|
|
|
placeholder="{{t 'Filter streams' }}" value="" autocomplete="off" />
|
2016-11-01 22:32:10 +01:00
|
|
|
{{#if can_create_streams}}
|
2017-09-29 19:17:03 +02:00
|
|
|
<input type="submit" class="create_stream_button"
|
2018-04-03 10:07:23 +02:00
|
|
|
value="+" title="{{t 'Create new stream' }} (n)"/>
|
2016-11-01 22:32:10 +01:00
|
|
|
{{/if}}
|
|
|
|
<div class="float-clear"></div>
|
|
|
|
</form>
|
|
|
|
</div>
|
2019-05-17 23:11:33 +02:00
|
|
|
<div class="streams-list" data-simplebar>
|
2016-11-01 22:32:10 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="right">
|
|
|
|
<div class="display-type">
|
2017-01-17 02:25:52 +01:00
|
|
|
<div id="add_new_stream_title" class="stream-info-title">{{t 'Create stream' }}</div>
|
|
|
|
<div id="stream_settings_title" class="stream-info-title">{{t 'Stream settings' }}</div>
|
2016-11-01 22:32:10 +01:00
|
|
|
</div>
|
|
|
|
<div class="nothing-selected">
|
2018-01-13 15:40:14 +01:00
|
|
|
{{#if can_create_streams}}
|
2018-05-13 01:16:34 +02:00
|
|
|
<button type="button" class="create_stream_button button small rounded">{{t 'Create stream' }}</button>
|
2018-10-01 19:58:51 +02:00
|
|
|
<span>{{t 'First time? Read our <a href="/help/getting-your-organization-started-with-zulip#create-streams" target="_blank">guidelines</a> for creating and naming streams.' }}</span>
|
2018-01-13 15:40:14 +01:00
|
|
|
{{/if}}
|
2016-11-01 22:32:10 +01:00
|
|
|
</div>
|
2019-05-17 23:15:11 +02:00
|
|
|
<div class="settings" data-simplebar data-simplebar-auto-hide="false">
|
2017-05-10 20:02:21 +02:00
|
|
|
{{!-- edit stream here --}}
|
2016-11-01 22:32:10 +01:00
|
|
|
</div>
|
2019-07-11 04:05:28 +02:00
|
|
|
{{> stream_creation_form }}
|
2016-11-01 22:32:10 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
2016-10-28 02:44:40 +02:00
|
|
|
</div>
|
|
|
|
</div>
|