Changeset 662 for temp


Ignore:
Timestamp:
2006/12/10 22:14:38 (20 years ago)
Author:
uehara
Message:
 
Location:
temp/test-xoops.ec-cube.net/html/modules/mylinks
Files:
3 edited

Legend:

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

    r601 r662  
    9797    $development_time = $_POST["development_time"]; 
    9898    $site_status = $_POST["site_status"]; 
     99echo $site_status; 
    99100    $customize_flag = $_POST["customize_flag"]; 
    100101 
  • temp/test-xoops.ec-cube.net/html/modules/mylinks/templates/mylinks_modlink.html

    r660 r662  
    6161            <td align="right"><{$lang_site_status}></td> 
    6262            <td>  
    63               <{$lang_new_open}><input type="radio" name="site_stauts" value="1" <{if $link.site_status eq 1}>checked<{/if}>/> 
    64               <{$lang_renewal}><input type="radio" name="site_stauts" value="2" <{if $link.site_status eq 2}>checked<{/if}>/> 
     63              <{$lang_new_open}><input type="radio" name="site_status" value="1" <{if $link.site_status eq 1}>checked<{/if}>/> 
     64              <{$lang_renewal}><input type="radio" name="site_status" value="2" <{if $link.site_status eq 2}>checked<{/if}>/> 
    6565            </td> 
    6666          </tr> 
  • temp/test-xoops.ec-cube.net/html/modules/mylinks/templates/mylinks_submit.html

    r651 r662  
    8888            </td> 
    8989            <td class="odd">  
    90               <{$lang_new_open}><input type="radio" name="site_stauts" value="1" /> 
    91               <{$lang_renewal}><input type="radio" name="site_stauts" value="2" /> 
     90              <{$lang_new_open}><input type="radio" name="site_status" value="1" /> 
     91              <{$lang_renewal}><input type="radio" name="site_status" value="2" /> 
    9292            </td> 
    9393          </tr> 
Note: See TracChangeset for help on using the changeset viewer.