spee.ch/views/partials/publishForm-Submit.handlebars

11 lines
760 B
Handlebars
Raw Normal View History

2017-10-24 13:39:06 -07:00
<div class="row row--padded row--wide">
2017-10-02 17:36:25 -07:00
<div class="input-error" id="input-error-publish-submit" hidden="true"></div>
2017-10-03 10:05:09 -07:00
<button id="publish-submit" class="button--primary button--large" onclick="publishStagedFile(event)">Upload</button>
2017-10-02 17:36:25 -07:00
</div>
2017-10-16 12:04:02 -07:00
<div class="row row--short align-content-center">
<button class="button--cancel" onclick="cancelPublish()">Cancel</button>
2017-10-16 12:04:02 -07:00
</div>
2017-10-02 17:36:25 -07:00
<div class="row row--short align-content-center">
2017-10-25 09:17:47 -07:00
<p class="fine-print">By clicking 'Upload', you affirm that you have the rights to publish this content to the LBRY network, and that you understand the properties of publishing it to a decentralized, user-controlled network. <a class="link--primary" target="_blank" href="https://lbry.io/learn">Read more.</a></p>
2017-10-02 17:36:25 -07:00
</div>