Ejemplo n.º 1
0
					<td class="facts_value">
						<input data-autocomplete-type="FAM" type="text" id="famid" name="famid" size="8">
						<?php 
        echo FunctionsPrint::printFindFamilyLink('famid');
        ?>
					</td>
				</tr>
				<tr>
					<td class="facts_label">
						<?php 
        echo GedcomTag::getLabel('PEDI');
        ?>
					</td>
					<td class="facts_value">
						<?php 
        echo FunctionsEdit::editFieldPedigree('PEDI', '', '', $person);
        ?>
						<p class="small text-muted">
							<?php 
        echo I18N::translate('A child may have more than one set of parents.  The relationship between the child and the parents can be biological, legal, or based on local culture and tradition.  If no pedigree is specified, then a biological relationship will be assumed.');
        ?>
						</p>
					</td>
				</tr>
				<?php 
        echo keep_chan($person);
        ?>
			</table>
			<p id="save-cancel">
				<input type="submit" class="save" value="<?php 
        echo I18N::translate('save');