replace function widget::Submit and static widget::submit_button by static widget::submit (same for Reset)

This commit is contained in:
sparkyx 2008-01-17 13:34:01 +00:00
parent c35014d58e
commit 5a982fb2ad
55 changed files with 140 additions and 143 deletions

View file

@ -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'])) {