Revision 7967
Added by ben leinfelder over 11 years ago
lib/style/common/templates/metacatui/entryForm.tmpl | ||
---|---|---|
348 | 348 |
<div class="control-group"> |
349 | 349 |
<label class="control-label" for="associatePartyTable"></label> |
350 | 350 |
<div class="controls"> |
351 |
<table id="associatePartyTable"> |
|
351 |
<table id="associatePartyTable"> |
|
352 |
<tr id="addAssociatedParty"> |
|
353 |
<td colspan=6 /> |
|
354 |
</tr> |
|
352 | 355 |
[% numAO = 0 %] |
353 | 356 |
[% IF aoCount %] |
354 | 357 |
[% numAO = aoCount %] |
Also available in: Unified diff
add "addAssociatedParty" tr for sorting to work, or at least not throw an exception on submit()