Débug, accès de la view addedit_project via le header et formulaire prêt à l'emplois
This commit is contained in:
parent
c91eb6cf89
commit
b6ca898069
46 changed files with 109 additions and 4896 deletions
|
|
@ -15,7 +15,7 @@
|
|||
{* Affichage d'un formulaire en cas d'appuie sur le bouton "+" *}
|
||||
{if isset($smarty.post.showForm) || isset($smarty.post.showFormContinue)}
|
||||
{if isset($smarty.session.user)}
|
||||
<form class="m-2" method="post" enctype="multipart/form-data" onsubmit="return confirm('Voulez-vous vraiment envoyer le formulaire ?')">
|
||||
<form class="m-2" method="post" enctype="multipart/form-data" onsubmit="return confirm('Êtes-vous certain de vouloir poster votre projet ? (Vous pourrez toujours le modifier plus tard)')">
|
||||
<div>
|
||||
<label>Titre</label>
|
||||
<input type="text" name="titleProject">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue