mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-01-18 12:11:36 +00:00
Empty commit
This commit is contained in:
parent
0722531498
commit
47167ccba2
@ -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
|
||||
|
||||
|
@ -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']) : '')?>" />
|
||||
|
Loading…
Reference in New Issue
Block a user