Fix the buttons to work, remove the links

This commit is contained in:
james 2009-09-17 17:10:02 +00:00
parent 1513645e4a
commit 715e72c0c8

View File

@ -830,10 +830,10 @@ echo "</table>";
?>
<br />
<a href="#" onClick="award_create();"><?=i18n("Create New Award")?></a>
<a href="#" onClick="popup_editor(-1);"><?=i18n("Edit Generic Prize Template")?></a>
<input type="submit" onClick="award_create();" value="<?=i18n("Create New Award")?>" />
<input type="submit" onClick="popup_editor(-1);" value="<?=i18n("Edit Generic Prize Template")?>" />
<form>
<input type="button" onClick="award_create();" value="<?=i18n("Create New Award")?>" />
<input type="button" onClick="popup_editor(-1);" value="<?=i18n("Edit Generic Prize Template")?>" />
</form>
<br /><br />
<?