copay/public/views/preferencesAlias.html

20 lines
795 B
HTML
Raw Normal View History

2015-05-18 07:51:36 -07:00
<div
class="topbar-container"
2015-05-14 06:39:22 -07:00
ng-include="'views/includes/topbar.html'"
2016-06-14 08:07:54 -07:00
ng-init="titleSection='Alias'; goBackToState = 'preferences'">
2015-05-14 06:39:22 -07:00
</div>
<div class="content preferences" ng-controller="preferencesAliasController">
2015-10-08 07:58:55 -07:00
<h4></h4>
<form name="settingsAliasForm" ng-submit="save()" class="columns">
2015-06-04 10:57:23 -07:00
<label><span translate>Alias for <i>{{index.walletName}}</i></span></label>
<input type="text" id="alias2" type="text" name="alias2" ng-model="alias">
2015-05-18 07:51:36 -07:00
<input type="submit" class="button expand black round" value="{{'Save'|translate}}"
2015-05-14 06:39:22 -07:00
ng-style="{'background-color':index.backgroundColor}">
</form>
2015-10-08 07:58:55 -07:00
<div class="text-gray size-12 text-center" translate>Changing wallet alias only affects the local wallet name.
</div>
2015-05-14 06:39:22 -07:00
</div>
<div class="extra-margin-bottom"></div>