MOH: Restore 'Default' label in select box.
This commit is contained in:
parent
3b8b7ad0ca
commit
5f6bf426c3
|
|
@ -56,7 +56,7 @@ include "root.php";
|
||||||
|
|
||||||
//add multi-lingual support
|
//add multi-lingual support
|
||||||
$language = new text;
|
$language = new text;
|
||||||
$text = $language->get();
|
$text = $language->get($_SESSION['domain']['language']['code'], 'app/music_on_hold');
|
||||||
|
|
||||||
//start the select
|
//start the select
|
||||||
$select = " <select class='formfld' name='".$this->select_name."' id='".$this->select_name."' style='width: auto;'>\n";
|
$select = " <select class='formfld' name='".$this->select_name."' id='".$this->select_name."' style='width: auto;'>\n";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue