updated event adding and editing descriptions to textarea instead of regular text
Did this to allow for multiple lines of text to be added and shown properly.
This commit is contained in:
@ -95,7 +95,7 @@ if( $_SESSION['access'] != 1 ) {
|
||||
</head>
|
||||
<body>
|
||||
<div class=header>
|
||||
<h1> BMS Events</h1>
|
||||
<h1>BMS Events</h1>
|
||||
<?php
|
||||
if(isset($_SESSION['uname'])) {
|
||||
echo "Hello, ";
|
||||
@ -106,7 +106,7 @@ if( $_SESSION['access'] != 1 ) {
|
||||
</div>
|
||||
<?php include "includes/classes/select.class.php";?>
|
||||
<br />
|
||||
<form id="select_form" required method="post" action="includes/insert_event.php">
|
||||
<form id="select_form" required method="post" action="includes/insert_event1.php">
|
||||
<table align="center">
|
||||
<tr>
|
||||
<td>
|
||||
@ -161,7 +161,7 @@ if( $_SESSION['access'] != 1 ) {
|
||||
Issue Description:
|
||||
</td>
|
||||
<td>
|
||||
<input type="text" name="description" id="description" required />
|
||||
<textarea name="description" id="description" cols="40" rows="5" required > </textarea>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user