Update voicemails.php
This commit is contained in:
@@ -147,6 +147,9 @@
|
|||||||
echo " <br /><br />";
|
echo " <br /><br />";
|
||||||
echo " </td>\n";
|
echo " </td>\n";
|
||||||
echo " <td width='30%' align='right' valign='top'>\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 " <form method='get' action=''>\n";
|
||||||
echo " <input type='text' class='txt' style='width: 150px' name='search' id='search' value='".escape($search)."'>";
|
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']."'>";
|
echo " <input type='submit' class='btn' name='submit' value='".$text['button-search']."'>";
|
||||||
|
|||||||
Reference in New Issue
Block a user