copay/public/views/preferencesBwsUrl.html

18 lines
703 B
HTML
Raw Normal View History

2015-05-18 07:51:36 -07:00
<div
class="topbar-container"
2015-05-07 14:35:54 -07:00
ng-include="'views/includes/topbar.html'"
2015-05-08 05:35:33 -07:00
ng-init="titleSection='Bitcore Wallet Service'; goBackToState = 'preferences'; noColor = true">
2015-05-07 14:35:54 -07:00
</div>
2015-04-24 08:41:50 -07:00
<div class="content preferences p20v" ng-controller="preferencesBwsUrlController as prefBwsUrl">
<form name="settingsBwsUrlForm" ng-submit="prefBwsUrl.save()" class="columns">
<label>Bitcore Wallet Service URL</label>
2015-03-06 07:00:10 -08:00
<input type="text" id="bwsurl" type="text" name="bwsurl" ng-model="prefBwsUrl.bwsurl">
2015-05-18 07:51:36 -07:00
<input type="submit" class="button expand black round" value="{{'Save'|translate}}"
2015-04-11 13:12:44 -07:00
ng-style="{'background-color':index.backgroundColor}">
2015-03-06 07:00:10 -08:00
</form>
</div>
<div class="extra-margin-bottom"></div>