Changeset 656 for temp


Ignore:
Timestamp:
2006/12/10 22:05:17 (20 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

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

    r655 r656  
    6868            <td align="right"><{$lang_customize}></td> 
    6969            <td>  
    70               <{$lang_on}><input type="radio" name="customize_flag" value="1" <{if $link.customize == 1}>checked<{/if}>/> 
    71               <{$lang_off}><input type="radio" name="customize_flag" value="2" <{if $link.customize == 2}>checked<{/if}>/> 
     70              <{$lang_on}><input type="radio" name="customize_flag" value="1" <{if $link.customize_flag == 1}>checked<{/if}>/> 
     71              <{$lang_off}><input type="radio" name="customize_flag" value="2" <{if $link.customize_flag == 2}>checked<{/if}>/> 
    7272            </td> 
    7373          </tr> 
Note: See TracChangeset for help on using the changeset viewer.