Changeset 703
- Timestamp:
- 02/22/06 01:33:19 (7 years ago)
- File:
-
- 1 edited
-
bureau/admin/quota_show_all.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bureau/admin/quota_show_all.php
r702 r703 1 1 <?php 2 2 /* 3 $Id: quota_show_all.php,v 1. 1 2005/08/01 18:28:50anarcat Exp $3 $Id: quota_show_all.php,v 1.2 2005/08/01 18:41:47 anarcat Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 34 34 </head> 35 35 <body> 36 <h3><?php __(" Account's quotas"); ?> :</h3>36 <h3><?php __("Quotas"); ?></h3> 37 37 38 38 <?php … … 73 73 $style = ''; 74 74 } 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(" ", " ", m_quota::display_val($key, $q['u']).'/'.m_quota::display_val($key, $q['t'])).'</td>'; 76 76 } 77 77 print "</tr>";
Note: See TracChangeset
for help on using the changeset viewer.
