forked from science-ation/science-ation
Make the buttons bigger and more spacing so its harder to hit the wrong thing by accident
This commit is contained in:
parent
91c2666940
commit
369542ecde
@ -137,7 +137,7 @@ echo mysql_Error();
|
|||||||
echo "<form method=\"post\" action=\"registration_receivedforms.php\">";
|
echo "<form method=\"post\" action=\"registration_receivedforms.php\">";
|
||||||
echo "<input type=\"hidden\" name=\"registration_number\" value=\"$reg_num\" />";
|
echo "<input type=\"hidden\" name=\"registration_number\" value=\"$reg_num\" />";
|
||||||
echo "<input type=\"hidden\" name=\"action\" value=\"receivedno\" />";
|
echo "<input type=\"hidden\" name=\"action\" value=\"receivedno\" />";
|
||||||
echo "<input type=submit value=\"".i18n("No, this is the wrong form")."\" style=\"width: 400px;\"/>";
|
echo "<input type=submit value=\"".i18n("No, this is the wrong form")."\" style=\"width: 400px; height: 40px; margin: 10px;\"/>";
|
||||||
echo "</form>";
|
echo "</form>";
|
||||||
|
|
||||||
if($config['regfee']>0)
|
if($config['regfee']>0)
|
||||||
@ -146,13 +146,13 @@ echo mysql_Error();
|
|||||||
echo "<form method=\"post\" action=\"registration_receivedforms.php\">";
|
echo "<form method=\"post\" action=\"registration_receivedforms.php\">";
|
||||||
echo "<input type=\"hidden\" name=\"registration_number\" value=\"$reg_num\" />";
|
echo "<input type=\"hidden\" name=\"registration_number\" value=\"$reg_num\" />";
|
||||||
echo "<input type=\"hidden\" name=\"action\" value=\"receivedyes\" />";
|
echo "<input type=\"hidden\" name=\"action\" value=\"receivedyes\" />";
|
||||||
echo "<input type=submit value=\"".i18n("Yes, right form with registration fee")."\" style=\"width: 400px;\"/>";
|
echo "<input type=submit value=\"".i18n("Yes, right form with registration fee")."\" style=\"width: 400px; height: 40px; margin: 10px;\"/>";
|
||||||
echo "</form>";
|
echo "</form>";
|
||||||
|
|
||||||
echo "<form method=\"post\" action=\"registration_receivedforms.php\">";
|
echo "<form method=\"post\" action=\"registration_receivedforms.php\">";
|
||||||
echo "<input type=\"hidden\" name=\"registration_number\" value=\"$reg_num\" />";
|
echo "<input type=\"hidden\" name=\"registration_number\" value=\"$reg_num\" />";
|
||||||
echo "<input type=\"hidden\" name=\"action\" value=\"receivedyesnocash\" />";
|
echo "<input type=\"hidden\" name=\"action\" value=\"receivedyesnocash\" />";
|
||||||
echo "<input type=submit value=\"".i18n("Yes, right form without registration fee")."\" style=\"width: 400px;\"/>";
|
echo "<input type=submit value=\"".i18n("Yes, right form without registration fee")."\" style=\"width: 400px; height: 40px; margin: 10px;\"/>";
|
||||||
echo "</form>";
|
echo "</form>";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
@ -160,7 +160,7 @@ echo mysql_Error();
|
|||||||
echo "<form method=\"post\" action=\"registration_receivedforms.php\">";
|
echo "<form method=\"post\" action=\"registration_receivedforms.php\">";
|
||||||
echo "<input type=\"hidden\" name=\"registration_number\" value=\"$reg_num\" />";
|
echo "<input type=\"hidden\" name=\"registration_number\" value=\"$reg_num\" />";
|
||||||
echo "<input type=\"hidden\" name=\"action\" value=\"receivedyes\" />";
|
echo "<input type=\"hidden\" name=\"action\" value=\"receivedyes\" />";
|
||||||
echo "<input type=submit value=\"".i18n("Yes, this is the right form")."\" style=\"width: 400px;\"/>";
|
echo "<input type=submit value=\"".i18n("Yes, this is the right form")."\" style=\"width: 400px; height: 40px; margin: 10px;\"/>";
|
||||||
echo "</form>";
|
echo "</form>";
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user