Changeset 703


Ignore:
Timestamp:
02/22/06 01:33:19 (7 years ago)
Author:
anarcat
Message:

[project @ alternc: changeset 2005-08-01 18:41:47 by anarcat]
afficher les quotas sur une seule ligne mettre un bon titre

Original author: anarcat
Date: 2005-08-01 18:41:47

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bureau/admin/quota_show_all.php

    r702 r703  
    11<?php 
    22/* 
    3  $Id: quota_show_all.php,v 1.1 2005/08/01 18:28:50 anarcat Exp $ 
     3 $Id: quota_show_all.php,v 1.2 2005/08/01 18:41:47 anarcat Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    3434</head> 
    3535<body> 
    36 <h3><?php __("Account's quotas"); ?> : </h3> 
     36<h3><?php __("Quotas"); ?></h3> 
    3737 
    3838<?php 
     
    7373    $style = ''; 
    7474  } 
    75   print "<td $style>".m_quota::display_val($key, $q['u']).'/'.m_quota::display_val($key, $q['t']).'</td>'; 
     75  print "<td $style>".str_replace(" ", "&nbsp;", m_quota::display_val($key, $q['u']).'/'.m_quota::display_val($key, $q['t'])).'</td>'; 
    7676} 
    7777print "</tr>"; 
Note: See TracChangeset for help on using the changeset viewer.