Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
4b5b5173
Commit
4b5b5173
authored
Aug 30, 2018
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update bookmark form with proper bootstrap markup
parent
a44f3832
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
7 deletions
+11
-7
src/templates/chatroom_bookmark_form.html
src/templates/chatroom_bookmark_form.html
+11
-7
No files found.
src/templates/chatroom_bookmark_form.html
View file @
4b5b5173
<div
class=
"chatroom-form-container"
>
<form
class=
"converse-form chatroom-form"
>
<legend>
{{{o.heading}}}
</legend>
<fieldset
class=
"form-group"
>
<legend>
{{{o.heading}}}
</legend>
<label>
{{{o.label_name}}}
</label>
<input
type=
"text"
name=
"name"
required=
"required"
/>
<label>
{{{o.label_autojoin}}}
</label>
<input
type=
"checkbox"
name=
"autojoin"
/>
<label>
{{{o.label_nick}}}
</label>
<input
type=
"text"
name=
"nick"
value=
"{{{o.default_nick}}}"
/>
<label
for=
"converse_muc_bookmark_name"
>
{{{o.label_name}}}
</label>
<input
class=
"form-control"
type=
"text"
name=
"name"
required=
"required"
id=
"converse_muc_bookmark_name"
/>
</fieldset>
<fieldset
class=
"form-group"
>
<label
for=
"converse_muc_bookmark_nick"
>
{{{o.label_nick}}}
</label>
<input
class=
"form-control"
type=
"text"
name=
"nick"
value=
"{{{o.default_nick}}}"
id=
"converse_muc_bookmark_nick"
/>
</fieldset>
<fieldset
class=
"form-group form-check"
>
<input
class=
"form-check-input"
id=
"converse_muc_bookmark_autojoin"
type=
"checkbox"
name=
"autojoin"
/>
<label
class=
"form-check-label"
for=
"converse_muc_bookmark_autojoin"
>
{{{o.label_autojoin}}}
</label>
</fieldset>
<fieldset
class=
"form-group"
>
<input
class=
"btn btn-primary"
type=
"submit"
value=
"{{{o.label_submit}}}"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment