Changeset 1054 in ExiteCMS for trunk/includes/templates/forum.post.tpl


Ignore:
Timestamp:
11/04/07 13:10:12 (5 years ago)
Author:
hverton
Message:

Moved the upload attachment button, to avoid overlapping issues when resizing fonts (due to the browse button not being rendered using CSS)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/templates/forum.post.tpl

    r843 r1054  
    138138                        {/section} 
    139139                        <td class='tbl1'> 
     140                            <input type='submit' name='upload' value='{$locale.471}' class='button' /> 
    140141                            <input type='file' name='attach' class='textbox' style='width:200px;' /> 
    141                             <input type='submit' name='upload' value='{$locale.471}' class='button' /> 
    142142                            <br /><br /> 
    143143                            <span class='small2'>{ssprintf format=$locale.466 var1=$attachmax var2=$attachtypes}</span> 
Note: See TracChangeset for help on using the changeset viewer.