Changeset 12165


Ignore:
Timestamp:
2007/04/18 16:08:03 (17 years ago)
Author:
kakinaka
Message:

GDが利用できない環境ではグラフ出力は行わないように修正

Location:
branches/dev
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/Smarty/templates/admin/total/index.tpl

    r27 r12165  
    168168 
    169169                                <!--{* ¥°¥é¥Õɽ¼¨ *}-->      
     170                                <!--{if $install_GD}--> 
    170171                                <table width="740" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    171172                                    <tr><td height="15"></td></tr> 
     
    178179                                    <tr><td height="15"></td></tr> 
    179180                                </table> 
     181                                <!--{/if}--> 
    180182                                <!--{* ¥°¥é¥Õɽ¼¨ *}-->      
    181183                                <table width="840" border="0" cellspacing="0" cellpadding="0" summary=" "> 
  • branches/dev/html/admin/total/index.php

    r12164 r12165  
    210210} 
    211211 
     212 
     213$objPage->install_GD = $install_GD; 
     214 
    212215// ÅÐÏ¿¡¦¹¹¿·Æü¸¡º÷ÍÑ 
    213216$objDate = new SC_Date(); 
Note: See TracChangeset for help on using the changeset viewer.