replace function widget::Submit and static widget::submit_button by static widget::submit (same for Reset)
This commit is contained in:
parent
c35014d58e
commit
5a982fb2ad
55 changed files with 140 additions and 143 deletions
|
|
@ -400,7 +400,7 @@ class Bud_Data {
|
|||
echo dossier::hidden();
|
||||
$w->selected=(isset($_REQUEST['bh_po_id']))?$_REQUEST['bh_po_id']:"";
|
||||
echo $w->IOValue('bh_po_id',make_array($cn,$sql));
|
||||
echo widget::submit_button('search','Recherche');
|
||||
echo widget::submit('search','Recherche');
|
||||
|
||||
echo '</form>';
|
||||
if ( isset($_REQUEST['search'])) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue