Changeset 14507


Ignore:
Timestamp:
2007/06/08 10:58:31 (17 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

    r14482 r14507  
    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}-->##<!--{$smarty.section.cnt.iteration}--># 
     131                                <!--{$smarty.section.cnt.last|modifiers_test}--> <!--{$smarty.section.cnt.iteration|modifiers_test}--> 
    132132                                </td> 
    133133                            </tr> 
  • branches/dev/data/class/SC_View.php

    r14506 r14507  
    1212 
    1313function modifiers_test($val) { 
    14     return "-".$val."-"; 
     14    return "#".$val."#"; 
    1515} 
    1616 
Note: See TracChangeset for help on using the changeset viewer.