summary refs log tree commit diff
path: root/webclient/room/room.html
diff options
context:
space:
mode:
authorEmmanuel ROHEE <erohee@amdocs.com>2014-08-14 18:53:05 +0200
committerEmmanuel ROHEE <erohee@amdocs.com>2014-08-18 10:41:21 +0200
commitd5bebc9eaaf4ff0d1abba86fd278e69a9d72ca9c (patch)
tree684b0b8f2f7f4a3c1d4f1e0378d57301459c01ee /webclient/room/room.html
parentmake my emotes white again (diff)
downloadsynapse-d5bebc9eaaf4ff0d1abba86fd278e69a9d72ca9c.tar.xz
Added another button to upload and send an image.
The text input and its send button for sending an image URL will be removed once we have a true upload image service
Diffstat (limited to 'webclient/room/room.html')
-rw-r--r--webclient/room/room.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/webclient/room/room.html b/webclient/room/room.html

index 7ec2c7cdc7..0f01b94c39 100644 --- a/webclient/room/room.html +++ b/webclient/room/room.html
@@ -75,9 +75,10 @@ <input id="mainInput" ng-model="imageURLToSend" ng-enter="sendImage()" placeholder="Image URL"/> </td> <td width="100px"> - <button ng-click="sendImage(imageURLToSend)">Send Image</button> + <button ng-click="sendImage(imageURLToSend)">Send URL</button> </td> - <td> + <td width="100px"> + <button m-file-input="imageFileToSend">Send Image</button> </td> </tr> </table>