[pLog-svn] r676 - plog/trunk/templates/admin

subaochen at devel.plogworld.net subaochen at devel.plogworld.net
Wed Jan 5 01:02:05 GMT 2005


Author: subaochen
Date: 2005-01-05 01:02:05 +0000 (Wed, 05 Jan 2005)
New Revision: 676

Modified:
   plog/trunk/templates/admin/siteblogs.template
Log:
fix resource quota unit


Modified: plog/trunk/templates/admin/siteblogs.template
===================================================================
--- plog/trunk/templates/admin/siteblogs.template	2005-01-05 00:54:55 UTC (rev 675)
+++ plog/trunk/templates/admin/siteblogs.template	2005-01-05 01:02:05 UTC (rev 676)
@@ -65,7 +65,7 @@
         {/foreach}        
        </td>       
 	   <td>
-		{$siteblog->getResourcesQuota()} Mb
+		{$siteblog->getResourcesQuota()|round}
 	   </td>
        <td>
         <div class="list_action_button">
@@ -84,4 +84,4 @@
   </div> 
  </form>
 {include file="$admintemplatepath/footernavigation.template"}
-{include file="$admintemplatepath/footer.template"}
\ No newline at end of file
+{include file="$admintemplatepath/footer.template"}




More information about the pLog-svn mailing list