forked from science-ation/science-ation
- add the html for the registration linkage button. does nothing else yet.
This commit is contained in:
parent
38fdd32f3a
commit
a3f8957d96
@ -625,7 +625,10 @@ $(document).ready(function() {
|
||||
<p><?=i18n("Give this award a unique name to distinguish it from any other awards the fair may download.")?></p>
|
||||
<table class="tableedit">
|
||||
<tr><td class="left"><?=i18n('Unique Name')?>:</td>
|
||||
<td class="right"><input type="text" id="feeder_identifier" name="identifier" value="" size="40" maxlength="128" /></td>
|
||||
<td class="right"><input type="text" id="feeder_identifier" name="identifier" value="" size="40" maxlength="128" /></td></tr>
|
||||
<tr><td class="left"></td>
|
||||
<td class="right"><input type="checkbox" id="feeder_advance" name="advance" value="yes" ><?=i18n("Winners uploaded by a feeder fair will be registered as participants at this fair (both download award and upload winners should be turned on below)")?></td></tr>
|
||||
|
||||
</tr></table>
|
||||
<p><?=i18n("Select which feeder fairs can download this award and upload winners.")?></p>
|
||||
<table class="tableview">
|
||||
|
Loading…
Reference in New Issue
Block a user