mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-05 19:23:49 +00:00
Remove the text input box for record template
This commit is contained in:
@@ -678,10 +678,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
echo " ".$text['label-record_template'].":\n";
|
||||
echo "</td>\n";
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <input class='formfld' type='text' name='queue_record_template' maxlength='255' value=\"$queue_record_template\">\n";
|
||||
|
||||
$record_template = $_SESSION['switch']['recordings']['dir']."/archive/\${strftime(%Y)}/\${strftime(%b)}/\${strftime(%d)}/\${uuid}.wav";
|
||||
|
||||
echo " <select class='formfld' name='queue_record_template'>\n";
|
||||
echo " <option value=''></option>\n";
|
||||
if (strlen($queue_record_template) > 0) {
|
||||
|
||||
Reference in New Issue
Block a user