Author: danydb
Date: 2012-10-30 20:42:45 +0100 (Tue, 30 Oct 2012)
New Revision: 5145

Modified:
   phpcompta/tags/rel650/include/class_html_input.php
Log:
add id to submit button

Modified: phpcompta/tags/rel650/include/class_html_input.php
===================================================================
--- phpcompta/tags/rel650/include/class_html_input.php  2012-10-30 19:41:29 UTC 
(rev 5144)
+++ phpcompta/tags/rel650/include/class_html_input.php  2012-10-30 19:42:45 UTC 
(rev 5145)
@@ -178,7 +178,7 @@
     static   function submit ($p_name,$p_value,$p_javascript="")
     {
 
-        return '<INPUT TYPE="SUBMIT" class="button" NAME="'.$p_name.'" 
VALUE="'.$p_value.'" '.$p_javascript.'>';
+        return '<INPUT TYPE="SUBMIT" class="button" NAME="'.$p_name.'" 
ID="'.$p_name.'_submit_id"  VALUE="'.$p_value.'" '.$p_javascript.'>';
     }
     static   function button ($p_name,$p_value,$p_javascript="")
     {



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

_______________________________________________
Phpcompta  est un logiciel libre de comptabilit&#233; en ligne 
(http://www.phpcompta.eu)
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to