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
4619d886
Commit
4619d886
authored
Oct 29, 2015
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add .pure-form to more forms.
parent
8b968831
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
mockup/index.html
mockup/index.html
+3
-3
src/templates/contacts_panel.html
src/templates/contacts_panel.html
+1
-1
src/templates/roster.html
src/templates/roster.html
+2
-2
No files found.
mockup/index.html
View file @
4619d886
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
<a
class=
"chatbox-btn close-chatbox-button icon-close"
></a>
<a
class=
"chatbox-btn close-chatbox-button icon-close"
></a>
</div>
</div>
<div
id=
"users"
class=
"controlbox-pane"
style=
"display: block;"
>
<div
id=
"users"
class=
"controlbox-pane"
style=
"display: block;"
>
<form
class=
"set-xmpp-status"
action=
""
method=
"post"
>
<form
class=
"
pure-form
set-xmpp-status"
action=
""
method=
"post"
>
<span
id=
"xmpp-status-holder"
>
<span
id=
"xmpp-status-holder"
>
<dl
id=
"target"
class=
"dropdown"
>
<dl
id=
"target"
class=
"dropdown"
>
<dt
id=
"fancy-xmpp-status-select"
class=
"fancy-dropdown"
>
<dt
id=
"fancy-xmpp-status-select"
class=
"fancy-dropdown"
>
...
@@ -97,13 +97,13 @@
...
@@ -97,13 +97,13 @@
</dd>
</dd>
</dl>
</dl>
<div
id=
"converse-roster"
>
<div
id=
"converse-roster"
>
<
span
class=
"
input-button-group"
>
<
form
class=
"pure-form
input-button-group"
>
<input
class=
"roster-filter"
placeholder=
"Type to filter"
>
<input
class=
"roster-filter"
placeholder=
"Type to filter"
>
<select
class=
"filter-type"
>
<select
class=
"filter-type"
>
<option
value=
"contacts"
>
Contacts
</option>
<option
value=
"contacts"
>
Contacts
</option>
<option
value=
"groups"
>
Groups
</option>
<option
value=
"groups"
>
Groups
</option>
</select>
</select>
</
span
>
</
form
>
<dl
class=
"roster-contacts"
style=
"display: block;"
>
<dl
class=
"roster-contacts"
style=
"display: block;"
>
<dt
class=
"roster-group"
style=
"display: block;"
>
<dt
class=
"roster-group"
style=
"display: block;"
>
...
...
src/templates/contacts_panel.html
View file @
4619d886
<form
class=
"set-xmpp-status"
action=
""
method=
"post"
>
<form
class=
"
pure-form
set-xmpp-status"
action=
""
method=
"post"
>
<span
id=
"xmpp-status-holder"
>
<span
id=
"xmpp-status-holder"
>
<select
id=
"select-xmpp-status"
style=
"display:none"
>
<select
id=
"select-xmpp-status"
style=
"display:none"
>
<option
value=
"online"
>
{{label_online}}
</option>
<option
value=
"online"
>
{{label_online}}
</option>
...
...
src/templates/roster.html
View file @
4619d886
<
span
class=
"
input-button-group"
>
<
form
class=
"pure-form
input-button-group"
>
<input
style=
"display: none;"
class=
"roster-filter"
placeholder=
"{{placeholder}}"
>
<input
style=
"display: none;"
class=
"roster-filter"
placeholder=
"{{placeholder}}"
>
<select
style=
"display: none;"
class=
"filter-type"
>
<select
style=
"display: none;"
class=
"filter-type"
>
<option
value=
"contacts"
>
{{label_contacts}}
</option>
<option
value=
"contacts"
>
{{label_contacts}}
</option>
<option
value=
"groups"
>
{{label_groups}}
</option>
<option
value=
"groups"
>
{{label_groups}}
</option>
</select>
</select>
</
span
>
</
form
>
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