include Character groups Achievements when copying Seminaries

This commit is contained in:
oliver 2016-03-12 16:03:38 +01:00
commit 7c2b3111c2
3 changed files with 10 additions and 2 deletions

View file

@ -110,6 +110,8 @@
<input type="checkbox" id="elements_charactergroupsqueststations" name="elements[charactergroupsqueststations]" <?php if(array_key_exists('charactergroupsqueststations', $elements)) : ?>checked="checked"<?php endif ?> />
<label for="elements_charactergroupsqueststations"><?=_('Character Groups Quest Stations')?></label>
</div>
<input type="checkbox" id="elements_charactergroupsachievements" name="elements[charactergroupsachievements]" <?php if(array_key_exists('charactergroupsachievements', $elements)) : ?>checked="checked"<?php endif ?> />
<label for="elements_charactergroupsachievements"><?=_('Character Groups Achievements')?></label>
</div>
<input type="checkbox" id="elements_map" name="elements[map]" <?php if(array_key_exists('map', $elements)) : ?>checked="checked"<?php endif ?> />
<label for="elements_map"><?=_('Map')?></label>