diff options
| author | Alon Levy <alon@pobox.com> | 2015-01-27 16:23:22 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-01-27 16:23:22 +0200 |
| commit | 10602301f4e263746491d9fd4edb6d5ecddc254f (patch) | |
| tree | 93a03e458a99f070a195c5eaaf28a731d848b4a9 /res | |
| parent | b0078d34e8c074db33cf01abbd9bd55a2bf45bbc (diff) | |
Fixes #236 - client node info use textarea for name instead of input
Diffstat (limited to 'res')
| -rw-r--r-- | res/templates/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/templates/index.html b/res/templates/index.html index c24abf2f..2212751b 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -59,7 +59,8 @@ </div> <div class="info" style="display:none"> <form id="editbox"> - <p class="info-card-attr">Name</p><p class="info-card-attr-val"><input id="editformname"></p> + <p class="info-card-attr">Name</p><p class="info-card-attr-val"> + <textarea id="editformname"></textarea></p> <label class="info-card-attr">Type</label> <select id="edittype" class="select-dropdown"> <option value="person">Person</option><option value="club">Club</option><option value="skill">Skill</option><option value="interest">Interest</option><option value="third-internship-proposal">Third-internship-proposal</option><option value="internship">Internship</option> |
