1
0
mirror of https://gitlab.com/depesz/explain.depesz.com.git synced 2025-11-29 23:08:18 +02:00

harmonize wording on same page and with help.html

This commit is contained in:
Katrin Leinweber
2017-06-13 20:26:48 +02:00
parent 8439410c5b
commit 959a729b8b

View File

@@ -362,7 +362,7 @@
<form id="explain-form" class="hidden" method="get" action="<%= url_for 'current' %>" autocomplete="off">
<h3>Colorize:</h3>
<h3>Color mode:</h3>
<ul>
<li>
<input type="radio" name="c" id="ce" value="e"<%= $cfg->{ c } eq 'e' ? ' checked="checked"' : '' %> />
@@ -382,7 +382,7 @@
</li>
</ul>
<h3>Columns visibility:</h3>
<h3>Visible columns:</h3>
<ul>
<li>
<input type="checkbox" name="vu" id="vu" value="1"<%= $cfg->{ vu } ? ' checked="checked"' : '' %> />
@@ -416,7 +416,7 @@
</form>
<a href="#" onclick="$.fn.explain( 'toggleCfgForm', this ); return false;" onkeypress="return this.onclick( );"><span>options</span></a>
<a href="#" onclick="$.fn.explain( 'toggleCfgForm', this ); return false;" onkeypress="return this.onclick( );"><span>Settings</span></a>
</div>