sf.@code,
{ value : sf.@code,
class : 'plain marcSubfieldCode',
+ align: 'start',
name : 'marcSubfieldCode',
onmouseover : 'current_focus = this; getContextMenu(this, "subfield"); getTooltip(this, "subfield");',
oncontextmenu : 'getContextMenu(this, "subfield");',
{ value : sf.text(),
name : sf.parent().@tag + ':' + sf.@code,
class : 'plain marcSubfield',
+ align: 'start',
onmouseover : 'getTooltip(this, "subfield");',
contextmenu : function (event) { getAuthorityContextMenu(event.target, sf) },
size : new String(sf.text()).length + 2,