2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

My appointments: Only show for cases that are not this one, and also that aren't complete

Appointments: Allow phone numbers to be up to 30 chars long
This commit is contained in:
Adam Zammit
2016-09-15 12:23:28 +10:00
parent 86778608d7
commit 03bd3604eb
2 changed files with 9 additions and 4 deletions

View File

@@ -197,7 +197,7 @@ else if($respondent_id)
?>
<p><?php echo T_("Add new phone number (with area code, eg 0398761234):"); ?></p>
<form id="addPhone" method="get" action="" class="form-inline form-group">
<div class="pull-left"><input type="tel" maxlength="10" size="12" pattern="[0-9]{10}" class="form-control" name="phonenum"/></div>
<div class="pull-left"><input type="tel" size="15" class="form-control" name="phonenum"/></div>
&emsp;<input type="submit" class="btn btn-info" value="<?php echo T_("Add this phone number"); ?>"/>
<input type="hidden" name="start" value="<?php print $_GET['start']; ?>"/>
<input type="hidden" name="end" value="<?php print $_GET['end']; ?>"/>