Wallet/public/views/preferencesBwsUrl.html

19 lines
836 B
HTML
Raw Normal View History

2015-05-18 11:51:36 -03:00
<div
class="topbar-container"
2015-05-07 18:35:54 -03:00
ng-include="'views/includes/topbar.html'"
2015-10-21 10:32:30 -03:00
ng-init="titleSection='Wallet Service URL'; goBackToState = 'preferencesAdvanced'; noColor = true">
2015-05-07 18:35:54 -03:00
</div>
2015-10-08 11:58:55 -03:00
<div class="content preferences" ng-controller="preferencesBwsUrlController as prefBwsUrl">
2015-11-03 11:01:37 -03:00
<h4 class="title m0"></h4>
2015-04-24 12:41:50 -03:00
<form name="settingsBwsUrlForm" ng-submit="prefBwsUrl.save()" class="columns">
2015-11-03 11:01:37 -03:00
<label class="left">Wallet Service URL</label>
<a class="right size-12" ng-click="prefBwsUrl.resetDefaultUrl()" translate> Set default url</a>
2015-03-06 12:00:10 -03:00
<input type="text" id="bwsurl" type="text" name="bwsurl" ng-model="prefBwsUrl.bwsurl">
2015-05-18 11:51:36 -03:00
<input type="submit" class="button expand black round" value="{{'Save'|translate}}"
2015-04-11 17:12:44 -03:00
ng-style="{'background-color':index.backgroundColor}">
2015-03-06 12:00:10 -03:00
</form>
</div>
<div class="extra-margin-bottom"></div>