Update voicemails.php
This commit is contained in:
parent
1fe4d8146c
commit
9bf987217c
|
|
@ -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']."'>";
|
||||
|
|
|
|||
Loading…
Reference in New Issue