mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 16:06:15 +00:00
Add setting button for lang
This commit is contained in:
parent
0dfa6152ab
commit
4987f93969
@ -133,3 +133,11 @@
|
|||||||
background-size: 40px;
|
background-size: 40px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#app-settings-content .new-button {
|
||||||
|
width: 32px;
|
||||||
|
background-size: 16px;
|
||||||
|
background-position: center;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
height: 34px;
|
||||||
|
}
|
||||||
|
@ -16,11 +16,12 @@ use \OCA\OcSms\Lib\CountryCodes;
|
|||||||
<button name="app settings" class="settings-button" data-apps-slide-toggle="#app-settings-content"></button>
|
<button name="app settings" class="settings-button" data-apps-slide-toggle="#app-settings-content"></button>
|
||||||
</div>
|
</div>
|
||||||
<div id="app-settings-content">
|
<div id="app-settings-content">
|
||||||
<select name="intl_phone">
|
<select name="intl_phone">
|
||||||
<?php foreach (CountryCodes::$codes as $code => $cval) { ?>
|
<?php foreach (CountryCodes::$codes as $code => $cval) { ?>
|
||||||
<option><?php p($code); ?></option>
|
<option><?php p($code); ?></option>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</select>
|
</select>
|
||||||
|
<button class="new-button primary icon-checkmark-white"></button>
|
||||||
</div> <!-- app-settings-content -->
|
</div> <!-- app-settings-content -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user