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");

View file

@ -230,9 +230,10 @@ if ($sa == 'list')
else
{
echo '<p>';
echo HtmlInput::button_anchor('Rafra&icirc;chir', 'admin_repo.php?action=modele_mgt');
echo HtmlInput::button_anchor('Ajouter', 'admin_repo.php?action=modele_mgt&sa=add');
echo '</p>';
echo '<span style="display:block;margin-top:10">';
echo _('Filtre').HtmlInput::infobulle(23);
echo HtmlInput::filter_table("t_modele", "0,1,2","1");

View file

@ -88,7 +88,9 @@ echo HtmlInput::button_action("Fermer", "$('create_user').style.display='none';$
</div>
<?php
echo '<p>';
echo HtmlInput::button_action("Ajout utilisateur", "$('create_user').show();$('cu').hide()","cu");
echo '</p>';
// Show all the existing user on 7 columns
$repo=new Dossier(0);
/******************************************************/