include Character groups Achievements when copying Seminaries
This commit is contained in:
parent
e4f98c29d1
commit
7c2b3111c2
3 changed files with 10 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue