Changeset 183 for trunk/blocks/authors_block.php
- Timestamp:
- Apr 20, 2009, 6:16:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/blocks/authors_block.php
r121 r183 30 30 $form .= "<input type='hidden' name='options[1]' id='this_template' value='".htmlspecialchars($this_template,ENT_QUOTES)."' /><br />"; 31 31 $form .= "<br />"; 32 $form .= yes_no_radio_option('options[2]', _MB_XP RESS_SHOW_NUM_OF_POST , $optioncount);33 $form .= "<br />" . yes_no_radio_option('options[3]', _MB_XP RESS_EXCLUEDEADMIN , $exclude_admin);34 $form .= "<br />" . yes_no_radio_option('options[4]', _MB_XP RESS_SHOW_FULLNAME , $show_fullname);35 $form .= "<br />" . yes_no_radio_option('options[5]', _MB_XP RESS_HIDE_EMPTY , $hide_empty);32 $form .= yes_no_radio_option('options[2]', _MB_XP2_SHOW_NUM_OF_POST , $optioncount); 33 $form .= "<br />" . yes_no_radio_option('options[3]', _MB_XP2_EXCLUEDEADMIN , $exclude_admin); 34 $form .= "<br />" . yes_no_radio_option('options[4]', _MB_XP2_SHOW_FULLNAME , $show_fullname); 35 $form .= "<br />" . yes_no_radio_option('options[5]', _MB_XP2_HIDE_EMPTY , $hide_empty); 36 36 // $form .="<br /><input type='text' size='60' name='options[4]' id='this_template' value='".htmlspecialchars($this_template,ENT_QUOTES)."' />"; 37 37
Note: See TracChangeset
for help on using the changeset viewer.