Changeset 1065 in ExiteCMS for branches/PLi-Fusion/includes/templates/main.pm.post.tpl
- Timestamp:
- 11/05/07 22:23:47 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PLi-Fusion/includes/templates/main.pm.post.tpl
r954 r1065 66 66 {if !$recipient_given} 67 67 <hr /> 68 <select id='user_ids' name='user_ids' class='textbox'>69 68 {section name=id loop=$user_list} 69 {if $smarty.section.id.first} 70 <select id='user_ids' name='user_ids' class='textbox'> 71 {/if} 70 72 <option value='{$user_list[id].user_id}'>{$user_list[id].user_name}</option> 73 {if $smarty.section.id.last} 74 </select> 75 <input type='submit' name='select_user' value='{$locale.468}' class='button' onclick="AddUser();return false;" /> 76 {if $allow_sendtoall} - {/if} 77 {/if} 71 78 {/section} 72 </select>73 <input type='submit' name='select_user' value='{$locale.468}' class='button' onclick="AddUser();return false;" />74 79 {if $allow_sendtoall} 75 - 76 <select id='group_ids' name='group_ids' class='textbox'>77 80 {section name=id loop=$user_groups} 81 {if $smarty.section.id.first} 82 <select id='group_ids' name='group_ids' class='textbox'> 83 {/if} 78 84 <option value='{$user_groups[id].0}'>{$user_groups[id].1}</option> 85 {if $smarty.section.id.last} 86 </select> 87 <input type='submit' name='select_group' value='{$locale.469}' class='button' onclick="AddGroup();return false;" /> 88 {/if} 79 89 {/section} 80 </select>81 <input type='submit' name='select_group' value='{$locale.469}' class='button' onclick="AddGroup();return false;" />82 90 {/if} 83 91 {/if} … … 190 198 <td class='tbl1'> 191 199 <input type='file' name='attach' class='textbox' style='width:200px;' /> 192 <input type='submit' name='upload' value='{$locale.473}' class='button' />193 200 <br /><br /> 194 201 <span class='small2'>{ssprintf format=$locale.472 var1=$attachmax var2=$attachtypes}</span> … … 197 204 <br /> 198 205 <textarea name='attach_comment' cols='50' rows='2' class='textbox'>{$comments}</textarea> 206 <br /> 207 <input type='submit' name='upload' value='{$locale.473}' class='button' /> 199 208 </td> 200 209 </tr>
Note: See TracChangeset
for help on using the changeset viewer.
