add 'other professional qualifications'

This commit is contained in:
james 2005-02-11 18:29:19 +00:00
parent 42c58426dd
commit be8df8e72a

View File

@ -70,6 +70,7 @@
"catpref=$catpref, ". "catpref=$catpref, ".
"divpref=$divpref, ". "divpref=$divpref, ".
"highest_psd='".mysql_escape_string(stripslashes($_POST['highest_psd']))."', ". "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_school='".mysql_escape_string(stripslashes($_POST['years_school']))."', ".
"years_regional='".mysql_escape_string(stripslashes($_POST['years_regional']))."', ". "years_regional='".mysql_escape_string(stripslashes($_POST['years_regional']))."', ".
"years_national='".mysql_escape_string(stripslashes($_POST['years_national']))."', ". "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 " <td colspan=\"2\"><input type=\"text\" name=\"highest_psd\" size=\"35\" value=\"$judgeinfo->highest_psd\" /></td>\n";
echo "</tr>\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 "<tr>\n";
echo " <td colspan=\"2\">".i18n("I can judge in the following languages")."</td>"; echo " <td colspan=\"2\">".i18n("I can judge in the following languages")."</td>";
echo " <td colspan=\"2\">"; echo " <td colspan=\"2\">";