placeholder text in form for myoutputs modified

This commit is contained in:
moneroexamples 2017-01-18 23:08:45 +00:00
parent 1d8f425917
commit 63846f2571
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@
<form action="/myoutputs" method="post" style="width:100%; margin-top:2px" class="style-1">
<input type="hidden" name="tx_hash" value="{{tx_hash}}"><br/>
<input type="text" name="xmr_address" size="90" placeholder="Monero address"><br/>
<input type="text" name="viewkey" size="90" placeholder="viewkey" style="margin-top:5px"><br/>
<input type="text" name="viewkey" size="90" placeholder="Private viewkey" style="margin-top:5px"><br/>
<input type="submit" value="Decode outputs" style="margin-top:5px" >
</form>
</div>