Telegram Web, preconfigured for usage in I2P.
http://web.telegram.i2p/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
742 B
30 lines
742 B
<div class="contacts_modal_wrap"> |
|
|
|
<div class="modal-header"> |
|
<a class="modal-close-link" ng-click="$close()">Close</a> |
|
<h4 class="modal-title">Edit Group Title</h4> |
|
</div> |
|
|
|
<div class="modal-body"> |
|
|
|
<form ng-submit="updateGroup()"> |
|
|
|
<div class="contacts_modal_group_title"> |
|
<input class="form-control" my-focused type="text" placeholder="Group name" ng-model="group.name"/> |
|
</div> |
|
|
|
<div class="contacts_modal_panel clearfix"> |
|
|
|
<div class="contacts_modal_actions pull-right"> |
|
<button class="btn btn-default" ng-click="$dismiss()"> Cancel </button> |
|
|
|
<button class="btn btn-success" type="submit"> Save </button> |
|
</div> |
|
|
|
</div> |
|
|
|
</form> |
|
|
|
</div> |
|
|
|
</div> |