forked from science-ation/science-ation
add 'other professional qualifications'
This commit is contained in:
parent
42c58426dd
commit
be8df8e72a
@ -70,6 +70,7 @@
|
||||
"catpref=$catpref, ".
|
||||
"divpref=$divpref, ".
|
||||
"highest_psd='".mysql_escape_string(stripslashes($_POST['highest_psd']))."', ".
|
||||
"professional_quals='".mysql_escape_string(stripslashes($_POST['professional_quals']))."', ".
|
||||
"years_school='".mysql_escape_string(stripslashes($_POST['years_school']))."', ".
|
||||
"years_regional='".mysql_escape_string(stripslashes($_POST['years_regional']))."', ".
|
||||
"years_national='".mysql_escape_string(stripslashes($_POST['years_national']))."', ".
|
||||
@ -178,6 +179,11 @@ echo " <td colspan=\"2\">".i18n("Highest post-secondary degree")."</td>";
|
||||
echo " <td colspan=\"2\"><input type=\"text\" name=\"highest_psd\" size=\"35\" value=\"$judgeinfo->highest_psd\" /></td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
echo "<tr>\n";
|
||||
echo " <td colspan=\"2\">".i18n("Other professional qualifications")."</td>";
|
||||
echo " <td colspan=\"2\"><input type=\"text\" name=\"professional_quals\" size=\"35\" value=\"$judgeinfo->professional_quals\" /></td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
echo "<tr>\n";
|
||||
echo " <td colspan=\"2\">".i18n("I can judge in the following languages")."</td>";
|
||||
echo " <td colspan=\"2\">";
|
||||
|
Loading…
x
Reference in New Issue
Block a user