mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
Enhancement (#420)
* Optimization State Form Add Mode (#415) * Cannot sort list entries in diplomacy editor #419
This commit is contained in:
parent
e0adac3735
commit
738ffee75f
1 changed files with 2 additions and 2 deletions
|
|
@ -2777,6 +2777,8 @@
|
||||||
<div style="left:12.4em" data-tip="Click to sort by diplomatical relations" class="sortable alphabetically" data-sortby="relations">Relations </div>
|
<div style="left:12.4em" data-tip="Click to sort by diplomatical relations" class="sortable alphabetically" data-sortby="relations">Relations </div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="diplomacyBodySection" class="table"></div>
|
||||||
|
|
||||||
<div id="diplomacySelect">
|
<div id="diplomacySelect">
|
||||||
<div data-tip="Ally means states formed a defensive pact and will protect each other in case of third party aggression">Ally</div>
|
<div data-tip="Ally means states formed a defensive pact and will protect each other in case of third party aggression">Ally</div>
|
||||||
<div data-tip="State is friendly to anouther state when they share some common interests">Friendly</div>
|
<div data-tip="State is friendly to anouther state when they share some common interests">Friendly</div>
|
||||||
|
|
@ -2789,8 +2791,6 @@
|
||||||
<div data-tip="Suzerain is a state having some control over its vassals">Suzerain</div>
|
<div data-tip="Suzerain is a state having some control over its vassals">Suzerain</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="diplomacyBodySection" class="table"></div>
|
|
||||||
|
|
||||||
<div id="diplomacyBottom" style="margin-top: .1em">
|
<div id="diplomacyBottom" style="margin-top: .1em">
|
||||||
<button id="diplomacyEditorRefresh" data-tip="Refresh the Editor" class="icon-cw"></button>
|
<button id="diplomacyEditorRefresh" data-tip="Refresh the Editor" class="icon-cw"></button>
|
||||||
<button id="diplomacyEditStyle" data-tip="Edit states (including diplomacy view) style in Style Editor" class="icon-adjust"></button>
|
<button id="diplomacyEditStyle" data-tip="Edit states (including diplomacy view) style in Style Editor" class="icon-adjust"></button>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue