Move output control buttons. Resolves #1

This commit is contained in:
Joshua Bell 2014-12-28 21:09:16 -07:00
parent f55aa51023
commit d7f43509a3
1 changed files with 2 additions and 3 deletions

View File

@ -101,9 +101,6 @@ By <a href="mailto:inexorabletash@gmail.com">Joshua Bell</a>
<option value="sample.readsector">Read Sector File</option>
</select>
<input type="button" id="show_paper" value="Show output" title="Echo all output to a &quot;print-out&quot;, so you can copy/paste">
<input type="button" id="hide_paper" value="Hide output" title="Hide the &quot;print-out&quot;">
<!-- Source code editor inserted here -->
<div id="editorframe"></div>
@ -113,6 +110,8 @@ By <a href="mailto:inexorabletash@gmail.com">Joshua Bell</a>
<input type="submit" id="btn_share" value="Share your sample!">
<input type="button" id="btn_save" value="Save Program" title="Save the current program. NOTE: Can only save one program.">
<input type="button" id="btn_load" value="Load Program" title="Load a previously saved program. WARNING: The current program will be lost!">
<input type="button" id="show_paper" value="Show output" title="Echo all output to a &quot;print-out&quot;, so you can copy/paste">
<input type="button" id="hide_paper" value="Hide output" title="Hide the &quot;print-out&quot;">
</form>
</div>