/[phpcompta]/phpcompta/include/constant.php
ViewVC logotype

Diff of /phpcompta/include/constant.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.25 by sparkyx, Wed Jun 22 20:28:07 2005 UTC revision 1.26 by stanpinte, Mon Jul 4 17:58:51 2005 UTC
# Line 162  function RefreshMe() { Line 162  function RefreshMe() {
162  window.location.reload();  window.location.reload();
163  }  }
164          </script>");          </script>");
165  define ("JS_VIEW_JRN_MODIFY","<script  language=\"javascript\">function modifyOperation(p_value,p_sessid)  define ("JS_VIEW_JRN_MODIFY","<script  language=\"javascript\">function modifyOperation(p_value,p_sessid,p_jrn)
166                  {                  {
167                          var win=window.open('modify_op.php?action=update&line='+p_value+'&PHPSESSID='+p_sessid,'Modifie','toolbar=no,width=500,height=400,scrollbars=yes,resizable=yes');                          var win=window.open('modify_op.php?action=update&p_jrn='+p_jrn+'&line='+p_value+'&PHPSESSID='+p_sessid,'Modifie','toolbar=no,width=500,height=400,scrollbars=yes,resizable=yes');
168                  }                  }
169  function RefreshMe() {  function RefreshMe() {
170  window.location.reload();  window.location.reload();

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26