diff options
| author | Alon Levy <alon@pobox.com> | 2015-04-08 20:13:54 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-04-09 06:39:59 +0300 |
| commit | 80ad946ad9b7a0537be959b2d1d19d89849a6d63 (patch) | |
| tree | 0696813546d8ea260fd4b62927a3f128a3b9a381 /src | |
| parent | 7e96d5334423372b18686f0a26adc6f6bdf3a2fb (diff) | |
leap domain: update types. resolve #433
Diffstat (limited to 'src')
| -rw-r--r-- | src/local/domain/leap.rhizi.net/domain_types.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/local/domain/leap.rhizi.net/domain_types.js b/src/local/domain/leap.rhizi.net/domain_types.js index bb771371..fca6cbfd 100644 --- a/src/local/domain/leap.rhizi.net/domain_types.js +++ b/src/local/domain/leap.rhizi.net/domain_types.js @@ -35,20 +35,20 @@ define({ 'affiliation': 'Affiliation', 'description': 'Description', 'email': 'Email', - 'image-url': 'Image URL', 'name': 'Name', - 'street-address': 'Street Address', 'type': 'Type', 'url': 'URL', + 'image-url': 'Image URL', + 'rhizi-url': 'Rhizi URL', }, attribute_ui: { 'affiliation': 'textarea', 'description': 'textarea', 'email': 'input', - 'image-url': 'image', 'name': 'input', - 'street-address': 'textarea', 'type': 'type', + 'image-url': 'image', 'url': 'url', + 'rhizi-url': 'rhizi-url', }, }); |
