mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-08 16:44:20 +01:00
add cucumber scenarios for new preferences
This commit is contained in:
parent
555311b681
commit
40a7cc2d3a
9 changed files with 70 additions and 11 deletions
|
|
@ -629,7 +629,7 @@ var ProjectItems = {
|
|||
|
||||
var UsersPage = {
|
||||
setup_behavior: function() {
|
||||
/* delete button to delete a usedr from the list */
|
||||
/* delete button to delete a user from the list */
|
||||
$('a.delete_user_button').live('click', function(evt){
|
||||
var confirm_message = $(this).attr("x_confirm_message")
|
||||
if(confirm(confirm_message)){
|
||||
|
|
|
|||
|
|
@ -478,6 +478,10 @@ body.preferences div.ui-tabs li a {
|
|||
padding: 0.1em 1em;
|
||||
}
|
||||
|
||||
body.preferences div.pref_new_token a {
|
||||
color: #CC3334;
|
||||
}
|
||||
|
||||
/* The notes which may be attached to an item */
|
||||
.todo_notes {
|
||||
margin: 5px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue