Revision 7968
Added by ben leinfelder over 11 years ago
lib/style/common/templates/metacatui/entryForm.tmpl | ||
---|---|---|
479 | 479 |
<div class="controls"> |
480 | 480 |
<!-- the orginal table --> |
481 | 481 |
<table> |
482 |
<tr id="addKeyword"> |
|
483 |
<td colSpan="6"/> |
|
484 |
</tr> |
|
482 | 485 |
[% numKey = 0 %] |
483 | 486 |
[% IF keyCount %] |
484 | 487 |
[% numKey = keyCount %] |
... | ... | |
889 | 892 |
<label class="control-label" for="taxonTable"></label> |
890 | 893 |
<div class="controls"> |
891 | 894 |
<table> |
895 |
<tr id="addTaxon"> |
|
896 |
<td colspan="6"> |
|
897 |
</tr> |
|
892 | 898 |
[% numTaxa = 0 %] |
893 | 899 |
[% IF taxaCount %] |
894 | 900 |
[% numTaxa = taxaCount %] |
Also available in: Unified diff
add "addXXX" tr for sorting to work, or at least not throw an exception on submit()