Merge pull request #1 from bechi/gabriel/reset-button
fix reset url link
This commit is contained in:
commit
6a4bf0b4ae
1 changed files with 3 additions and 4 deletions
|
|
@ -7,11 +7,10 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="content preferences" ng-controller="preferencesBwsUrlController as prefBwsUrl">
|
<div class="content preferences" ng-controller="preferencesBwsUrlController as prefBwsUrl">
|
||||||
<h4 class="title m0">
|
<h4 class="title m0"></h4>
|
||||||
<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 class="left">Wallet Service URL</label>
|
||||||
|
<a class="right size-12" ng-click="prefBwsUrl.resetDefaultUrl()" translate> Set default url</a>
|
||||||
<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