mirror of
https://github.com/ZeJMaN/LBCAlerte_ynh.git
synced 2026-03-28 03:00:22 +01:00
Upgrade LBCAlerte to version 3.3
Add upgrade script
This commit is contained in:
17
sources/app/annonce/views/form-comment.phtml
Normal file
17
sources/app/annonce/views/form-comment.phtml
Normal file
@@ -0,0 +1,17 @@
|
||||
<h2>
|
||||
<?php echo htmlspecialchars($ad->getTitle()); ?>
|
||||
</h2>
|
||||
|
||||
<form action="" method="post">
|
||||
<p><label for="comment">Votre note :</label></p>
|
||||
<p>
|
||||
<textarea name="comment" cols="75" rows="5"><?php
|
||||
echo htmlspecialchars($ad->getComment()); ?></textarea>
|
||||
<br />
|
||||
<p>
|
||||
<input type="submit" value="Enregistrer" />
|
||||
| <a href="?mod=annonce&a=view&id=<?php
|
||||
echo $ad->getId(); ?>">annuler</a>
|
||||
</p>
|
||||
</p>
|
||||
</form>
|
||||
Reference in New Issue
Block a user