Changeset 14510 for branches/dev


Ignore:
Timestamp:
2007/06/08 11:02:37 (19 years ago)
Author:
naka
Message:
 
Location:
branches/dev/data
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/Smarty/templates/admin/basis/kiyaku.tpl

    r14507 r14510  
    129129                                <a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="fnModeSubmit('down', 'kiyaku_id', <!--{$arrKiyaku[cnt].kiyaku_id}-->); return false;" />²¼¤Ø</a> 
    130130                                <!--{/if}--> 
    131                                 <!--{$smarty.section.cnt.last|modifiers_test}--> <!--{$smarty.section.cnt.iteration|modifiers_test}--> 
     131                                <!--{$smarty.section.cnt.last}--> <!--{$smarty.section.cnt.iteration}--> 
    132132                                </td> 
    133133                            </tr> 
  • branches/dev/data/class/SC_View.php

    r14509 r14510  
    99require_once($SC_VIEW_PHP_DIR . "/../module/Smarty/libs/Smarty.class.php"); 
    1010require_once($SC_VIEW_PHP_DIR . "/../include/php_ini.inc"); 
    11  
    12  
    13 function modifiers_test($val) { 
    14     return "#".$val."#"; 
    15 } 
    1611 
    1712class SC_View { 
     
    5045        $this->_smarty->register_function("sfPrintAffTag","sfPrintAffTag"); 
    5146        $this->_smarty->default_modifiers = array('script_escape'); 
    52         //$this->_smarty->default_modifiers = array('modifiers_test'); 
    5347         
    5448        sfPrintR($this->_smarty->default_modifiers); 
Note: See TracChangeset for help on using the changeset viewer.