summary refs log tree commit diff
path: root/webclient/rooms/rooms.html
diff options
context:
space:
mode:
authorEmmanuel ROHEE <erohee@amdocs.com>2014-08-18 10:54:43 +0200
committerEmmanuel ROHEE <erohee@amdocs.com>2014-08-18 10:54:43 +0200
commit71584930cb4739bd9677ba4788a34cae56444eac (patch)
treef8f821873776f908ee36ea97d8fcf2fc590a7462 /webclient/rooms/rooms.html
parentDo not start the event stream if the user is not logged in (=if he does not h... (diff)
downloadsynapse-71584930cb4739bd9677ba4788a34cae56444eac.tar.xz
Disabled image upload UIs
Diffstat (limited to '')
-rw-r--r--webclient/rooms/rooms.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/webclient/rooms/rooms.html b/webclient/rooms/rooms.html
index 3630eedfd7..007ad29999 100644
--- a/webclient/rooms/rooms.html
+++ b/webclient/rooms/rooms.html
@@ -13,10 +13,12 @@
                         </div>
                     </td>
                     <td>
+                         <!-- TODO: To enable once we have an upload server
                         <button  m-file-input="newProfileInfo.avatarFile">Upload new Avatar</button> 
                         or use an existing image URL:
+                         -->
                         <div>
-                            <input size="40" ng-model="newProfileInfo.avatar" ng-enter="setAvatar(newProfileInfo.avatar)" />
+                            <input size="40" ng-model="newProfileInfo.avatar" ng-enter="setAvatar(newProfileInfo.avatar)" placeholder="Image URL"/>
                             <button ng-disabled="!newProfileInfo.avatar" ng-click="setAvatar(newProfileInfo.avatar)">Update Avatar</button>   
                         </div>
                     </td>