Esthetic : button place

This commit is contained in:
Dany De Bontridder 2013-10-16 21:46:56 +00:00
parent ec2ce18f04
commit fbe2a33d0d
3 changed files with 8 additions and 3 deletions

View file

@ -156,8 +156,10 @@ if ( isset ($_POST["DATABASE"]) )
if ( $sa == 'list' )
{
require_once('class_sort_table.php');
echo HtmlInput::button_anchor(_('Rafraîchir'),'admin_repo.php?action=dossier_mgt');
echo HtmlInput::button_anchor(_('Ajouter'),'admin_repo.php?action=dossier_mgt&sa=add');
echo '<p>';
echo HtmlInput::button_anchor(_('Rafraîchir'),'admin_repo.php?action=dossier_mgt');
echo HtmlInput::button_anchor(_('Ajouter'),'admin_repo.php?action=dossier_mgt&sa=add');
echo '</p>';
$header=new Sort_Table();
$url=$_SERVER['PHP_SELF']."?sa=list&action=".$_REQUEST['action'];
$header->add("id",$url," order by dos_id asc"," order by dos_id desc","da","dd");