mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-16 14:31:29 +01:00
*** empty log message ***
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
<?PHP
|
||||
/* Copyright (C) 2000,2001 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
*
|
||||
* $Id$
|
||||
* $Source$
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@@ -18,8 +15,7 @@
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
* or see http://www.gnu.org/
|
||||
*/
|
||||
/*
|
||||
*
|
||||
* $Id$
|
||||
* $Source$
|
||||
*
|
||||
@@ -56,6 +52,20 @@ function print_barre_liste($titre,$page,$file) {
|
||||
print '<a href="'.$file.'?page='.($page+1).'"><img alt="Page suivante" src="/theme/'.$conf->theme.'/img/1rightarrow.png" border="0"></a>';
|
||||
print '</td></tr></table><p>';
|
||||
}
|
||||
/*
|
||||
*
|
||||
*
|
||||
*/
|
||||
function print_oui_non($value) {
|
||||
if ($value) {
|
||||
print '<option value="0">non';
|
||||
print '<option value="1" selected>oui';
|
||||
} else {
|
||||
print '<option value="0" selected>non';
|
||||
print '<option value="1">oui';
|
||||
}
|
||||
|
||||
}
|
||||
/*
|
||||
*
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user