change button position
This commit is contained in:
parent
86fce3af42
commit
6108de0795
1 changed files with 3 additions and 2 deletions
|
|
@ -7,11 +7,12 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="content preferences" ng-controller="preferencesBwsUrlController as prefBwsUrl">
|
<div class="content preferences" ng-controller="preferencesBwsUrlController as prefBwsUrl">
|
||||||
<h4> </h4>
|
<h4 class="title m0">
|
||||||
|
<a class="right lh" ng-click="prefBwsUrl.resetDefaultUrl()" translate> Reset to default url</a>
|
||||||
|
</h4>
|
||||||
<form name="settingsBwsUrlForm" ng-submit="prefBwsUrl.save()" class="columns">
|
<form name="settingsBwsUrlForm" ng-submit="prefBwsUrl.save()" class="columns">
|
||||||
<label>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 class="button expand black round" ng-click="prefBwsUrl.resetDefaultUrl()" value="reset to default url" translate>
|
|
||||||
<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}">
|
||||||
</form>
|
</form>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue