hide map for Character groups Quest Stations when there are no stations

This commit is contained in:
oliver 2016-04-09 13:44:37 +02:00
commit df14dfafc3
4371 changed files with 1220224 additions and 0 deletions

View file

@ -0,0 +1,18 @@
<div class="moodpic">
<img src="<?=$linker->link(array('grafics','questlab.jpg'))?>" />
</div>
<h1><?=\nre\configs\AppConfig::$app['name']?></h1>
<form method="post">
<fieldset>
<legend><?=_('Introduction text')?></legend>
<textarea id="text" name="text" placeholder="<?=_('Please enter an introduction text')?>"><?=$text?></textarea>
</fieldset>
<input type="submit" name="edit" value="<?=_('save')?>" />
<input type="submit" name="cancel" value="<?=_('cancel')?>" />
</form>
<script>
$(function() {
$("#text").markItUp(mySettings);
});
</script>