Compare commits

..

No commits in common. "41eebb69045fe942194e3471fcef3cbb29a3f39c" and "e12cff51d078561752e301b07fe42a063dd9cbf8" have entirely different histories.

2 changed files with 5 additions and 2 deletions

View File

@ -48,16 +48,21 @@
<span class="form-info">Details:</span>
<br>
<textarea class="form-text-large" name="detail" rows="5" cols="40"><?php echo $detail;?></textarea>
<br>
<span class="form-description">
On submission of this form, your browsers User Agent string will be
collected alongside the information you provide above and will be
posted to git.fjla.uk/fred.boniface/athena.fb-infra.uk/issues.
</span>
<br>
<br>
<span class="form-description">
Your user agent is:
<br>
<?php echo $ua_str; ?>
</span>
<br>
<br>
<input class="actionbutton" type="submit">
</form>

View File

@ -48,8 +48,6 @@ body {
.form-description {
color: #3c78d8;
margin-top: 5px;
margin-bottom: 5px;
}
.lookup-button {