Use radio button to select file on expense report line
This commit is contained in:
parent
152c27139f
commit
41223702d7
@ -2399,7 +2399,7 @@ else
|
||||
break;
|
||||
}
|
||||
}
|
||||
print '<div class="margintoponly"><input type="checkbox"'.$checked.' name="attachfile[]" value="'.$file['relativename'].'"> '.$file['relativename'].'</div>';
|
||||
print '<div class="margintoponly"><input type="radio"'.$checked.' name="attachfile[]" value="'.$file['relativename'].'"> '.$file['relativename'].'</div>';
|
||||
print '</div>';
|
||||
}
|
||||
print '</td></tr>';
|
||||
|
||||
@ -3043,6 +3043,9 @@ table.tableforservicepart1 tr td {
|
||||
border-top: none !important;
|
||||
margin: 0px 0px 0px 0px !important;
|
||||
}
|
||||
table.noborder.paymenttable {
|
||||
border-bottom: none !important;
|
||||
}
|
||||
.paymenttable tr td:first-child, .margintable tr td:first-child
|
||||
{
|
||||
padding-left: 2px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user