no message

This commit is contained in:
Bengt Brodersen 2015-11-30 15:27:41 +01:00
parent d63dd05877
commit 6fdb2d993c
2 changed files with 3 additions and 3 deletions

View File

@ -91,7 +91,7 @@
var settings = global.settings; var settings = global.settings;
// restore UI state // restore UI state
jQuery("#fscaleRange").val(settings.scale); jQuery("#scaleRange").val(settings.scale);
jQuery("#rowCount").val(settings.rowCount); jQuery("#rowCount").val(settings.rowCount);
jQuery("#columnCount").val(settings.colCount); jQuery("#columnCount").val(settings.colCount);

View File

@ -19,9 +19,9 @@
<div style="float: left; display: inline;"><input id="rowCount" type="text" class="text" maxlength="1" style="width: 10px; margin-right:5px;" value="2"/>Page Grid</div> <div style="float: left; display: inline;"><input id="rowCount" type="text" class="text" maxlength="1" style="width: 10px; margin-right:5px;" value="2"/>Page Grid</div>
</div> </div>
<div style="float: left; margin-right:10px; padding-right: 3px; display: inline; -webkit-appearance: default"> <div style="float: left; margin-right:10px; padding-right: 3px; display: inline; -webkit-appearance: default">
<form oninput="amount.value=scaleRange.value"> <form onchange="amount.value=scaleRange.value">
<input type="range" id="scaleRange" min="-1.0" max="1.0" step="0.1" value="0.0" style="width: 80px; position: relative; top: 2px; margin-right:5px;" /> <input type="range" id="scaleRange" min="-1.0" max="1.0" step="0.1" value="0.0" style="width: 80px; position: relative; top: 2px; margin-right:5px;" />
<output name="amount" for="scaleRange">0.0</output> Scale</form> <output name="amount" for="scaleRange"></output> Scale</form>
</div> </div>
<div style="float: left; margin-right:10px"><input id="single-card-page-checkbox" type="checkbox"/>Single Card Per Page</div> <div style="float: left; margin-right:10px"><input id="single-card-page-checkbox" type="checkbox"/>Single Card Per Page</div>
<div style="float: left; margin-right:10px"><input id="hide-description-checkbox" type="checkbox"/>Hide Description</div> <div style="float: left; margin-right:10px"><input id="hide-description-checkbox" type="checkbox"/>Hide Description</div>