Update app_config.php (#5334)

* Update app_config.php

* change type to text for pin in conferences

in conference centers you can not save
a pin as 0123 it will save as 123 due in data base it was saved to numeric vrs text

* Update conference_edit.php

* Update app_languages.php

updated hebrew name for title

* Update app_languages.php

hebrew language for title conference_center

* Update app_languages.php

active_conferences he-il
This commit is contained in:
phoneben
2020-07-07 17:17:22 +03:00
committed by GitHub
parent 71854ba40e
commit 91f2f67fc4
6 changed files with 13 additions and 13 deletions

View File

@@ -11,7 +11,7 @@ $text['title-conferences']['es-cl'] = "Conferencias";
$text['title-conferences']['es-mx'] = "Conferencias"; //copied from es-cl
$text['title-conferences']['fr-ca'] = "Conférences"; //copied from fr-fr
$text['title-conferences']['fr-fr'] = "Conférences";
$text['title-conferences']['he-il'] = "";
$text['title-conferences']['he-il'] = "חדר ועידה";
$text['title-conferences']['it-it'] = "Conferenze";
$text['title-conferences']['nl-nl'] = "Conferenties";
$text['title-conferences']['pl-pl'] = "";

View File

@@ -370,7 +370,7 @@
echo " ".$text['label-pin']."\n";
echo "</td>\n";
echo "<td class='vtable' align='left'>\n";
echo " <input class='formfld' type='text' name='conference_pin_number' maxlength='255' value=\"".escape($conference_pin_number)."\">\n";
echo " <input class='formfld' type='number' name='conference_pin_number' maxlength='255' value=\"".escape($conference_pin_number)."\">\n";
echo "<br />\n";
echo "".$text['description-pin']."\n";
echo "</td>\n";