Ignore:
Timestamp:
2006/12/13 01:18:11 (19 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/test-xoops.ec-cube.net/html/modules/xoopspoll/templates/xoopspoll_new.html

    r790 r791  
    2323     
    2424    <table> 
    25         <{section name=cnt loop=$arrErr}> 
     25        <{foreach from=$arrErr item=err}> 
    2626        <tr> 
    27             <td><{$arrErr[cnt]}></td> 
     27            <td><{$err}></td> 
    2828        </tr> 
    29         <{/section}> 
     29        <{/froeach}> 
    3030    </table> 
    3131 
Note: See TracChangeset for help on using the changeset viewer.