8000 fix tooltip in users section · githubcs/baasbox@0d9fd04 · GitHub
[go: up one dir, main page]

Skip 8000 to content

Commit 0d9fd04

Browse files
lupatellimatteolupatellimatteo
authored andcommitted
fix tooltip in users section
1 parent e691143 commit 0d9fd04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/admin/main_/content_/users_/adduser.scala.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ <h3 id="userTitle">Add/Edit User</h3>
4040
<input class="input-xlarge" id="txtRetypePassword" type="password" value="" required>
4141
</div>
4242
</div>
43-
<div data-rel="tooltip" title="Each user must belong to a role" class="control-group">
44-
<label class="control-label" for="cmbSelectRole">Role*</label>
43+
<div class="control-group">
44+
<label data-toggle="tooltip" title="Each user must belong to a role" class="control-label" for="cmbSelectRole">Role*</label>
4545
<div class="controls">
4646
<select id="cmbSelectRole" data-rel="chosen" required>
4747
</select>

0 commit comments

Comments
 (0)
0