-added help page

-added additional user info
This commit is contained in:
martin 2011-02-11 18:13:26 -05:00
parent 4cf5a46c67
commit 43f7f8e103
14 changed files with 159 additions and 6 deletions

View file

@ -8,6 +8,9 @@ function populateForm(entries){
$('#first_name').val(entries.first_name);
$('#last_name').val(entries.last_name);
$('#type').val(entries.type);
$('#email').val(entries.email);
$('#skype').val(entries.skype_contact);
$('#jabber').val(entries.jabber_contact);
if (entries.id.length != 0){
$('#login').attr('readonly', 'readonly');

View file

@ -99,7 +99,7 @@ function updateProgressBarValue(){
}
} else {
$('#on-air-info').attr("class", "on-air-info off");
$('#progress-show').attr("class", "progress-show-red");
$('#progress-show').attr("class", "progress-show-error");
}
$('#progress-bar').attr("style", "width:"+songPercentDone+"%");