1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-11 16:32:55 +00:00

Country value is now sent and stored to database

add jquery call
fix database table name
This commit is contained in:
Loic Blot
2015-01-09 17:05:49 +00:00
parent 5624cd684b
commit 76decabe11
3 changed files with 9 additions and 6 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ use \OCA\OcSms\Lib\CountryCodes;
?>
<div class="ng-scope" id="app" ng-app="OcSms">
<div id="app-mailbox-peers" ng-controller="ContactsController">
<div id="app-mailbox-peers">
<ul>
<li><div id="ocsms-empty-peers">There isn't any conversation</div></li>
</ul>
@@ -23,7 +23,7 @@ use \OCA\OcSms\Lib\CountryCodes;
<option><?php p($code); ?></option>
<?php } ?>
</select>
<button class="new-button primary icon-checkmark-white" ng-repeat="button in buttons" ng-click="sendCountryCode();"></button>
<button class="new-button primary icon-checkmark-white" ng-repeat="button in buttons" ng-click="sendCountry();"></button>
</div> <!-- app-settings-content -->
</div>