Typo fixed. Added explanation.
This commit is contained in:
parent
904cb857f4
commit
9dbb3f1ee6
1 changed files with 5 additions and 1 deletions
|
@ -87,7 +87,7 @@
|
||||||
<td class="DataTD" colspan="2"><font color="red">*</font><?=_("Please note, in the interests of good security, the pass phrase must be made up of an upper case letter, lower case letter, number and symbol.")?></td>
|
<td class="DataTD" colspan="2"><font color="red">*</font><?=_("Please note, in the interests of good security, the pass phrase must be made up of an upper case letter, lower case letter, number and symbol.")?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="DataTD" colspan="2"><?=_("Lost Pass Phrase Questions - Please enter five questions and your reponses to be used for security verifcation.")?></td>
|
<td class="DataTD" colspan="2"><?=_("Lost Pass Phrase Questions - Please enter five questions and your responses to be used for security verification.")?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="DataTD">1) <input type="text" name="Q1" size="15" value="<?=$_SESSION['signup'][Q1]?>"></td>
|
<td class="DataTD">1) <input type="text" name="Q1" size="15" value="<?=$_SESSION['signup'][Q1]?>"></td>
|
||||||
|
@ -120,9 +120,13 @@
|
||||||
<input type="checkbox" name="regional" value="1" <?=($_SESSION['signup'][regional] == "0")?"":"checked=\"checked\"" ?>><?=_("Regional Announcements")?><br>
|
<input type="checkbox" name="regional" value="1" <?=($_SESSION['signup'][regional] == "0")?"":"checked=\"checked\"" ?>><?=_("Regional Announcements")?><br>
|
||||||
<input type="checkbox" name="radius" value="1" <?=($_SESSION['signup'][radius] == "0")?"":"checked=\"checked\"" ?>><?=_("Within 200km Announcements")?></td>
|
<input type="checkbox" name="radius" value="1" <?=($_SESSION['signup'][radius] == "0")?"":"checked=\"checked\"" ?>><?=_("Within 200km Announcements")?></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="DataTD" colspan="2"><?=_("When you click on next, we will send a confirmation email to the email address you have entered above.")?></td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="DataTD" colspan="2"><input type="submit" name="process" value="<?=_("Next")?>"></td>
|
<td class="DataTD" colspan="2"><input type="submit" name="process" value="<?=_("Next")?>"></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
<input type="hidden" name="oldid" value="<?=$id?>">
|
<input type="hidden" name="oldid" value="<?=$id?>">
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in a new issue