forked from science-ation/science-ation
i18n the yes/no buttons
This commit is contained in:
parent
a3588869e8
commit
8f7df04307
@ -76,7 +76,7 @@ echo mysql_error();
|
||||
echo "<input type=\"hidden\" name=\"id\" value=\"$r->no\">\n";
|
||||
if($r->no_type=="division")
|
||||
echo "<input type=\"hidden\" name=\"division\" value=\"$r->no\">\n";
|
||||
echo "<input style=\"width: 100px;\" type=\"submit\" value=\"No\">";
|
||||
echo "<input style=\"width: 100px;\" type=\"submit\" value=\"".i18n("No")."\">";
|
||||
echo "</form>\n";
|
||||
echo "</td><td width=\"50\">";
|
||||
echo " </td><td>";
|
||||
@ -85,7 +85,7 @@ echo mysql_error();
|
||||
echo "<input type=\"hidden\" name=\"id\" value=\"$r->yes\">\n";
|
||||
if($r->yes_type=="division")
|
||||
echo "<input type=\"hidden\" name=\"division\" value=\"$r->yes\">\n";
|
||||
echo "<input style=\"width: 100px;\" type=\"submit\" value=\"Yes\">";
|
||||
echo "<input style=\"width: 100px;\" type=\"submit\" value=\"".i18n("Yes")."\">";
|
||||
echo "</form>\n";
|
||||
echo "</td></tr></table>";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user