diff options
| author | fisharebest <fisharebest@gmail.com> | 2013-07-06 07:40:19 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2013-07-06 07:40:19 +0000 |
| commit | ef1a89093b6d82ce39a2a6d02a5e28601dcc65d2 (patch) | |
| tree | ce7434dd3cc3321cf403a15cff5cf77d9ffc2418 | |
| parent | 242cc88e6625b80a0e4e0cc42fe053e7caa02f6b (diff) | |
| download | webtrees-ef1a89093b6d82ce39a2a6d02a5e28601dcc65d2.tar.gz webtrees-ef1a89093b6d82ce39a2a6d02a5e28601dcc65d2.tar.bz2 webtrees-ef1a89093b6d82ce39a2a6d02a5e28601dcc65d2.zip | |
edit-interface - add new source
| -rw-r--r-- | edit_interface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/edit_interface.php b/edit_interface.php index e51c3c5cf7..aaa9323669 100644 --- a/edit_interface.php +++ b/edit_interface.php @@ -661,7 +661,7 @@ case 'addnewsource': <td class="optionbox wrap"><input type="text" name="REPO" id="REPO" value="" size="10"> <?php echo print_findrepository_link('REPO'), ' ', print_addnewrepository_link('REPO'); ?></td></tr> <tr><td class="descriptionbox wrap width25"><?php echo WT_Gedcom_Tag::getLabel('CALN'); ?></td> <td class="optionbox wrap"><input type="text" name="CALN" id="CALN" value=""></td></tr> - <?php echo $keep_chan(); ?> + <?php echo keep_chan(); ?> </table> <a href="#" onclick="return expand_layer('events');"><i id="events_img" class="icon-plus"></i> <?php echo WT_I18N::translate('Associate events with this source'); ?></a><?php echo help_link('edit_SOUR_EVEN'); ?> |
