summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Heinlein <keytoaster@gentoo.org>2008-10-31 17:28:16 +0100
committerRobert Buchholz <rbu@goodpoint.de>2008-10-31 17:31:13 +0100
commit3b6dc7728ab660ae278acda65478d76b5e0dd1cd (patch)
tree38b42eaf0ac30ff81f4c9ae15f5f80b6e623c841
parentConvert internal date to Y-m-d format. (diff)
downloadglsamaker-3b6dc7728ab660ae278acda65478d76b5e0dd1cd.tar.gz
glsamaker-3b6dc7728ab660ae278acda65478d76b5e0dd1cd.tar.bz2
glsamaker-3b6dc7728ab660ae278acda65478d76b5e0dd1cd.zip
Adjusting textbox sizes for description & impact
-rw-r--r--frame-new.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/frame-new.php b/frame-new.php
index 1436930..8520fcc 100644
--- a/frame-new.php
+++ b/frame-new.php
@@ -684,8 +684,8 @@ bodyFooter_invoke();
<table width="100%" border="0" cellspacing="0" cellpadding="4" class="body_rootTable">
<tr><td>
<table width="100%" border="0" cellspacing="0" cellpadding="4" class="body_rootTable_light"><tr><td align="right" width="160" valign="top"><b>Background:</b></td><td><table width="100%" cellspacing="0"><tr><td><textarea name="GLSA_Background" class="grayinput_fullWidth" cols="64" rows="2"><? echo $HTTP_POST_VARS['GLSA_Background']; ?></textarea></td><td width="30" align="right"><? echo generateHelpIcon('Please enter a passage outlining the package.'); ?></td></tr></table></td></tr></table><br>
- <table width="100%" border="0" cellspacing="0" cellpadding="4" class="body_rootTable_light"><tr><td align="right" width="160" valign="top"><b><i>Description:</i></b></td><td><table width="100%" cellspacing="0"><tr><td><textarea name="GLSA_Description" class="grayinput_fullWidth" cols="64" rows="4"><? echo $HTTP_POST_VARS['GLSA_Description']; ?></textarea></td><td width="30" align="right"><? echo generateHelpIcon('Please enter a description of the vulnerability.'); ?></td></tr></table></tr></table><br>
- <table width="100%" border="0" cellspacing="0" cellpadding="4" class="body_rootTable_light"><tr><td align="right" width="160" valign="top"><b><i>Impact:</i></b></td><td><table width="100%" cellspacing="0"><tr><td><textarea name="GLSA_Impact" class="grayinput_fullWidth" cols="64" rows="4"><? echo $HTTP_POST_VARS['GLSA_Impact']; ?></textarea></td><td width="30" align="right"><? echo generateHelpIcon('Please enter the impact of the vulnerability.') ?></td></tr></table></td></tr></table>
+ <table width="100%" border="0" cellspacing="0" cellpadding="4" class="body_rootTable_light"><tr><td align="right" width="160" valign="top"><b><i>Description:</i></b></td><td><table width="100%" cellspacing="0"><tr><td><textarea name="GLSA_Description" class="grayinput_fullWidth" cols="64" rows="7"><? echo $HTTP_POST_VARS['GLSA_Description']; ?></textarea></td><td width="30" align="right"><? echo generateHelpIcon('Please enter a description of the vulnerability.'); ?></td></tr></table></tr></table><br>
+ <table width="100%" border="0" cellspacing="0" cellpadding="4" class="body_rootTable_light"><tr><td align="right" width="160" valign="top"><b><i>Impact:</i></b></td><td><table width="100%" cellspacing="0"><tr><td><textarea name="GLSA_Impact" class="grayinput_fullWidth" cols="64" rows="5"><? echo $HTTP_POST_VARS['GLSA_Impact']; ?></textarea></td><td width="30" align="right"><? echo generateHelpIcon('Please enter the impact of the vulnerability.') ?></td></tr></table></td></tr></table>
</td></tr>
</table><br>
<table width="100%" border="0" cellspacing="0" cellpadding="4" class="body_rootTable">