diff --git a/forms/account/address-list/address-list.js b/forms/account/address-list/address-list.js index 86aeb89c..cffeb50a 100644 --- a/forms/account/address-list/address-list.js +++ b/forms/account/address-list/address-list.js @@ -30,10 +30,10 @@ Hedera.AddressList = new Class form.refresh (); } } - - ,onEditAddressClick: function (button, form) + + ,repeaterFunc: function (res, form) { - this.hash.set ({ + res.$('link').href = this.hash.make ({ 'form': 'account/address', 'address': form.get ('id') }); diff --git a/forms/account/address-list/style.css b/forms/account/address-list/style.css index 8bd9a259..8b137891 100644 --- a/forms/account/address-list/style.css +++ b/forms/account/address-list/style.css @@ -1,48 +1 @@ -.address-list -{ - padding: 1em; -} -.address-list .box -{ - max-width: 30em; -} -.address-list .form -{ - margin: 0 auto; - max-width: 25em; - padding: 2em; -} -.address -{ - padding: 1em; - border-bottom: 1px solid #DDD; -} -.address p -{ - margin: 0.2em 0; - text-overflow: ellipsis; - white-space: nowrap; - overflow: hidden; -} -.address p.important -{ - font-size: 1.2em; -} -.address .actions -{ - float: right; -} -.address .actions > .htk-button -{ - margin: 0; -} -.address .actions > * -{ - display: inline-block; - vertical-align: middle; -} -.address .actions > input -{ - margin: .6em; -} diff --git a/forms/account/address-list/ui.xml b/forms/account/address-list/ui.xml index b1203d3f..2496a87c 100755 --- a/forms/account/address-list/ui.xml +++ b/forms/account/address-list/ui.xml @@ -29,14 +29,14 @@ on-click="onAddAddressClick"/>
-
-
-
-
+
+
+
+