Ignore:
Timestamp:
11/05/07 22:23:47 (5 years ago)
Author:
hverton
Message:

Merged trunk revision 1056:1064 into the PLi-Fusion branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PLi-Fusion/includes/templates/main.pm.post.tpl

    r954 r1065  
    6666                {if !$recipient_given} 
    6767                    <hr /> 
    68                     <select id='user_ids' name='user_ids' class='textbox'> 
    6968                    {section name=id loop=$user_list} 
     69                        {if $smarty.section.id.first} 
     70                        <select id='user_ids' name='user_ids' class='textbox'> 
     71                        {/if} 
    7072                        <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}&nbsp; - &nbsp;{/if} 
     77                        {/if} 
    7178                    {/section} 
    72                     </select> 
    73                     <input type='submit' name='select_user' value='{$locale.468}' class='button' onclick="AddUser();return false;" /> 
    7479                    {if $allow_sendtoall} 
    75                         &nbsp; - &nbsp; 
    76                         <select id='group_ids' name='group_ids' class='textbox'> 
    7780                        {section name=id loop=$user_groups} 
     81                            {if $smarty.section.id.first} 
     82                            <select id='group_ids' name='group_ids' class='textbox'> 
     83                            {/if} 
    7884                            <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} 
    7989                        {/section} 
    80                         </select> 
    81                         <input type='submit' name='select_group' value='{$locale.469}' class='button' onclick="AddGroup();return false;" /> 
    8290                    {/if} 
    8391                {/if} 
     
    190198            <td class='tbl1'> 
    191199                <input type='file' name='attach' class='textbox' style='width:200px;' /> 
    192                 <input type='submit' name='upload' value='{$locale.473}' class='button' /> 
    193200                <br /><br /> 
    194201                <span class='small2'>{ssprintf format=$locale.472 var1=$attachmax var2=$attachtypes}</span> 
     
    197204                <br /> 
    198205                <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' /> 
    199208            </td> 
    200209        </tr> 
Note: See TracChangeset for help on using the changeset viewer.