Enhancement (#420)

* Optimization State Form Add Mode (#415)

* Cannot sort list entries in diplomacy editor #419
This commit is contained in:
dje 2020-03-28 19:24:15 +01:00 committed by GitHub
parent e0adac3735
commit 738ffee75f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2777,6 +2777,8 @@
<div style="left:12.4em" data-tip="Click to sort by diplomatical relations" class="sortable alphabetically" data-sortby="relations">Relations&nbsp;</div> <div style="left:12.4em" data-tip="Click to sort by diplomatical relations" class="sortable alphabetically" data-sortby="relations">Relations&nbsp;</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>