Empty commit

This commit is contained in:
Git 2016-01-11 08:00:27 +00:00
parent 0722531498
commit 47167ccba2
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
CHANGE LOG
2016-01-10 by newman
Fix typo in ajax_report.php
2016-01-08 by newman
Add lossy master approval request report type. Remove unapproved cassette report type

View File

@ -83,7 +83,7 @@
?>
<tr>
<td class="label">
Link(s) to proof images<?=($ReportType['report_fields']['sitelink'] == '1' ? ' <strong class="important_text">(Required)</strong>:' : '')?>:
Link(s) to proof images<?=($ReportType['report_fields']['proofimages'] == '1' ? ' <strong class="important_text">(Required)</strong>:' : '')?>:
</td>
<td>
<input id="image" type="text" name="image" size="50" value="<?=(!empty($_POST['proofimages']) ? display_str($_POST['proofimages']) : '')?>" />