Changeset 2702
- Timestamp:
- May 7, 2007, 11:10:41 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/2.8.x/webapp_biz/modules/biz/templates/fh_biz_schedule_edit.tpl
r2697 r2702 82 82 <select name='sc_rcount'> 83 83 ({section name=i loop=$rp_count}) 84 <option type='radio' value='({$rp_count[i]})' ({if $repeat_term== $rp_count[i]})selected({/if})>({$rp_count[i]})週間84 <option type='radio' value='({$rp_count[i]})' ({if ($repeat_term + 1) == $rp_count[i]})selected({/if})>({$rp_count[i]})週間 85 85 ({/section}) 86 86 </select>
Note: See TracChangeset
for help on using the changeset viewer.