add the css class to the edit form

This commit is contained in:
Andreas Zweili 2017-02-20 22:23:00 +01:00
parent 0385e420ec
commit 2097a1f25e
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ date_default_timezone_set('Europe/Amsterdam');
$text = $_POST['text'];
echo
"<form method='POST' action='".edit_demand($con)."'>
"<form class= 'post-box p' method='POST' action='".edit_demand($con)."'>
<input type='text' name='title' value='".$title."'><br>
<input type='hidden' name='userId' value='".$userId."'>
<input type='hidden' name='demandId' value='".$demandId."'><br />Maximum required pieces<br/>