Again, why not just change
Line 19 of the template.xhtml from
Code:
<td class="cbj_author" colspan="2">{author}</td>
to
Code:
<td class="cbj_author" colspan="2">{author_sort}</td>
It seems as though you are only switching to LN, FN in order to replace that chunk right there.