add ?public? option for Character groups Quests (implements #146)

This commit is contained in:
oliver 2016-03-26 19:15:02 +01:00
commit 74b093a61f
7 changed files with 94 additions and 79 deletions

View file

@ -68,6 +68,8 @@
</ul>
</fieldset>
<fieldset>
<input type="checkbox" id="public" name="public" <?php if($public) : ?>checked="checked"<?php endif ?> />
<label for="public"><?=_('public')?></label>
<label for="title"><?=_('Title')?>:</label>
<input type="text" id="title" name="title" placeholder="<?=_('Title')?>" title="<?=_('Title')?>" maxlength="<?=$validationSettings['title']['maxlength']?>" value="<?=$title?>" <?=(array_key_exists('title', $validation)) ? 'class="invalid"' : null?> />
<label for="xps"><?=_('XPs')?>:</label>