mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 20:11:24 +01:00
dialog for types on a button
New button for the zone Types dialog.
This commit is contained in:
parent
d3e845413f
commit
a49376480d
2 changed files with 7 additions and 5 deletions
|
|
@ -2916,7 +2916,7 @@
|
|||
<div id="zonesFilters">
|
||||
<span>Filter by type: </span>
|
||||
<select id="zonesFilterType" data-tip="Only zones of this type appear on the map"></select>
|
||||
<button id="zonesFilterButton" data-tip="Click to toggle the filtering of elements on the list" class="icon-eye"></button>
|
||||
<button id="zonesFilterButton" data-tip="Click to toggle the filtering of elements on the list" class="icon-resize-small"></button>
|
||||
</div>
|
||||
|
||||
<div id="zonesFooter" class="totalLine">
|
||||
|
|
@ -2944,6 +2944,7 @@
|
|||
</div>
|
||||
|
||||
<button id="zonesAdd" data-tip="Add new zone layers or types" class="icon-plus"></button>
|
||||
<button id="zonesEditTypes" data-tip="Add and edit zone types" class="icon-edit"></button>
|
||||
<button id="zonesExport" data-tip="Download zones-related data" class="icon-download"></button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -2961,7 +2962,6 @@
|
|||
</div>
|
||||
|
||||
<div id="zonesTypesBottom">
|
||||
<button id="zonesNewBlank" data-tip="Add a new blank zone layer" class="icon-flag-empty"></button>
|
||||
<input type="text" id="zonesNewTypeInput" data-tip="Write the name of the type you want to add" maxlength="20" placeholder="Add type"></input>
|
||||
<input type="button" id="zonesNewTypeButton" data-tip="Click add to save the type" value="Add">
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue