Home
last modified time | relevance | path

Searched refs:isPendingAddition (Results 1 – 25 of 30) sorted by relevance

12

/webtrees/tests/app/
H A DTreeTest.php120 self::assertTrue($record->isPendingAddition());
124 self::assertFalse($record->isPendingAddition());
153 self::assertTrue($record->isPendingAddition());
157 self::assertFalse($record->isPendingAddition());
186 self::assertTrue($record->isPendingAddition());
190 self::assertFalse($record->isPendingAddition());
219 self::assertTrue($record->isPendingAddition());
223 self::assertFalse($record->isPendingAddition());
/webtrees/resources/views/modules/relatives/
H A Dfamily.phtml40 if ($fact->isPendingAddition()) {
77 if ($fact->isPendingAddition()) {
114 if ($fact->isPendingAddition()) {
163 if ($fact->isPendingAddition()) {
/webtrees/app/
H A DMediaFile.php141 public function isPendingAddition(): bool function in Fisharebest\\Webtrees\\MediaFile
145 return $fact->isPendingAddition();
H A DFact.php520 public function isPendingAddition(): bool function in Fisharebest\\Webtrees\\Fact
558 if ($this->isPendingAddition()) {
/webtrees/resources/views/modules/media/
H A Dtab.phtml34 if ($fact->isPendingAddition()) {
/webtrees/resources/views/
H A Dindividual-page-sex.phtml20 } elseif ($fact->isPendingAddition()) {
H A Drecord-page-pending.phtml23 <?php elseif ($record->isPendingAddition()) : ?>
H A Dmedia-page-pending.phtml22 <?php elseif ($record->isPendingAddition()) : ?>
H A Dindividual-page-pending.phtml25 <?php elseif ($record->isPendingAddition()) : ?>
H A Dnote-page-pending.phtml23 <?php elseif ($record->isPendingAddition()) : ?>
H A Dfamily-page-pending.phtml23 <?php elseif ($record->isPendingAddition()) : ?>
H A Dindividual-page-name.phtml32 } elseif ($fact->isPendingAddition()) {
H A Dpending-changes-page.phtml67 … <?php if (!str_ends_with($fact->tag(), ':CHAN') && $fact->isPendingAddition()) : ?>
H A Dmedia-page-details.phtml25 …<tr class="<?= $media_file->isPendingAddition() ? 'wt-new' : '' ?><?= $media_file->isPendingDeleti…
H A Dchart-box.phtml100 …wt-chart-box-<?= strtolower($individual->sex()) ?> <?= $individual->isPendingAddition() ? 'wt-new'…
H A Dfact.phtml39 if ($fact->isPendingAddition()) {
/webtrees/resources/views/modules/sources_tab/
H A Dtab.phtml36 if ($fact->isPendingAddition()) {
/webtrees/resources/views/lists/
H A Drepositories-table.phtml60 …<tr class="<?= $repository->isPendingAddition() ? 'wt-new' : '' ?> <?= $repository->isPendingDelet…
H A Dlocations-table.phtml74 …<tr class="<?= $location->isPendingAddition() ? 'wt-new' : '' ?> <?= $location->isPendingDeletion(…
H A Dsubmitters-table.phtml78 …<tr class="<?= $submitter->isPendingAddition() ? 'wt-new' : '' ?> <?= $submitter->isPendingDeletio…
H A Dmedia-table.phtml90 …<tr class="<?= $media_object->isPendingAddition() ? 'wt-new' : '' ?> <?= $media_object->isPendingD…
H A Dnotes-table.phtml102 …<tr class="<?= $note->isPendingAddition() ? 'wt-new' : '' ?> <?= $note->isPendingDeletion() ? 'wt-…
H A Dsources-table.phtml110 …<tr class="<?= $source->isPendingAddition() ? 'wt-new' : '' ?> <?= $source->isPendingDeletion() ? …
H A Dfamilies-table.phtml174 …<tr class="<?= $family->isPendingAddition() ? 'wt-new' : '' ?> <?= $family->isPendingDeletion() ? …
/webtrees/resources/views/modules/notes/
H A Dtab.phtml40 if ($fact->isPendingAddition()) {

12