$('#open_stemma_add').show();
$('#open_stemma_edit').show();
$('#open_textinfo_edit').show();
+ $('#relatebutton_label').text('View collation and edit relationships');
} else {
$('#open_stemma_add').hide();
$('#open_stemma_edit').hide();
$('#open_textinfo_edit').hide();
+ $('#relatebutton_label').text('View collation and relationships');
}
// Then get and load the actual content.
</form>
<form id="run_relater" action="" method="GET" name="run_relater">
<div class="button" id="relater_button" onClick="$('#run_relater').submit()">
- <span>Run relationship mapper</span>
+ <span id='relatebutton_label'>View collation and relationships</span>
</div>
</form>
</div>