mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update voicemails.php
This commit is contained in:
@@ -147,6 +147,9 @@
|
||||
echo " <br /><br />";
|
||||
echo " </td>\n";
|
||||
echo " <td width='30%' align='right' valign='top'>\n";
|
||||
if (permission_exists('voicemail_import')) {
|
||||
echo " <input type='button' class='btn' alt='".$text['button-import']."' onclick=\"window.location='voicemail_imports.php'\" value='".$text['button-import']."'>\n";
|
||||
}
|
||||
echo " <form method='get' action=''>\n";
|
||||
echo " <input type='text' class='txt' style='width: 150px' name='search' id='search' value='".escape($search)."'>";
|
||||
echo " <input type='submit' class='btn' name='submit' value='".$text['button-search']."'>";
|
||||
|
||||
Reference in New Issue
Block a user