Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions assets/css/missedcall.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,17 @@

.bootstrap-table td:nth-last-child(-n+5) {
vertical-align: middle !important;
}
#emailSettings ul {
padding-left: 1.5rem;
margin: 0.5rem 0;
}

#emailSettings li {
margin-bottom: 6px;
line-height: 1.5;
}

#emailSettings li:last-child {
margin-bottom: 0;
}
21 changes: 8 additions & 13 deletions module.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<module>
<rawname>missedcall</rawname>
<name>Missed Call Notification</name>
<version>17.0.6</version>
<version>18.0.1</version>
<publisher>Sangoma Technologies Corporation</publisher>
<license>GPLv3+</license>
<licenselink>https://www.gnu.org/licenses/gpl-3.0.txt</licenselink>
Expand All @@ -11,24 +11,19 @@
<missedcall>Missed Call Notification</missedcall>
</menuitems>
<changelog>
*17.0.6* FREEI-2969 Unauthenticated SQL injection
*17.0.5* FREEI-2969 Unauthenticated SQL injection
*17.0.4* FREEI-2969 Unauthenticated SQL injection
*17.0.3* Fixing Github #607 Minor changes for Missed Calls module
*17.0.2* Fixing Github #449 Missed call not working
*17.0.1.2* Initial release for 17.0
*18.0.1* initial release
</changelog>
<description>Send email notifications to users when a call is missed</description>
<category>Applications</category>
<supported>
<version>17.0</version>
<version>18.0</version>
</supported>
<depends>
<phpversion>7.4</phpversion>
<module>framework ge 17.0.1</module>
<module>core ge 17.0.1</module>
<module>userman ge 17.0.1</module>
<module>queues ge 17.0.1</module>
<phpversion>8.4.0</phpversion>
<module>framework ge 18.0.1</module>
<module>core ge 18.0.1</module>
<module>userman ge 18.0.1</module>
<module>queues ge 18.0.1</module>
</depends>
<hooks>
<ucp class="Ucp">
Expand Down
4 changes: 2 additions & 2 deletions page.missedcall.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@
<div role="tabpanel">
<ul class="nav nav-tabs" role="tablist">
<li role="presentation" class="active">
<a href="#notiExtensions" aria-controls="notiExtensions" role="tab" data-toggle="tab" aria-expanded="true">
<a href="#notiExtensions" aria-controls="notiExtensions" role="tab" data-bs-toggle="tab" aria-expanded="true">
<?php echo _('Extensions'); ?>
</a>
</li>
<li role="presentation" class="">
<a href="#emailSettings" aria-controls="emailSettings" role="tab" data-toggle="tab"
<a href="#emailSettings" aria-controls="emailSettings" role="tab" data-bs-toggle="tab"
aria-expanded="false">
<?php echo _('Email Settings'); ?>
</a>
Expand Down