Skip to content

Commit

Permalink
"MDL-13766, improve file picker search form"
Browse files Browse the repository at this point in the history
  • Loading branch information
Dongsheng Cai committed Nov 13, 2009
1 parent 9b1ebc5 commit 0b823d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repository/repository.src.js
Original file line number Diff line number Diff line change
Expand Up @@ -372,9 +372,9 @@ repository_client.print_login = function(id, data) {
field_id = ' id="'+login[k].id+'"';
}
if (login[k].label) {
str += '<td align="right" valign="top"><label'+label_id+'>'+login[k].label+'</label> </td>';
str += '<td align="right" width="30%" valign="center"><label'+label_id+'>'+login[k].label+'</label> </td>';
} else {
str += '<td></td>';
str += '<td width="30%"></td>';
}
if(login[k].value) {
field_value = ' value="'+login[k].value+'"';
Expand Down

0 comments on commit 0b823d3

Please sign in to comment.