phpcompta-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpcompta-dev] r490 - trunk/rapport_avance/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r490 - trunk/rapport_avance/include
Date: Thu, 2 May 2013 23:19:00 +0200 (CEST)

Author: danydb
Date: 2013-05-02 23:18:59 +0200 (Thu, 02 May 2013)
New Revision: 490

Added:
   trunk/rapport_avance/include/formulaire_definition_show.inc.php
Log:
Forgotten file

Added: trunk/rapport_avance/include/formulaire_definition_show.inc.php
===================================================================
--- trunk/rapport_avance/include/formulaire_definition_show.inc.php             
                (rev 0)
+++ trunk/rapport_avance/include/formulaire_definition_show.inc.php     
2013-05-02 21:18:59 UTC (rev 490)
@@ -0,0 +1,41 @@
+<?php
+
+/*
+ *   This file is part of PhpCompta.
+ *
+ *   PhpCompta is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 2 of the License, or
+ *   (at your option) any later version.
+ *
+ *   PhpCompta is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with PhpCompta; if not, write to the Free Software
+ *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+/* $Revision$ */
+
+// Copyright Author Dany De Bontridder address@hidden
+
+/**
+ * @file
+ * @brief
+ *
+ */
+echo '<h1>Définition </h1>';
+$form = new RAPAV_formulaire($_REQUEST['f_id']);
+$form->load_definition();
+echo '<form method="POST" enctype="multipart/form-data" class="print">';
+$form->input_formulaire();
+$form->input_definition();
+echo '<p>';
+$delete = new ICheckBox('delete');
+echo "Cochez la case pour effacer ce formulaire " . $delete->input();
+echo '</p>';
+echo HtmlInput::submit('form_def_sub', 'Sauve');
+echo '</form>';
+?>



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu



reply via email to

[Prev in Thread] Current Thread [Next in Thread]