Use radio button to select file on expense report line

This commit is contained in:
Laurent Destailleur 2019-03-24 15:02:53 +01:00
parent 152c27139f
commit 41223702d7
2 changed files with 4 additions and 1 deletions

View File

@ -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>';

View File

@ -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;