Add a help message to assignment listings
This commit is contained in:
		
							parent
							
								
									1c7d6964b0
								
							
						
					
					
						commit
						d55ef7d68b
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		| 
						 | 
					@ -31,7 +31,10 @@ $assignments->round_3 = $stmt_assignments->fetchAll(PDO::FETCH_OBJ);
 | 
				
			||||||
        STATUS_REVIEW,
 | 
					        STATUS_REVIEW,
 | 
				
			||||||
    ])) { ?>
 | 
					    ])) { ?>
 | 
				
			||||||
        <p>The manuscripts to which you've been assigned to provide feedback will appear here.</p>
 | 
					        <p>The manuscripts to which you've been assigned to provide feedback will appear here.</p>
 | 
				
			||||||
        <?php } ?>
 | 
					        <?php } else { ?>
 | 
				
			||||||
 | 
					            <p>Your assignments are below.</p>
 | 
				
			||||||
 | 
					            <p><em>Click on the hyperlinked title to open the PDF and read it in the browser or save it to your computer. If you encounter any issues, please email us at <code>sixfold@sixfold.org</code>.</em></p>
 | 
				
			||||||
 | 
					            <?php } ?>
 | 
				
			||||||
    <?php if ($assignments->round_1): ?>
 | 
					    <?php if ($assignments->round_1): ?>
 | 
				
			||||||
    <div role="region" aria-labelledby="round-1-assignments-caption" tabindex="0">
 | 
					    <div role="region" aria-labelledby="round-1-assignments-caption" tabindex="0">
 | 
				
			||||||
        <table>
 | 
					        <table>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue