summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2011-11-03 09:37:49 +0000
committerfisharebest <fisharebest@gmail.com>2011-11-03 09:37:49 +0000
commit7b7fb9e0638cf5ec29ad73ea6fe193f052e2706d (patch)
tree782a159342cd8574d863874b5ecb6ee7673c6bbf
parent19fae369f3d75b8a7f201337e5564f30f0ef9dc8 (diff)
downloadwebtrees-7b7fb9e0638cf5ec29ad73ea6fe193f052e2706d.tar.gz
webtrees-7b7fb9e0638cf5ec29ad73ea6fe193f052e2706d.tar.bz2
webtrees-7b7fb9e0638cf5ec29ad73ea6fe193f052e2706d.zip
(missed a part of) Download gedcom: (1) change the default from "zip" to "do not zip". (2) remove the "remove WT custom tags" option - we include all sorts of custom tags, and it makes no sense to just remove some of them.
-rw-r--r--downloadgedcom.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/downloadgedcom.php b/downloadgedcom.php
index b0150f1ef6..a0bdf4a414 100644
--- a/downloadgedcom.php
+++ b/downloadgedcom.php
@@ -137,8 +137,6 @@ print_header(WT_I18N::translate('Download GEDCOM'));
</td></tr>
<tr><td class="descriptionbox width50 wrap"><?php echo WT_I18N::translate('Convert from UTF-8 to ANSI (ISO-8859-1)'), help_link('utf8_ansi'); ?></td>
<td class="list_value"><input type="checkbox" name="convert" value="yes" /></td></tr>
- <tr><td class="descriptionbox width50 wrap"><?php echo WT_I18N::translate('Remove custom webtrees tags? (eg. _WT_USER, _THUM)'), help_link('remove_tags'); ?></td>
- <td class="list_value"><input type="checkbox" name="remove" value="yes" /></td></tr>
<tr><td class="descriptionbox width50 wrap"><?php echo WT_I18N::translate('Convert media path to'), help_link('convertPath'); ?></td>
<td class="list_value"><input type="text" name="conv_path" size="30" value="<?php echo getLRM(), $conv_path, getLRM(); ?>" /></td></tr>
<tr><td class="descriptionbox width50 wrap"><?php echo WT_I18N::translate('Convert media folder separators to'), help_link('convertSlashes'); ?></td>