/webtrees/tests/app/ |
H A D | TreeTest.php | 120 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 D | family.phtml | 40 if ($fact->isPendingAddition()) { 77 if ($fact->isPendingAddition()) { 114 if ($fact->isPendingAddition()) { 163 if ($fact->isPendingAddition()) {
|
/webtrees/app/ |
H A D | MediaFile.php | 141 public function isPendingAddition(): bool function in Fisharebest\\Webtrees\\MediaFile 145 return $fact->isPendingAddition();
|
H A D | Fact.php | 520 public function isPendingAddition(): bool function in Fisharebest\\Webtrees\\Fact 558 if ($this->isPendingAddition()) {
|
/webtrees/resources/views/modules/media/ |
H A D | tab.phtml | 34 if ($fact->isPendingAddition()) {
|
/webtrees/resources/views/ |
H A D | individual-page-sex.phtml | 20 } elseif ($fact->isPendingAddition()) {
|
H A D | record-page-pending.phtml | 23 <?php elseif ($record->isPendingAddition()) : ?>
|
H A D | media-page-pending.phtml | 22 <?php elseif ($record->isPendingAddition()) : ?>
|
H A D | individual-page-pending.phtml | 25 <?php elseif ($record->isPendingAddition()) : ?>
|
H A D | note-page-pending.phtml | 23 <?php elseif ($record->isPendingAddition()) : ?>
|
H A D | family-page-pending.phtml | 23 <?php elseif ($record->isPendingAddition()) : ?>
|
H A D | individual-page-name.phtml | 32 } elseif ($fact->isPendingAddition()) {
|
H A D | pending-changes-page.phtml | 67 … <?php if (!str_ends_with($fact->tag(), ':CHAN') && $fact->isPendingAddition()) : ?>
|
H A D | media-page-details.phtml | 25 …<tr class="<?= $media_file->isPendingAddition() ? 'wt-new' : '' ?><?= $media_file->isPendingDeleti…
|
H A D | chart-box.phtml | 100 …wt-chart-box-<?= strtolower($individual->sex()) ?> <?= $individual->isPendingAddition() ? 'wt-new'…
|
H A D | fact.phtml | 39 if ($fact->isPendingAddition()) {
|
/webtrees/resources/views/modules/sources_tab/ |
H A D | tab.phtml | 36 if ($fact->isPendingAddition()) {
|
/webtrees/resources/views/lists/ |
H A D | repositories-table.phtml | 60 …<tr class="<?= $repository->isPendingAddition() ? 'wt-new' : '' ?> <?= $repository->isPendingDelet…
|
H A D | locations-table.phtml | 74 …<tr class="<?= $location->isPendingAddition() ? 'wt-new' : '' ?> <?= $location->isPendingDeletion(…
|
H A D | submitters-table.phtml | 78 …<tr class="<?= $submitter->isPendingAddition() ? 'wt-new' : '' ?> <?= $submitter->isPendingDeletio…
|
H A D | media-table.phtml | 90 …<tr class="<?= $media_object->isPendingAddition() ? 'wt-new' : '' ?> <?= $media_object->isPendingD…
|
H A D | notes-table.phtml | 102 …<tr class="<?= $note->isPendingAddition() ? 'wt-new' : '' ?> <?= $note->isPendingDeletion() ? 'wt-…
|
H A D | sources-table.phtml | 110 …<tr class="<?= $source->isPendingAddition() ? 'wt-new' : '' ?> <?= $source->isPendingDeletion() ? …
|
H A D | families-table.phtml | 174 …<tr class="<?= $family->isPendingAddition() ? 'wt-new' : '' ?> <?= $family->isPendingDeletion() ? …
|
/webtrees/resources/views/modules/notes/ |
H A D | tab.phtml | 40 if ($fact->isPendingAddition()) {
|