add more buttons
This commit is contained in:
parent
0835c236f5
commit
1f7e9b2227
8 changed files with 35 additions and 32 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<div
|
||||
class="topbar-container"
|
||||
<div
|
||||
class="topbar-container"
|
||||
ng-include="'views/includes/topbar.html'"
|
||||
ng-init="titleSection='Wallet Alias'; goBackToState = 'preferences'">
|
||||
</div>
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
<form name="settingsAliasForm" ng-submit="prefAlias.save()" class="columns">
|
||||
<label>Alias for <i>{{index.walletName}}</i></label>
|
||||
<input type="text" id="alias2" type="text" name="alias2" ng-model="prefAlias.alias">
|
||||
<input type="submit" class="button expand black radius" value="{{'Save'|translate}}"
|
||||
<input type="submit" class="button expand black round" value="{{'Save'|translate}}"
|
||||
ng-style="{'background-color':index.backgroundColor}">
|
||||
</form>
|
||||
<p class="text-gray text-center columns size-14"> Changing wallet alias only afects the local wallet name.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue