fix create, join & import
This commit is contained in:
parent
dfc2745293
commit
041b781994
5 changed files with 30 additions and 25 deletions
|
|
@ -5,7 +5,7 @@
|
|||
</div>
|
||||
|
||||
<div class="row" ng-show="!loading">
|
||||
<div class="large-12 columns">
|
||||
<div class="large-12 columns panel">
|
||||
|
||||
<h1 class="hide-for-large-up">{{$root.title}}</h1>
|
||||
<form name="importForm" ng-submit="import(importForm)" novalidate>
|
||||
|
|
@ -41,6 +41,8 @@
|
|||
<label for="password" class="m10b"><span translate>Password</span> <small translate>Required</small></label>
|
||||
<input type="password" class="form-control"
|
||||
placeholder="{{'Your wallet password'|translate}}" name="password" ng-model="password" required>
|
||||
|
||||
<div class="line-dashed-h m10b m20t"></div>
|
||||
|
||||
<a class="expand small" ng-click="hideAdv=!hideAdv">
|
||||
<i class="fi-widget m3r"></i>
|
||||
|
|
@ -71,11 +73,11 @@
|
|||
|
||||
|
||||
<div class="text-right m20t">
|
||||
<a class="back-button m20r" href="#!/manage">
|
||||
<i class="fi-arrow-left"></i>
|
||||
<a class="back-button m20r text-black" href="#!/manage">
|
||||
<i class="icon-arrow-left2 vm"></i>
|
||||
<span translate>Back</span>
|
||||
</a>
|
||||
<button translate type="submit" class="button primary m0" ng-disabled="importForm.$invalid">
|
||||
<button translate type="submit" class="button black m0" ng-disabled="importForm.$invalid">
|
||||
Import backup
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue