Remove the text input box for record template

This commit is contained in:
Mark Crane
2014-08-02 01:29:21 +00:00
parent aaf2677285
commit 9abc450efb

View File

@@ -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) {