0001438: Remplacement de HtmlInput par HttpInput
This commit is contained in:
parent
a28aea8f82
commit
a5f02370cc
13 changed files with 44 additions and 28 deletions
|
|
@ -9,7 +9,7 @@
|
|||
<div class="name">
|
||||
|
||||
<?php
|
||||
|
||||
$http=new HtmlInput();
|
||||
if ( $cn->get_value("select count(*) from profile join profile_user using (p_id)
|
||||
where user_name=$1 and with_calc=true",array($_SESSION['g_user'])) ==1):
|
||||
echo '<div id="calc">';
|
||||
|
|
@ -22,7 +22,7 @@ if ( $cn->get_value("select count(*) from profile join profile_user using (p_id)
|
|||
?>
|
||||
<div id="direct">
|
||||
<form method="get">
|
||||
<?php echo HtmlInput::default_value('ac', '', $_REQUEST)?>
|
||||
<?php echo $http->request('ac',"string", '')?>
|
||||
<?php echo Dossier::hidden()?>
|
||||
<?php
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue