diff options
| author | Nigel Osborne <kiwi3685@me.com> | 2010-06-08 07:26:26 +0000 |
|---|---|---|
| committer | Nigel Osborne <kiwi3685@me.com> | 2010-06-08 07:26:26 +0000 |
| commit | 02207f4403a43a23b7ceb2cbe8e82bf8bc145831 (patch) | |
| tree | 7e50e0956aeb62abba23182d2ab61c61e7fcb84c /editconfig_gedcom.php | |
| parent | 49caf14330c4e82ea6cf8faaaebd3690d28c6145 (diff) | |
| download | webtrees-02207f4403a43a23b7ceb2cbe8e82bf8bc145831.tar.gz webtrees-02207f4403a43a23b7ceb2cbe8e82bf8bc145831.tar.bz2 webtrees-02207f4403a43a23b7ceb2cbe8e82bf8bc145831.zip | |
Moved "add spaces to notes" to the GEDCOM basics tab, as it used during Import only.
Diffstat (limited to 'editconfig_gedcom.php')
| -rw-r--r-- | editconfig_gedcom.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editconfig_gedcom.php b/editconfig_gedcom.php index 0fbe7b0fc4..3bc05deaa0 100644 --- a/editconfig_gedcom.php +++ b/editconfig_gedcom.php @@ -503,6 +503,10 @@ print_header(i18n::translate('GEDCOM configuration')); <td class="optionbox width60"> <?php echo radio_buttons('NEW_GENERATE_UIDS', array(false=>'No',true=>'Yes'), $GENERATE_UIDS, 'tabindex="'.(++$i).'"'); ?></td> </tr> + <tr> + <td class="descriptionbox nowrap"><?php echo i18n::translate('Add spaces where notes were wrapped'), help_link('WORD_WRAPPED_NOTES'); ?></td> + <td class="optionbox width60"><?php echo radio_buttons('NEW_WORD_WRAPPED_NOTES', array(false=>'No',true=>'Yes'), $WORD_WRAPPED_NOTES, 'tabindex="'.(++$i).'"'); ?></td> + </tr> </table> <table class="facts_table"> <tr> @@ -1004,10 +1008,6 @@ print_header(i18n::translate('GEDCOM configuration')); <td class="optionbox width60"><?php echo radio_buttons('NEW_SHOW_FACT_ICONS', array(false=>'Hide',true=>'Show'), $SHOW_FACT_ICONS, 'tabindex="'.(++$i).'"'); ?></td> </tr> <tr> - <td class="descriptionbox nowrap"><?php echo i18n::translate('Add spaces where notes were wrapped'), help_link('WORD_WRAPPED_NOTES'); ?></td> - <td class="optionbox width60"><?php echo radio_buttons('NEW_WORD_WRAPPED_NOTES', array(false=>'No',true=>'Yes'), $WORD_WRAPPED_NOTES, 'tabindex="'.(++$i).'"'); ?></td> - </tr> - <tr> <td class="descriptionbox nowrap"><?php echo i18n::translate('Automatically expand notes'), help_link('EXPAND_NOTES'); ?></td> <td class="optionbox width60"><?php echo radio_buttons('NEW_EXPAND_NOTES', array(false=>'No',true=>'Yes'), $EXPAND_NOTES, 'tabindex="'.(++$i).'"'); ?></td> </tr> |
