Renames BWS to WS
This commit is contained in:
parent
c2a4aad122
commit
d009e730f7
5 changed files with 9 additions and 9 deletions
|
|
@ -132,7 +132,7 @@
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
<label for="bws" class="oh">
|
<label for="bws" class="oh">
|
||||||
<span translate>Specify Bitcore Wallet Service URL</span>
|
<span>Wallet Service URL</span>
|
||||||
<input type="text" id="bwsurl" name="bwsurl" ng-model="bwsurl">
|
<input type="text" id="bwsurl" name="bwsurl" ng-model="bwsurl">
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -85,7 +85,7 @@
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
<label for="bws" class="oh">
|
<label for="bws" class="oh">
|
||||||
<span translate>Specify Bitcore Wallet Service URL</span>
|
<span>Wallet Service URL</span>
|
||||||
<input type="text" id="bwsurl" name="bwsurl" ng-model="bwsurl">
|
<input type="text" id="bwsurl" name="bwsurl" ng-model="bwsurl">
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
|
|
@ -152,7 +152,7 @@
|
||||||
<div class="large-12 columns">
|
<div class="large-12 columns">
|
||||||
|
|
||||||
<label for="bws" class="oh">
|
<label for="bws" class="oh">
|
||||||
<span translate>Specify Bitcore Wallet Service URL</span>
|
<span>Wallet Service URL</span>
|
||||||
<input type="text" id="bwsurl" name="bwsurl" ng-model="bwsurl">
|
<input type="text" id="bwsurl" name="bwsurl" ng-model="bwsurl">
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -211,7 +211,7 @@
|
||||||
<div class="large-12 columns">
|
<div class="large-12 columns">
|
||||||
|
|
||||||
<label for="bws" class="oh">
|
<label for="bws" class="oh">
|
||||||
<span translate>Specify Bitcore Wallet Service URL</span>
|
<span>Wallet Service URL</span>
|
||||||
<input type="text" id="bwsurl" name="bwsurl" ng-model="bwsurl">
|
<input type="text" id="bwsurl" name="bwsurl" ng-model="bwsurl">
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -240,7 +240,7 @@
|
||||||
<div class="large-12 columns">
|
<div class="large-12 columns">
|
||||||
|
|
||||||
<label for="bws" class="oh">
|
<label for="bws" class="oh">
|
||||||
<span translate>Specify Bitcore Wallet Service URL</span>
|
<span>Wallet Service URL</span>
|
||||||
<input type="text" id="bwsurl" name="bwsurl" ng-model="bwsurl">
|
<input type="text" id="bwsurl" name="bwsurl" ng-model="bwsurl">
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -79,7 +79,7 @@
|
||||||
<div class="large-12 columns">
|
<div class="large-12 columns">
|
||||||
|
|
||||||
<label for="bws" class="oh">
|
<label for="bws" class="oh">
|
||||||
<span translate>Specify Bitcore Wallet Service URL</span>
|
<span>Wallet Service URL</span>
|
||||||
<input type="text" id="bwsurl" name="bwsurl" ng-model="bwsurl">
|
<input type="text" id="bwsurl" name="bwsurl" ng-model="bwsurl">
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
<li ng-click="$root.go('preferencesBwsUrl')">
|
<li ng-click="$root.go('preferencesBwsUrl')">
|
||||||
<i class="icon-arrow-right3 size-24 right text-gray"></i>
|
<i class="icon-arrow-right3 size-24 right text-gray"></i>
|
||||||
<span>Bitcore Wallet Service</span>
|
<span>Wallet Service URL</span>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li ng-click="$root.go('delete')">
|
<li ng-click="$root.go('delete')">
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<div
|
<div
|
||||||
class="topbar-container"
|
class="topbar-container"
|
||||||
ng-include="'views/includes/topbar.html'"
|
ng-include="'views/includes/topbar.html'"
|
||||||
ng-init="titleSection='Bitcore Wallet Service'; goBackToState = 'preferencesAdvanced'; noColor = true">
|
ng-init="titleSection='Wallet Service URL'; goBackToState = 'preferencesAdvanced'; noColor = true">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
<div class="content preferences" ng-controller="preferencesBwsUrlController as prefBwsUrl">
|
<div class="content preferences" ng-controller="preferencesBwsUrlController as prefBwsUrl">
|
||||||
<h4> </h4>
|
<h4> </h4>
|
||||||
<form name="settingsBwsUrlForm" ng-submit="prefBwsUrl.save()" class="columns">
|
<form name="settingsBwsUrlForm" ng-submit="prefBwsUrl.save()" class="columns">
|
||||||
<label>Bitcore Wallet Service URL</label>
|
<label>Wallet Service URL</label>
|
||||||
<input type="text" id="bwsurl" type="text" name="bwsurl" ng-model="prefBwsUrl.bwsurl">
|
<input type="text" id="bwsurl" type="text" name="bwsurl" ng-model="prefBwsUrl.bwsurl">
|
||||||
<input type="submit" class="button expand black round" value="{{'Save'|translate}}"
|
<input type="submit" class="button expand black round" value="{{'Save'|translate}}"
|
||||||
ng-style="{'background-color':index.backgroundColor}">
|
ng-style="{'background-color':index.backgroundColor}">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue