Cosmetic bug when the cat. card name is too long nothing work

This commit is contained in:
Dany De Bontridder 2010-07-19 17:29:18 +00:00
parent b09a606d7b
commit f895976c50

View file

@ -234,7 +234,7 @@ if ( isset ( $_GET["action"]) ) {
&& ! isset ($_POST['delete'])) {
$User->can_request(FICADD);
echo '<DIV class="u_redcontent">';
echo '<DIV class="u_redcontent" style="width:auto">';
$fiche_def=new Fiche_Def($cn,$_GET['fiche']);
$fiche_def->myList();
@ -245,7 +245,7 @@ if ( isset ( $_GET["action"]) ) {
//_________________________________________________________________________
// Display the detail of a card
if ($action== "detail" ) {
echo '<DIV class="u_redcontent">';
echo '<DIV class="u_redcontent" style="width:auto">';
$t=false;
if ( $User->check_action(FICADD)==0)
{
@ -314,7 +314,7 @@ if ( isset ( $_GET["action"]) ) {
// Modify a card Model
if ($action == "modifier" ) {
$User->can_request(FICCAT);
echo '<DIV class="u_redcontent">';
echo '<DIV class="u_redcontent" style="width:auto">';
$fiche_def=new Fiche_Def($cn,$_GET['fiche']);
echo ShowFicheDefInput($fiche_def);