Merged revisions 3901-3903 via svnmerge from

svn+ssh://danydb@svn/svn/phpcompta/branches/rel530

........
  r3901 | danydb | 2011-01-05 22:31:14 +0100 (Wed, 05 Jan 2011) | 2 lines
  
  remove dead code
........
  r3902 | danydb | 2011-01-05 22:31:51 +0100 (Wed, 05 Jan 2011) | 2 lines
  
  cannot print unpaid
........
  r3903 | danydb | 2011-01-05 22:32:13 +0100 (Wed, 05 Jan 2011) | 2 lines
  
  Add button to select all or none checkbox
........
This commit is contained in:
Dany De Bontridder 2011-01-09 22:12:42 +00:00
parent 8af8f17ed3
commit 7625be41b4
4 changed files with 4 additions and 10 deletions

View file

@ -368,7 +368,7 @@ case 'dl':
$form='<div id="result" style="float:top;clear:both">';
$form.='<FORM METHOD="post">';
$form.='<FORM id="letter_form" METHOD="post">';
$form.=dossier::hidden();
if ( isset($_REQUEST['p_action'])) $form.=HtmlInput::hidden('p_action',$_REQUEST['p_action']);
if ( isset($_REQUEST['sa'])) $form.=HtmlInput::hidden('sa',$_REQUEST['sa']);

View file

@ -370,7 +370,7 @@ if ( $def==3 )
$bar=jrn_navigation_bar($offset,$max_line,$step,$page);
echo '<form method="GET" id="fpaida" action="'.$href.'">';
echo '<form method="GET" id="fpaida" class="print" action="'.$href.'">';
echo HtmlInput::hidden("sa","lnp");
echo HtmlInput::hidden("p_action","ach");
echo dossier::hidden();

View file

@ -23,17 +23,9 @@
/*!\file
* \brief show the lettering by account
*/
echo js_include('prototype.js');
echo js_include('scriptaculous.js');
echo js_include('effects.js');
echo js_include('controls.js');
echo js_include('dragdrop.js');
echo js_include('accounting_item.js');
echo js_include('acc_ledger.js');
require_once('class_lettering.php');
echo IPoste::ipopup('ipop_account');
echo '<div class="content">';
echo '<div id="search">';
echo '<FORM METHOD="GET">';

View file

@ -107,3 +107,5 @@ $r=sprintf('<A class="detail" style="text-decoration:underline" HREF="javascrip
</table>
<?php endif;?>
<?=HtmlInput::button('check_all','Sélectionner tout',' onclick="select_checkbox(\'letter_form\')"');?>
<?=HtmlInput::button('check_none','Tout Désélectionner ',' onclick="unselect_checkbox(\'letter_form\')"');?>