Code Duplication    Length = 10-11 lines in 2 locations

geodirectory-functions/cat-meta-functions/Tax-meta-class.php 2 locations

@@ 678-688 (lines=11) @@
675
                if ($field['group'] == "start") {
676
                    echo "<td class='at-field'>";
677
                }
678
            } else {
679
                if ($this->_form_type == 'edit') {
680
                    echo '<th valign="top" scope="row">';
681
                } else {
682
                    if ($field['validate_func']) {
683
                        echo '<td><div class="form-field form-required">';
684
                    } else {
685
                        echo '<td><div class="form-field">';
686
                    }
687
                }
688
            }
689
            if ($field['name'] != '' || $field['name'] != FALSE) {
690
                //echo "<div class='at-label'>";
691
                echo "<label for='{$field['id']}'>{$field['name']}</label>";
@@ 723-732 (lines=10) @@
720
                        echo '<br/>';
721
                    }
722
                }
723
            } else {
724
                if ($field['desc'] != '') {
725
                    echo "<p class='desc-field'>{$field['desc']}</p>";
726
                }
727
                if ($this->_form_type == 'edit') {
728
                    echo '</td>';
729
                } else {
730
                    echo '</td></div>';
731
                }
732
            }
733
        }
734
735
        /**