This commit is contained in:
Youri Schuurmans 2018-09-11 12:24:06 +00:00 committed by GitHub
commit f76a358d29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 1 deletions

View file

@ -758,6 +758,7 @@
<button id="burgName" onmouseover="tip('Change Burg name')" class="icon-pencil"></button>
<div id="burgNameSection" style="display: none">
<input id="burgNameInput" onmouseover="tip('Populate to rename the Burg')" style="width: 117px"/>
<input id="burgSeedInput" onmouseover="tip('Populate to seed the Burg')" style="width: 50px"/>
<span id="burgNameReCulture" onmouseover="tip('Generate culture-specific name for the Burg')" class="icon-book pointer"></span>
<span id="burgNameReRandom" onmouseover="tip('Generate random name for the Burg')" class="icon-globe pointer"></span>
</div>