mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
Rename classname to streamname.
(imported from commit 098bf15c39080797ea5fbc2a9dc3d5842c934eaf)
This commit is contained in:
parent
5509419084
commit
f2fef23d82
@ -79,12 +79,12 @@ var have_initial_messages = {{ have_initial_messages }};
|
||||
</div>
|
||||
<div class="alert alert_sidebar" id="home-error"></div>
|
||||
<div class="alert alert_sidebar" id="stream-dne">
|
||||
<p>The class <span class="classname" id="stream-dne-name"></span> does not exist.</p>
|
||||
<p>The stream <span class="streamname" id="stream-dne-name"></span> does not exist.</p>
|
||||
<button type="button" id="create-it" class="btn btn-primary">Create and send</button>
|
||||
<button type="button" class="btn" onClick="$('#stream-dne').stop(true).fadeOut(500);">Cancel message</button>
|
||||
</div>
|
||||
<div class="alert alert_sidebar" id="stream-nosub">
|
||||
<p>You're not subscribed to the class <span class="classname" id="stream-nosub-name"></span>.</p>
|
||||
<p>You're not subscribed to the stream <span class="streamname" id="stream-nosub-name"></span>.</p>
|
||||
<button type="button" id="sub-it" class="btn btn-primary">Subscribe and send</button>
|
||||
<button type="button" class="btn" onClick="$('#stream-nosub').stop(true).fadeOut(500);">Cancel message</button>
|
||||
</div>
|
||||
|
||||
@ -54,7 +54,7 @@ td.pointer {
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
.ztable_col1 { /* classname */
|
||||
.ztable_col1 { /* streamname */
|
||||
}
|
||||
.ztable_col2 { /* pointer */
|
||||
width: 2px;
|
||||
@ -253,7 +253,7 @@ img.profile_picture {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.classname {
|
||||
.streamname {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user