add ?public? option for Character groups Quests (implements #146)
This commit is contained in:
parent
f876913ced
commit
74b093a61f
7 changed files with 94 additions and 79 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue