Printing
======== the printing for accountancy is now finished the analytics must be done
This commit is contained in:
parent
77f5bca908
commit
6da3ad2194
11 changed files with 782 additions and 354 deletions
|
|
@ -203,7 +203,7 @@ echo $string => property={'prop':'1','prop2':'2','prop3':'3'};
|
|||
*/
|
||||
static function button_anchor($p_label,$p_value,$p_name="") {
|
||||
$str='&PHPSESSID='.$_REQUEST['PHPSESSID'];
|
||||
$r=sprintf('<span id="%s"> <A class="button" href="%s" style="width:75;display:inline">%s</A></span>',
|
||||
$r=sprintf('<span id="%s"> <A class="button" href="%s" style="color:black;width:75;display:inline">%s</A></span>',
|
||||
$p_name,
|
||||
$p_value.$str,
|
||||
$p_label);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue