Update call_block_edit.php (#4814)

This commit is contained in:
chansizzle 2019-10-31 15:06:14 -06:00 committed by FusionPBX
parent cbb3c1ecda
commit 89dbf5bcae
1 changed files with 3 additions and 3 deletions

View File

@ -304,7 +304,7 @@
}
echo " </select>\n";
echo "<br />\n";
echo $text['description-enable']."\n";
echo $text['description-extension']."\n";
echo "\n";
echo "</td>\n";
echo "</tr>\n";
@ -317,7 +317,7 @@
echo "<td class='vtable' align='left'>\n";
echo " <input class='formfld' type='text' name='call_block_name' maxlength='255' value=\"".escape($call_block_name)."\">\n";
echo "<br />\n";
echo $text['description-name']."\n";
echo $text['description-call_block_name']."\n";
echo "</td>\n";
echo "</tr>\n";
@ -328,7 +328,7 @@
echo "<td class='vtable' align='left'>\n";
echo " <input class='formfld' type='text' name='call_block_number' maxlength='255' value=\"".escape($call_block_number)."\">\n";
echo "<br />\n";
echo $text['description-number']."\n";
echo $text['description-call_block_number']."\n";
echo "<br />\n";
echo "</td>\n";
echo "</tr>\n";