forked from science-ation/science-ation
Fix the buttons to work, remove the links
This commit is contained in:
parent
1513645e4a
commit
715e72c0c8
@ -830,10 +830,10 @@ echo "</table>";
|
|||||||
|
|
||||||
?>
|
?>
|
||||||
<br />
|
<br />
|
||||||
<a href="#" onClick="award_create();"><?=i18n("Create New Award")?></a>
|
<form>
|
||||||
<a href="#" onClick="popup_editor(-1);"><?=i18n("Edit Generic Prize Template")?></a>
|
<input type="button" onClick="award_create();" value="<?=i18n("Create New Award")?>" />
|
||||||
<input type="submit" onClick="award_create();" value="<?=i18n("Create New Award")?>" />
|
<input type="button" onClick="popup_editor(-1);" value="<?=i18n("Edit Generic Prize Template")?>" />
|
||||||
<input type="submit" onClick="popup_editor(-1);" value="<?=i18n("Edit Generic Prize Template")?>" />
|
</form>
|
||||||
<br /><br />
|
<br /><br />
|
||||||
|
|
||||||
<?
|
<?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user